Date: Thursday, September 24, 2020 @ 21:41:28 Author: felixonmars Revision: 711933
upgpkg: python-celery 5.0.0-1 Modified: python-celery/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-24 21:39:38 UTC (rev 711932) +++ PKGBUILD 2020-09-24 21:41:28 UTC (rev 711933) @@ -6,13 +6,14 @@ # Contributor: apkawa <[email protected]> pkgname=python-celery -pkgver=4.4.7 +pkgver=5.0.0 pkgrel=1 pkgdesc='Distributed Asynchronous Task Queue' arch=('any') url='http://celeryproject.org/' license=('BSD') -depends=('python-kombu' 'python-billiard' 'python-pytz' 'python-vine') +depends=('python-billiard' 'python-click-didyoumean' 'python-click-repl' 'python-kombu' + 'python-pytz' 'python-vine') optdepends=('python-cryptography: for celery.security' 'python-pymongo: for celery.backends.mongodb' 'python-msgpack: for using the msgpack serializer' @@ -23,7 +24,7 @@ 'python-yaml: for using the yaml serializer' 'python-pyzmq: for using ZeroMQ transport') makedepends=('python-setuptools') -checkdepends=('python-pytest' 'python-case' 'python-cryptography' +checkdepends=('python-pytest-celery' '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') @@ -30,7 +31,7 @@ source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz" [email protected] celery.tmpfiles.d) options=('!emptydirs') -sha512sums=('e190c12c3afea19b96c839040da337a775d59d385e6db5e0b5e5db50d12a14e00d59429b9ac9405fa736202c1559f0275808a3951d31af8d438953ef6c3981b1' +sha512sums=('8fa23c227eb7cd84d7980295e166d004fda2a961e0e339b1f0708c2f28ae49a090dfd020c3ac2a8022d9f976e906ed89b05bf1a4f9e4286f375379196fcf3108' '3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65' '67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b') @@ -37,9 +38,6 @@ prepare() { cd celery-$pkgver sed -i -e 's/==/>=/' -e '/pre-commit/d' requirements/test.txt - - sed -i -e '/from pytest import PytestUnknownMarkWarning/a \ from _pytest.outcomes import Failed' \ - -e 's/ValueError/Failed/' t/unit/contrib/test_pytest.py } build() {
