[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
179/242: gnu: python-kombu: Update to 5.2.4.
From: |
guix-commits |
Subject: |
179/242: gnu: python-kombu: Update to 5.2.4. |
Date: |
Thu, 12 May 2022 14:14:28 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit daf2b257555b1f8a21020369eb77189a66abd96d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 14:52:36 2022 -0400
gnu: python-kombu: Update to 5.2.4.
* gnu/packages/python-xyz.scm (python-kombu): Update to 5.2.4.
[phases]{delete-transport-tests}: Delete phase.
{check}: New phase.
[native-inputs]: Remove python-mock.
---
gnu/packages/python-xyz.scm | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4831cebaa0..bfae08fa7c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15751,23 +15751,28 @@ applications.")
(define-public python-kombu
(package
(name "python-kombu")
- (version "5.2.2")
+ (version "5.2.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "kombu" version))
(sha256
- (base32 "0256915q3z4pjrkqxw16a31np3p25dxnk1mq2zv0hs4izdihfp8g"))))
+ (base32 "044ng79gj04668kf5fmy7fjkw8302xyapskkn65ym52zfbpf7kip"))))
(build-system python-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'delete-transport-tests
- (lambda _ ; this tests message passing to many different databases
- (delete-file-recursively "t/unit/transport"))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv"
+ ;; The transport tests attempt to pass messages to
+ ;; many different databases.
+ "--ignore" "t/unit/transport")))))))
(native-inputs
- (list python-case python-mock python-pyro4 python-pytest-sugar
- python-pytz))
+ (list python-case python-pyro4 python-pytest-sugar
+ python-pytest python-pytz))
(propagated-inputs
(list python-amqp python-cached-property python-vine))
(home-page "https://kombu.readthedocs.io")
- 174/242: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., (continued)
- 174/242: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/05/12
- 175/242: gnu: python-parse-type: Update to 0.6.0, fixing build., guix-commits, 2022/05/12
- 172/242: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/05/12
- 183/242: gnu: Add python-toolrack., guix-commits, 2022/05/12
- 197/242: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/05/12
- 161/242: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/05/12
- 194/242: gnu: Remove python2-jmespath., guix-commits, 2022/05/12
- 195/242: gnu: python-croniter: Update to 1.3.4., guix-commits, 2022/05/12
- 185/242: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/05/12
- 180/242: gnu: python-celery: Update to 5.2.6 and enable tests., guix-commits, 2022/05/12
- 179/242: gnu: python-kombu: Update to 5.2.4.,
guix-commits <=
- 191/242: gnu: Add python-crccheck., guix-commits, 2022/05/12
- 203/242: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/05/12
- 200/242: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/12
- 210/242: snippets: Add a 'remove' snippet., guix-commits, 2022/05/12
- 221/242: gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]., guix-commits, 2022/05/12
- 223/242: gnu: Add python-nptyping., guix-commits, 2022/05/12
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/05/12
- 213/242: gnu: python-numpydoc: Update to 1.2.1., guix-commits, 2022/05/12
- 228/242: gnu: Add python-ipdb., guix-commits, 2022/05/12
- 227/242: gnu: python-numpy-documentation: Overhaul package definition., guix-commits, 2022/05/12