GNU bug report logs -
#50018
[PATCH 00/19] Update Celery to version 5.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Wed, 11 Aug 2021 23:44:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #119 received at 50018 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-amqp): Update to 5.0.6.
[source]: Make some cosmetic changes.
---
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 7b5a63b28f..f5c1f7768c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13336,17 +13336,24 @@ and provides a uniform API regardless of which JSON implementation is used.")
(define-public python-amqp
(package
(name "python-amqp")
- (version "2.3.2")
+ (version "5.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "amqp" version))
(sha256
- (base32
- "1sv600dgqwpimr6i1g59y9hpn50mc236gdqkr7zin13kvlpx0g87"))))
+ (base32 "1hk8jli0s8dinxwihskzbwqlrancsgfxh1hjpzw32k5kyaa6xq83"))))
(build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'delete-rabbitmq-tests
+ (lambda _
+ ;; All tests in this file require RabbitMQ.
+ (delete-file-recursively "t/integration/test_rmq.py"))))))
(native-inputs
`(("python-case" ,python-case)
+ ("python-pytest-rerunfailures" ,python-pytest-rerunfailures)
("python-pytest-sugar" ,python-pytest-sugar)
("python-mock" ,python-mock)))
(propagated-inputs
--
2.30.2
This bug report was last modified 3 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.