[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50018] [PATCH 15/19] gnu: python-celery: Update to 5.1.2.
From: |
Vinicius Monego |
Subject: |
[bug#50018] [PATCH 15/19] gnu: python-celery: Update to 5.1.2. |
Date: |
Wed, 11 Aug 2021 23:45:07 +0000 |
* gnu/packages/python-xyz.scm (python-celery): Update to 5.1.2.
[source]: Make some cosmetic changes.
[propagated-inputs]: Add python-boto3, python-click, python-click-didyoumean,
python-click-plugins, python-click-repl, python-cryptography, python-vine.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f14f40e55e..175bab1b89 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13335,14 +13335,13 @@ Python 2.4 and 2.5, and will draw its
fixes/improvements from python-trunk.")
(define-public python-celery
(package
(name "python-celery")
- (version "4.2.1")
+ (version "5.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "celery" version))
(sha256
- (base32
- "0y66rz7z8dfcgs3s0qxmdddlaq57bzbgxgfz896nbp14grkv9nkp"))))
+ (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld"))))
(build-system python-build-system)
(arguments
'(;; TODO The tests fail with Python 3.7
@@ -13360,9 +13359,17 @@ Python 2.4 and 2.5, and will draw its
fixes/improvements from python-trunk.")
`(("python-case" ,python-case)
("python-pytest" ,python-pytest)))
(propagated-inputs
- `(("python-pytz" ,python-pytz)
- ("python-billiard" ,python-billiard)
- ("python-kombu" ,python-kombu)))
+ `(("python-billiard" ,python-billiard)
+ ("python-boto3" ,python-boto3)
+ ("python-click" ,python-click)
+ ("python-click-didyoumean"
+ ,python-click-didyoumean)
+ ("python-click-plugins" ,python-click-plugins)
+ ("python-click-repl" ,python-click-repl)
+ ("python-cryptography" ,python-cryptography)
+ ("python-kombu" ,python-kombu)
+ ("python-pytz" ,python-pytz)
+ ("python-vine" ,python-vine)))
(home-page "https://celeryproject.org")
(synopsis "Distributed Task Queue")
(description "Celery is an asynchronous task queue/job queue based on
--
2.30.2
- [bug#50018] [PATCH 01/19] gnu: Add python-click-repl., (continued)
- [bug#50018] [PATCH 01/19] gnu: Add python-click-repl., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 02/19] gnu: Add python-click-didyoumean., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 04/19] gnu: python-aws-sam-translator: Update to 1.38.0., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 03/19] gnu: Add python-pytest-subtests., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 05/19] gnu: python-aws-sam-translator: Change source for tests., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 07/19] gnu: python-cfn-lint: Respect #:tests?., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 06/19] gnu: python-cfn-lint: Update to 0.53.0., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 08/19] gnu: python-moto: Update to 2.2.2., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 13/19] gnu: python-kombu: Update to 5.1.0., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 16/19] gnu: python-celery: Enable tests., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 15/19] gnu: python-celery: Update to 5.1.2.,
Vinicius Monego <=
- [bug#50018] [PATCH 09/19] gnu: python-moto: Respect #:tests?., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 12/19] gnu: python-amqp: Update to 5.0.6., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 10/19] gnu: python-vine: Update to 5.0.0., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 14/19] gnu: Add python-pytest-celery., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 11/19] gnu: Add python-pytest-rerunfailures., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 17/19] gnu: Remove python2-celery., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 18/19] gnu: Remove python2-kombu., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 19/19] gnu: Remove python2-amqp., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH v2 16/19] gnu: python-celery: Enable tests., Vinicius Monego, 2021/08/13