python3Packages.portalocker: 3.1.1 -> 3.2.0
https://github.com/wolph/portalocker/releases/tag/v3.2.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -14,19 +14,21 @@
|
||||
# tests
|
||||
pygments,
|
||||
pytest-cov-stub,
|
||||
pytest-rerunfailures,
|
||||
pytest-timeout,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "portalocker";
|
||||
version = "3.1.1";
|
||||
version = "3.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-7CD23aKtnOifo5ml8x9PFJX1FZWPDLfKZUPO97tadJ4=";
|
||||
hash = "sha256-HzAClWpUqMNzBYbFx3vxj65BSeB+rxwp/D+vTVo/iaw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -39,6 +41,8 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
pygments
|
||||
pytest-cov-stub
|
||||
pytest-rerunfailures
|
||||
pytest-timeout
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user