[arch-commits] Commit in python-celery/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 1 03:29:29 UTC 2021


    Date: Sunday, August 1, 2021 @ 03:29:29
  Author: felixonmars
Revision: 991861

upgpkg: python-celery 5.1.2-1

Modified:
  python-celery/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-01 03:04:01 UTC (rev 991860)
+++ PKGBUILD	2021-08-01 03:29:29 UTC (rev 991861)
@@ -6,7 +6,7 @@
 # Contributor: apkawa <apkawa at gmail.com>
 
 pkgname=python-celery
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
@@ -24,14 +24,15 @@
             'python-yaml: for using the yaml serializer'
             'python-pyzmq: for using ZeroMQ transport')
 makedepends=('python-setuptools')
+# checkdepends on systemd for sysusers hook to create 'bin' user, because celery's test suite requires gid 1 to exist
 checkdepends=('python-pytest-celery' 'python-pytest-subtests' 'python-pytest-timeout' 'python-case'
               'python-cryptography' 'python-gevent' 'python-pymongo' 'python-msgpack' 'python-pyro'
               'python-redis' 'python-sqlalchemy' 'python-boto3' 'python-yaml' 'python-pyzmq'
-              'python-eventlet' 'python-moto')
+              'python-eventlet' 'python-moto' 'systemd')
 source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz"
         celery at .service celery.tmpfiles.d)
 options=('!emptydirs')
-sha512sums=('3c37dc481c3467e4e799710104d08fbb1f386488fd5a3af911ddb5da67addeb4907edcf9eb903ac74390abf7ed65aa991ffae7286e5feb2063ce7006b8849b35'
+sha512sums=('c8f8d8dd4cc23a62ed3eea9b5388865993aee940730d4c672ae24c1b017466b0de6f422c7cb3b1bb2a4e33459a0d2447f9a42e59ee949fda56f3032298402a71'
             '3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
             '67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
 



More information about the arch-commits mailing list