pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-celery



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 11 08:50:27 UTC 2022

Modified Files:
        pkgsrc/net/py-celery: Makefile distinfo

Log Message:
py-celery: updated to 5.2.7

5.2.7
=====
- Fix packaging issue which causes poetry 1.2b1 and above to fail install Celery

5.2.6
=====
- load_extension_class_names - correct module_name

5.2.5
=====
**This release was yanked due to a regression caused by the PR below**

- Use importlib instead of deprecated pkg_resources

5.2.4
=====
- Expose more debugging information when receiving unknown tasks


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/py-celery/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-celery/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-celery/Makefile
diff -u pkgsrc/net/py-celery/Makefile:1.23 pkgsrc/net/py-celery/Makefile:1.24
--- pkgsrc/net/py-celery/Makefile:1.23  Tue Feb 15 16:24:56 2022
+++ pkgsrc/net/py-celery/Makefile       Mon Jul 11 08:50:27 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/02/15 16:24:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/07/11 08:50:27 adam Exp $
 
-DISTNAME=      celery-5.2.3
+DISTNAME=      celery-5.2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/celery/}
@@ -17,7 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-click-plugins>=
 DEPENDS+=      ${PYPKGPREFIX}-click-repl>=0.2.0:../../devel/py-click-repl
 DEPENDS+=      ${PYPKGPREFIX}-kombu>=5.2.3:../../net/py-kombu
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=2021.3:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=59.1.1:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-vine>=5.0.0:../../devel/py-vine
 TEST_DEPENDS+= ${PYPKGPREFIX}-boto3>=1.9.178:../../net/py-boto3
 TEST_DEPENDS+= ${PYPKGPREFIX}-moto>=2.2.6:../../net/py-moto

Index: pkgsrc/net/py-celery/distinfo
diff -u pkgsrc/net/py-celery/distinfo:1.16 pkgsrc/net/py-celery/distinfo:1.17
--- pkgsrc/net/py-celery/distinfo:1.16  Tue Feb 15 16:24:56 2022
+++ pkgsrc/net/py-celery/distinfo       Mon Jul 11 08:50:27 2022
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2022/02/15 16:24:56 wiz Exp $
+$NetBSD: distinfo,v 1.17 2022/07/11 08:50:27 adam Exp $
 
-BLAKE2s (celery-5.2.3.tar.gz) = 7b69810bf388b118033cc909a0d6f79a4c37c0d5493eb70febdcd28bacce6098
-SHA512 (celery-5.2.3.tar.gz) = 9df7535b9a1e0120fe87f11f054c821e5f806b60833bda7dd37b850a3080b88798edfbeec1edcfb58aecc9c34406a32112f3e952e25cee3e5e79ae2f57ce0071
-Size (celery-5.2.3.tar.gz) = 1472455 bytes
-SHA1 (patch-requirements_default.txt) = a878a8bbd3ecc6e305cbcb7c8de2777ab0da1697
+BLAKE2s (celery-5.2.7.tar.gz) = ccb3c16c97dc91373eaf1e32620d333f49ef0bd086e4fde5d6fbe25879987102
+SHA512 (celery-5.2.7.tar.gz) = 68e3bb082f97ebe20391293cc8fa96c41c8f5ac5e8c24b2b7bd66eb104ec459bdfa49741e47486676e5daa88d7a71e3eb0d9432851aeafc74b0d4352e567e853
+Size (celery-5.2.7.tar.gz) = 1474243 bytes
 SHA1 (patch-requirements_test.txt) = 7ef7e9a6a72fc19b547d073f9d9bf327959412a7



Home | Main Index | Thread Index | Old Index