[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
309/420: gnu: python-filelock: Update to 3.16.1.
From: |
guix-commits |
Subject: |
309/420: gnu: python-filelock: Update to 3.16.1. |
Date: |
Tue, 26 Nov 2024 16:29:23 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b511b95ed6be8bb50c1bfc8681a4d13a3c90e34a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 18:50:36 2024 +0000
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
---
gnu/packages/python-xyz.scm | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4961551be3..e52fd46573 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3527,15 +3527,26 @@ Python's built-in @code{re} module with compatible
interfaces.")
(define-public python-filelock
(package
(name "python-filelock")
- (version "3.0.12")
+ (version "3.16.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "filelock" version))
(sha256
(base32
- "0ngzlvb5j8gqs2nxlp2b0jhzii792h66wsn694qm8kqixr225n0q"))))
- (build-system python-build-system)
+ "0d8ljvmsfgriiqf5dqii91gfcpj7cpjrh8fnsvifaiyvspygnjf2"))))
+ (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")
(synopsis "Platform independent file lock")
(description "@code{filelock} contains a single module implementing
- 238/420: gnu: python-parameterized-next: Adjust inputs., (continued)
- 238/420: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/26
- 239/420: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/26
- 246/420: gnu: python-docstring-to-markdown: Adjust inputs., guix-commits, 2024/11/26
- 254/420: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/26
- 296/420: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/26
- 300/420: gnu: Remove python-pytest-8., guix-commits, 2024/11/26
- 297/420: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/26
- 302/420: gnu: Remove python-pluggy-next., guix-commits, 2024/11/26
- 306/420: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/26
- 313/420: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/26
- 309/420: gnu: python-filelock: Update to 3.16.1.,
guix-commits <=
- 305/420: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/26
- 310/420: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/26
- 307/420: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/26
- 336/420: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/26
- 324/420: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/26
- 327/420: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/26
- 357/420: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/26
- 347/420: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/26
- 360/420: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/26
- 359/420: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/26