mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-25 16:59:31 +02:00
gnu: python-celery: Update to 5.6.3.
* gnu/packages/python-xyz.scm (python-celery): Update to 5.6.3. [propagated-inputs]: Remove python-click-8.1; add python-click. Change-Id: I460c6af1428ec16a59f09069b50e2fe0445e22d2
This commit is contained in:
@@ -21009,18 +21009,18 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
|
||||
(define-public python-celery
|
||||
(package
|
||||
(name "python-celery")
|
||||
(version "5.6.2")
|
||||
(version "5.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "celery" version))
|
||||
(sha256
|
||||
(base32 "16q0hlsw9p2mri1c1i2l4knq2d8hf83h4a9vglqpdbgjzk1j32aa"))))
|
||||
(base32 "04i9w7sakiahf2593mshxxwqis19hnyrmr8vy3lq5f2l42yhcw0p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; tests: 3248 passed, 26 skipped, 8 deselected, 3 xfailed, 55 warnings,
|
||||
;; 28958 subtests passed
|
||||
;; tests: 3364 passed, 38 skipped, 8 deselected, 3 xfailed, 63 warnings,
|
||||
;; 28808 subtests passed
|
||||
#:test-flags
|
||||
;; The MongoDB backend test appears to expect an older version of
|
||||
;; MongoDB which provided its own bson module, fails with "
|
||||
@@ -21059,7 +21059,7 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-billiard
|
||||
python-click-8.1
|
||||
python-click
|
||||
python-click-didyoumean
|
||||
python-click-plugins
|
||||
python-click-repl
|
||||
|
||||
Reference in New Issue
Block a user