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:           Sat May  8 06:08:13 UTC 2021

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

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

2.2.0
=====
- Fixed compatibility with django-timezone-field>=4.1.0
- Fixed deprecation warnings: 'assertEquals' in tests.
- Fixed SolarSchedule event choices i18n support.
- Updated 'es' .po file metadata
- Update 'fr' .po file metadata
- New schema migrations for SolarSchedule events choices changes in models.

2.1.0
=====
- Fix string representation of CrontabSchedule, so it matches UNIX CRON expression format
- If no schedule is selected in PeriodicTask form, raise a non-field error instead of an error bounded to the `interval` field
- Fix some Spanish translations
- Log "Writing entries..." message as DEBUG instead of INFO
- Use CELERY_TIMEZONE setting as `CrontabSchedule.timezone` default instead of UTC
- Fix bug in ClockedSchedule that made the schedule stuck after a clocked task was executed. The `enabled` field of ClockedSchedule has been dropped
- Drop support for Python < 3.6
- Add support for Celery 5 and Django 3.1

2.0.0
=====
- Added support for Django 3.0
- Dropped support for Django < 2.2 and Python < 3.5

1.6.0
=====
- Fixed invalid long_description
- Exposed read-only field PeriodicTask.last_run_at in Django admin
- Added docker config to ease development
- Added validation schedule validation on save
- Added French translation
- Fixed case where last_run_at = None and CELERY_TIMEZONE != TIME_ZONE

1.5.0
=====
- Fixed delay returned when a task has a start_time in the future.
- PeriodicTaskAdmin: Declare some filtering, for usability
- fix _default_now is_aware bug
- Adds support for message headers for periodic tasks
- make last_run_at tz aware before passing to celery


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-celery-beat/Makefile \
    pkgsrc/www/py-django-celery-beat/PLIST \
    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.3 pkgsrc/www/py-django-celery-beat/Makefile:1.4
--- pkgsrc/www/py-django-celery-beat/Makefile:1.3       Mon Jan  7 12:59:35 2019
+++ pkgsrc/www/py-django-celery-beat/Makefile   Sat May  8 06:08:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/01/07 12:59:35 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/08 06:08:13 adam Exp $
 
-DISTNAME=      django-celery-beat-1.4.0
+DISTNAME=      django-celery-beat-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django_celery_beat/}
@@ -10,11 +10,14 @@ HOMEPAGE=   https://github.com/celery/djan
 COMMENT=       Database-backed Periodic Tasks
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-celery>=4.0:../../net/py-celery
-DEPENDS+=      ${PYPKGPREFIX}-django-timezone-field>=2.0:../../www/py-django-timezone-field
+DEPENDS+=      ${PYPKGPREFIX}-celery>=4.4:../../net/py-celery
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
+DEPENDS+=      ${PYPKGPREFIX}-django-timezone-field>=4.1.0:../../www/py-django-timezone-field
 DEPENDS+=      ${PYPKGPREFIX}-crontab>=2.3.4:../../sysutils/py-crontab
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-celery-beat/PLIST
diff -u pkgsrc/www/py-django-celery-beat/PLIST:1.3 pkgsrc/www/py-django-celery-beat/PLIST:1.4
--- pkgsrc/www/py-django-celery-beat/PLIST:1.3  Mon Jan  7 12:59:35 2019
+++ pkgsrc/www/py-django-celery-beat/PLIST      Sat May  8 06:08:13 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/01/07 12:59:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/05/08 06:08:13 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,6 +15,9 @@ ${PYSITELIB}/django_celery_beat/admin.py
 ${PYSITELIB}/django_celery_beat/apps.py
 ${PYSITELIB}/django_celery_beat/apps.pyc
 ${PYSITELIB}/django_celery_beat/apps.pyo
+${PYSITELIB}/django_celery_beat/clockedschedule.py
+${PYSITELIB}/django_celery_beat/clockedschedule.pyc
+${PYSITELIB}/django_celery_beat/clockedschedule.pyo
 ${PYSITELIB}/django_celery_beat/managers.py
 ${PYSITELIB}/django_celery_beat/managers.pyc
 ${PYSITELIB}/django_celery_beat/managers.pyo
@@ -33,9 +36,6 @@ ${PYSITELIB}/django_celery_beat/migratio
 ${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices.py
 ${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices.pyc
 ${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices.pyo
-${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices_squashed_0009_merge_20181012_1416.py
-${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices_squashed_0009_merge_20181012_1416.pyc
-${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices_squashed_0009_merge_20181012_1416.pyo
 ${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180210_1226.py
 ${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180210_1226.pyc
 ${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180210_1226.pyo
@@ -51,6 +51,27 @@ ${PYSITELIB}/django_celery_beat/migratio
 ${PYSITELIB}/django_celery_beat/migrations/0008_auto_20180914_1922.py
 ${PYSITELIB}/django_celery_beat/migrations/0008_auto_20180914_1922.pyc
 ${PYSITELIB}/django_celery_beat/migrations/0008_auto_20180914_1922.pyo
+${PYSITELIB}/django_celery_beat/migrations/0009_periodictask_headers.py
+${PYSITELIB}/django_celery_beat/migrations/0009_periodictask_headers.pyc
+${PYSITELIB}/django_celery_beat/migrations/0009_periodictask_headers.pyo
+${PYSITELIB}/django_celery_beat/migrations/0010_auto_20190429_0326.py
+${PYSITELIB}/django_celery_beat/migrations/0010_auto_20190429_0326.pyc
+${PYSITELIB}/django_celery_beat/migrations/0010_auto_20190429_0326.pyo
+${PYSITELIB}/django_celery_beat/migrations/0011_auto_20190508_0153.py
+${PYSITELIB}/django_celery_beat/migrations/0011_auto_20190508_0153.pyc
+${PYSITELIB}/django_celery_beat/migrations/0011_auto_20190508_0153.pyo
+${PYSITELIB}/django_celery_beat/migrations/0012_periodictask_expire_seconds.py
+${PYSITELIB}/django_celery_beat/migrations/0012_periodictask_expire_seconds.pyc
+${PYSITELIB}/django_celery_beat/migrations/0012_periodictask_expire_seconds.pyo
+${PYSITELIB}/django_celery_beat/migrations/0013_auto_20200609_0727.py
+${PYSITELIB}/django_celery_beat/migrations/0013_auto_20200609_0727.pyc
+${PYSITELIB}/django_celery_beat/migrations/0013_auto_20200609_0727.pyo
+${PYSITELIB}/django_celery_beat/migrations/0014_remove_clockedschedule_enabled.py
+${PYSITELIB}/django_celery_beat/migrations/0014_remove_clockedschedule_enabled.pyc
+${PYSITELIB}/django_celery_beat/migrations/0014_remove_clockedschedule_enabled.pyo
+${PYSITELIB}/django_celery_beat/migrations/0015_edit_solarschedule_events_choices.py
+${PYSITELIB}/django_celery_beat/migrations/0015_edit_solarschedule_events_choices.pyc
+${PYSITELIB}/django_celery_beat/migrations/0015_edit_solarschedule_events_choices.pyo
 ${PYSITELIB}/django_celery_beat/migrations/__init__.py
 ${PYSITELIB}/django_celery_beat/migrations/__init__.pyc
 ${PYSITELIB}/django_celery_beat/migrations/__init__.pyo
Index: pkgsrc/www/py-django-celery-beat/distinfo
diff -u pkgsrc/www/py-django-celery-beat/distinfo:1.3 pkgsrc/www/py-django-celery-beat/distinfo:1.4
--- pkgsrc/www/py-django-celery-beat/distinfo:1.3       Mon Jan  7 12:59:35 2019
+++ pkgsrc/www/py-django-celery-beat/distinfo   Sat May  8 06:08:13 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/07 12:59:35 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/05/08 06:08:13 adam Exp $
 
-SHA1 (django-celery-beat-1.4.0.tar.gz) = f2e90fa18a06fd6ddcd8d8edaec021148bd133b8
-RMD160 (django-celery-beat-1.4.0.tar.gz) = 7faa022ed3f31dcc8abe695029a1581370cc93bc
-SHA512 (django-celery-beat-1.4.0.tar.gz) = 8fd7881e9f2ffcf7c26adb0f842ef1b4982d9066b16e40dcba408eb684acfcb292ca1c090b32edb2af1f1e40730cbc44efbecd33bb4021ef3a54101011f75278
-Size (django-celery-beat-1.4.0.tar.gz) = 73474 bytes
+SHA1 (django-celery-beat-2.2.0.tar.gz) = 9ce9ae50f283ff5b95604028fd706b7803c4ceaa
+RMD160 (django-celery-beat-2.2.0.tar.gz) = 37d599bacc670da7fec6877941b68f85a3ada206
+SHA512 (django-celery-beat-2.2.0.tar.gz) = 1edb5025a57e800782a6c09c5f0e65bb2b28f2597f32a50c8653398cb6aef724b4d094dc4b458ac04d04445389843d509ea659338cb2e45a5ad01e5e198690ed
+Size (django-celery-beat-2.2.0.tar.gz) = 87003 bytes



Home | Main Index | Thread Index | Old Index