python313Packages.filelock: 3.18.0 -> 3.19.1
Changelog: https://github.com/tox-dev/filelock/releases/tag/3.19.0 Changelog: https://github.com/tox-dev/filelock/releases/tag/3.19.1
This commit is contained in:
@@ -6,20 +6,18 @@
|
||||
hatchling,
|
||||
pytest-asyncio,
|
||||
pytest-mock,
|
||||
pytest-timeout,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "filelock";
|
||||
version = "3.18.0";
|
||||
version = "3.19.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-rbyI6ruZ0v7IycGyKbFx8Yr6ZVQAFz3cZT1dAVAfufI=";
|
||||
hash = "sha256-Zu2hiIsBccmYs1vivMD211w4inziDD8/N6qOlsLd31g=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -30,6 +28,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytest-mock
|
||||
pytest-timeout
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user