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:
Martin Weinelt
2025-08-09 19:02:21 +02:00
parent be5228d318
commit 667c3db70f
@@ -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
];