[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
337/474: gnu: python-watchdog: Update to 6.0.0.
From: |
guix-commits |
Subject: |
337/474: gnu: python-watchdog: Update to 6.0.0. |
Date: |
Sat, 30 Nov 2024 18:20:49 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 133bbd142f6b3466c79cc0f947efa45cd46c6d48
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 23:20:34 2024 +0000
gnu: python-watchdog: Update to 6.0.0.
* gnu/packages/python-xyz.scm (python-watchdog): Update to 6.0.0.
[arguments]<test-flags>: Disable one more test.
Change-Id: I06b31b3d659739d5b5e9a6573597da3b57ea3919
---
gnu/packages/python-xyz.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4e9edfabe9..d8fe679a5e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31447,16 +31447,23 @@ files. These files are used to translate strings in
android apps.")
(define-public python-watchdog
(package
(name "python-watchdog")
- (version "2.1.6")
+ (version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "watchdog" version))
(sha256
- (base32 "1rx2nyl0cyj0v4ja795cl3gi26577c5wg48syr3byz3ndkgpavm3"))))
+ (base32 "10n2v2iflhdriwfp34yvhfcckqb6vs7378fdvqj8xbm3zn17rpwx"))))
(build-system pyproject-build-system)
(arguments
- (list #:test-flags #~(list "-k" "not test_kill_auto_restart")))
+ (list
+ #:test-flags
+ #~(list "-k" (string-join
+ (list "not test_kill_auto_restart"
+ "test_auto_restart_on_file_change_debounce"
+ ;; Fails with too many open files.
+ "test_select_fd")
+ " and not "))))
(propagated-inputs
(list python-pathtools python-pyyaml))
(native-inputs
- 316/474: gnu: python-curio: Update to 1.6., (continued)
- 316/474: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/30
- 318/474: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/30
- 323/474: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/30
- 322/474: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/30
- 328/474: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/30
- 330/474: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/30
- 336/474: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/30
- 333/474: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/30
- 326/474: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/30
- 364/474: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/30
- 337/474: gnu: python-watchdog: Update to 6.0.0.,
guix-commits <=
- 334/474: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/30
- 352/474: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/30
- 376/474: gnu: python-asttokens: Update to 2.4.1., guix-commits, 2024/11/30
- 335/474: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/30
- 380/474: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/30
- 378/474: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/30
- 381/474: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/30
- 382/474: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/30
- 342/474: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/30
- 374/474: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/30