[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50018] [PATCH v3 15/21] gnu: python-kombu: Update to 5.1.0.
From: |
Vinicius Monego |
Subject: |
[bug#50018] [PATCH v3 15/21] gnu: python-kombu: Update to 5.1.0. |
Date: |
Thu, 16 Sep 2021 16:21:06 +0000 |
* gnu/packages/python-xyz.scm (python-kombu): Update to 5.1.0.
[source]: Make some cosmetic changes.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f5c1f7768c..a0bb50805d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13410,25 +13410,31 @@ applications.")
(define-public python-kombu
(package
(name "python-kombu")
- (version "4.2.2")
+ (version "5.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "kombu" version))
(sha256
- (base32
- "15k8f7mzqr049sg9vi48m19vjykviafk3f0p5xzgw9by0x0kyxjj"))))
+ (base32 "0bap3b244h9jhaswyqjg7sgfwlyk9qk3gdn9rlwnjvv0yjcisj01"))))
(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"))))))
(native-inputs
- `(("python-mock" ,python-mock)
- ("python-case" ,python-case)
+ `(("python-case" ,python-case)
+ ("python-mock" ,python-mock)
("python-pyro4" ,python-pyro4)
("python-pytest-sugar" ,python-pytest-sugar)
("python-pytz" ,python-pytz)))
(propagated-inputs
- `(("python-anyjson" ,python-anyjson)
- ("python-amqp" ,python-amqp)
- ("python-redis" ,python-redis)))
+ `(("python-amqp" ,python-amqp)
+ ("python-cached-property" ,python-cached-property)
+ ("python-vine" ,python-vine)))
(home-page "https://kombu.readthedocs.io")
(synopsis "Message passing library for Python")
(description "The aim of Kombu is to make messaging in Python as easy as
--
2.30.2
- [bug#50018] [PATCH v3 19/21] gnu: Remove python2-celery., (continued)
- [bug#50018] [PATCH v3 19/21] gnu: Remove python2-celery., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 08/21] gnu: awscli: Update to 1.20.42., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 06/21] gnu: python-s3transfer: Update to 0.5.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 12/21] gnu: python-vine: Update to 5.0.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 21/21] gnu: Remove python2-amqp., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 17/21] gnu: python-celery: Update to 5.1.2., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 07/21] gnu: python-boto3: Update to 1.18.42., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 11/21] gnu: python-moto: Respect #:tests?., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 13/21] gnu: Add python-pytest-rerunfailures., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 18/21] gnu: python-celery: Enable tests., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 15/21] gnu: python-kombu: Update to 5.1.0.,
Vinicius Monego <=
- [bug#50018] [PATCH v3 20/21] gnu: Remove python2-kombu., Vinicius Monego, 2021/09/16