[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
309/361: gnu: python-filelock: Update to 3.16.1.
From: |
guix-commits |
Subject: |
309/361: gnu: python-filelock: Update to 3.16.1. |
Date: |
Thu, 21 Nov 2024 06:29:40 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 2d4e6f3fc4f9312a0a789bdfe212219036a6eb27
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 0e65359afd..857f416a39 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3528,15 +3528,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
- 268/361: gnu: python-yt: Remove relax-requirements phase., (continued)
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/21
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/21
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/21
- 271/361: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/21
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/21
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/21
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/21
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/21
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/21
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/21
- 309/361: gnu: python-filelock: Update to 3.16.1.,
guix-commits <=
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/21
- 319/361: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/21
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/21
- 340/361: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/21
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/21
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/21
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/21
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/21
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/21
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/21