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

Santiago Torres-Arias sangy at gemini.archlinux.org
Sun Jul 17 17:34:25 UTC 2022


    Date: Sunday, July 17, 2022 @ 17:34:24
  Author: sangy
Revision: 1254331

upgpkg: python-celery 5.2.7-1

Removed dnspython2 patch, as it was applied upstream between 5.2.1 and 5.2.2
(relevant commits:

    1fa79c6203977cd13545f27749a898a71991e728 
    ab20d937b32fba65d8902c9d5c2a2849b02898f6
    6a25b0ec6953adef7d3cba4eb1a536abb1831a15

Modified:
  python-celery/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 17:15:47 UTC (rev 1254330)
+++ PKGBUILD	2022-07-17 17:34:24 UTC (rev 1254331)
@@ -6,7 +6,7 @@
 # Contributor: apkawa <apkawa at gmail.com>
 
 pkgname=python-celery
-pkgver=5.2.1
+pkgver=5.2.7
 pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
@@ -30,20 +30,12 @@
               'python-redis' 'python-sqlalchemy' 'python-boto3' 'python-yaml' 'python-pyzmq'
               'python-eventlet' 'python-moto' 'systemd')
 source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz"
-        dnspython2.patch
         celery at .service celery.tmpfiles.d)
 options=('!emptydirs')
-sha512sums=('a6fba1142a9f70a3140d574634971bbfb96e3b819606366f7fe5da122efa773232ce7f35cbdd38082734042462ac960deb5812782ad2b5f44debb246f4e8cb9f'
-            'c8bc96cdfd5767f39f71a80f62789b7499124e193e33ebf0ce4e21f0386e0f0dbe5fc4783a7b88ebfa74b798bfb2cfa80e9deefbbc4616b6c40c6337bc7d3d0f'
+sha512sums=('68e3bb082f97ebe20391293cc8fa96c41c8f5ac5e8c24b2b7bd66eb104ec459bdfa49741e47486676e5daa88d7a71e3eb0d9432851aeafc74b0d4352e567e853'
             '3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
             '67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
 
-prepare() {
-  cd celery-$pkgver
-  patch -Np1 -i ../dnspython2.patch
-  sed -i -e 's/==/>=/' -e '/pre-commit/d' requirements/test.txt
-}
-
 build() {
   cd celery-$pkgver
   python setup.py build



More information about the arch-commits mailing list