pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-celery-beat



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 17:04:10 UTC 2024

Modified Files:
        pkgsrc/www/py-django-celery-beat: Makefile distinfo

Log Message:
py-django-celery-beat: updated to 2.6.0

2.6.0

- Avoid crash when can not get human readable description
- Update codeql-analysis.yml
- Fix CI: Change assert self.app.timezone.zone to assert self.app.timezone.key
- Drop Django 4.0 from CI to avoid security issues
- Fix Issue #388: Celery Beat scheduled tasks may be executed repeatedly
- Update README.rst
- Update runtime.txt to include Django 5.0
- Replace case.patching fixture with mockeypatch + MagicMock
- Update README.rst - Crontab effect description
- Update supported Python & Django version in setup.py
- Add Python 3.12 to test matrix and add classifier
- Django v5.0: django.utils.timezone.utc alias --> datetime.timezone.utc
- Upgrade GitHub Actions and PyPy 3.10 and Django 5.0
- Testing Django v5.0 on pypy-3.10-v7.3.14 passes
- Prepare for release v2.6.0 to support Py3.12 and Dj5.0
- GitHub Actions: Do not hardcode an out-of-date version of PyPy
- Use the same order in the admin as in the cron schedule expression
- Upgrade pip and GitHub Actions dependencies with dependabot
- Bump github/codeql-action from 2 to 3
- Bump actions/checkout from 3 to 4
- Update pytest requirement from <8.0,>=6.2.5 to >=6.2.5,<9.0
- Remove requirements/test-djangoXY.txt
- Remove code for unsupported django.VERSION < (3, 2)
- Added sphinxcontrib-django to extensions


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-celery-beat/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-celery-beat/distinfo

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

Modified files:

Index: pkgsrc/www/py-django-celery-beat/Makefile
diff -u pkgsrc/www/py-django-celery-beat/Makefile:1.8 pkgsrc/www/py-django-celery-beat/Makefile:1.9
--- pkgsrc/www/py-django-celery-beat/Makefile:1.8       Fri Feb  9 09:49:18 2024
+++ pkgsrc/www/py-django-celery-beat/Makefile   Wed Jun 12 17:04:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/02/09 09:49:18 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/06/12 17:04:10 adam Exp $
 
-DISTNAME=      django-celery-beat-2.5.0
+DISTNAME=      django-celery-beat-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django_celery_beat/}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.8.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-celery>=5.2.3:../../net/py-celery
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django4
+DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-django-timezone-field>=5.0:../../www/py-django-timezone-field
 DEPENDS+=      ${PYPKGPREFIX}-cron-descriptor>=1.2.32:../../sysutils/py-cron-descriptor
 DEPENDS+=      ${PYPKGPREFIX}-crontab>=2.3.4:../../sysutils/py-crontab

Index: pkgsrc/www/py-django-celery-beat/distinfo
diff -u pkgsrc/www/py-django-celery-beat/distinfo:1.9 pkgsrc/www/py-django-celery-beat/distinfo:1.10
--- pkgsrc/www/py-django-celery-beat/distinfo:1.9       Fri Feb  9 09:49:18 2024
+++ pkgsrc/www/py-django-celery-beat/distinfo   Wed Jun 12 17:04:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/02/09 09:49:18 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/06/12 17:04:10 adam Exp $
 
-BLAKE2s (django-celery-beat-2.5.0.tar.gz) = 4e7c79f465cc28aee0356e315b4dfd7c6d5a10b526f8a250e4e69f34e78efff0
-SHA512 (django-celery-beat-2.5.0.tar.gz) = 1c8ac038c3977c4964089ff723650249419fcbb7348bdc9deb6514fffbbee93552440a139620c12ad1e153020774125102476aff7a8a1ce73e9dccd19ddc9a7b
-Size (django-celery-beat-2.5.0.tar.gz) = 159635 bytes
+BLAKE2s (django-celery-beat-2.6.0.tar.gz) = 7b6bfb601a3438ce72f4576e3e07697fdf44b4ded3921e10d36db4aa44e61de3
+SHA512 (django-celery-beat-2.6.0.tar.gz) = 97f6f09d5d936c1dc5940fcb350a1e6f06e8479f29ff87799fc2ef5552e300bda94733248c0a31bce23746d23b7b6fe48d903b894c7183d6dc08a58508fac5bd
+Size (django-celery-beat-2.6.0.tar.gz) = 160452 bytes



Home | Main Index | Thread Index | Old Index