gnu: python-filelock: Update to 3.16.1.

* gnu/packages/python-xyz.scm (python-filelock): Update to 3.16.1.
[native-inputs]: Add python-hatch-vcs, python-hatchling, python-pytest,
python-pytest-asyncio, python-pytest-mock, and python-setuptools-scm.

Change-Id: I001b921f9804a3f1e2ba71ffc3ab2cc765e70e9d
This commit is contained in:
Sharlatan Hellseher 2024-11-16 18:50:36 +00:00
parent aa31723ce0
commit 0035c90f22
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3527,15 +3527,26 @@ Python's built-in @code{re} module with compatible interfaces.")
(define-public python-filelock (define-public python-filelock
(package (package
(name "python-filelock") (name "python-filelock")
(version "3.0.12") (version "3.16.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "filelock" version)) (uri (pypi-uri "filelock" version))
(sha256 (sha256
(base32 (base32
"0ngzlvb5j8gqs2nxlp2b0jhzii792h66wsn694qm8kqixr225n0q")))) "0d8ljvmsfgriiqf5dqii91gfcpj7cpjrh8fnsvifaiyvspygnjf2"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments
(list
;; Break cycle with virtualenv.
#:test-flags #~(list "--ignore=tests/test_virtualenv.py")))
(native-inputs
(list python-hatch-vcs
python-hatchling
python-pytest
python-pytest-asyncio
python-pytest-mock
python-setuptools-scm))
(home-page "https://github.com/tox-dev/py-filelock") (home-page "https://github.com/tox-dev/py-filelock")
(synopsis "Platform independent file lock") (synopsis "Platform independent file lock")
(description "@code{filelock} contains a single module implementing (description "@code{filelock} contains a single module implementing