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:   wiz
Date:           Mon Oct 14 07:48:34 UTC 2024

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

Log Message:
py-django-celery-beat: update to 2.7.0.

2.7.0
=====

Added
~~~~~

- Add official support for Django 5.1 (:github_pr:`761`)
- Relax Django upper version to allow version 5.1 (:github_pr:`756`)
- Add ``PeriodicTaskInline`` to the schedule admin to showing tasks using the schedule (:github_pr:`743`)

Fixed
~~~~~

- Fix display of long name day of week in admin (:github_pr:`745`)
- Fix a few French translations (:github_pr:`760`)
- Fix documentation about timezone changes (:github_pr:`769`)
- Remove usages of deprecated setuptools API ``setuptools.command.test`` (:github_pr:`771`)
- Clean up running of ``setup.py`` as it's deprecated (:github_pr:`737`)

Project infrastructure
~~~~~~~~~~~~~~~~~~~~~~

- Automate PyPI release from GitHub actions using trusted publisher (:github_pr:`749`)
- Simplify logic for minimum Python requirement (:github_pr:`765`)
- Add Ruff to pre-commit config (:github_pr:`778`)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-celery-beat/Makefile \
    pkgsrc/www/py-django-celery-beat/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-celery-beat/PLIST

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.10 pkgsrc/www/py-django-celery-beat/Makefile:1.11
--- pkgsrc/www/py-django-celery-beat/Makefile:1.10      Thu Aug 15 21:55:18 2024
+++ pkgsrc/www/py-django-celery-beat/Makefile   Mon Oct 14 07:48:33 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/08/15 21:55:18 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/10/14 07:48:33 wiz Exp $
 
-DISTNAME=      django-celery-beat-2.6.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      django_celery_beat-2.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django_celery_beat/}
 
@@ -18,14 +18,14 @@ DEPENDS+=   ${PYPKGPREFIX}-django-timezone
 DEPENDS+=      ${PYPKGPREFIX}-cron-descriptor>=1.2.32:../../sysutils/py-cron-descriptor
 DEPENDS+=      ${PYPKGPREFIX}-crontab>=2.3.4:../../sysutils/py-crontab
 DEPENDS+=      ${PYPKGPREFIX}-tzdata-[0-9]*:../../time/py-tzdata
-TEST_DEPENDS+= ${PYPKGPREFIX}-case>=1.3.1:../../devel/py-case
 TEST_DEPENDS+= ${PYPKGPREFIX}-ephem-[0-9]*:../../math/py-ephem
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-django-[0-9]*:../../www/py-test-django
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# as of 2.7.0
+# 2 failed, 104 passed, 9 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-celery-beat/distinfo
diff -u pkgsrc/www/py-django-celery-beat/distinfo:1.10 pkgsrc/www/py-django-celery-beat/distinfo:1.11
--- pkgsrc/www/py-django-celery-beat/distinfo:1.10      Wed Jun 12 17:04:10 2024
+++ pkgsrc/www/py-django-celery-beat/distinfo   Mon Oct 14 07:48:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/06/12 17:04:10 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/10/14 07:48:33 wiz Exp $
 
-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
+BLAKE2s (django_celery_beat-2.7.0.tar.gz) = 33b2b3b44d0bc13ef3711a0494c506c66a46a59d0cca3cc5b487813c33802bd2
+SHA512 (django_celery_beat-2.7.0.tar.gz) = 187450cc4eff94be78c204b0ea42cbef4442e53551ce721e2da97e2df6a2aa9eef4f006e8c546693487ac1a13afb6a425d20f2f75c6ae3151f2b9f65540e4429
+Size (django_celery_beat-2.7.0.tar.gz) = 163472 bytes

Index: pkgsrc/www/py-django-celery-beat/PLIST
diff -u pkgsrc/www/py-django-celery-beat/PLIST:1.6 pkgsrc/www/py-django-celery-beat/PLIST:1.7
--- pkgsrc/www/py-django-celery-beat/PLIST:1.6  Fri Feb  9 09:49:18 2024
+++ pkgsrc/www/py-django-celery-beat/PLIST      Mon Oct 14 07:48:33 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/02/09 09:49:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/10/14 07:48:33 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -90,6 +90,9 @@ ${PYSITELIB}/django_celery_beat/migratio
 ${PYSITELIB}/django_celery_beat/migrations/0018_improve_crontab_helptext.py
 ${PYSITELIB}/django_celery_beat/migrations/0018_improve_crontab_helptext.pyc
 ${PYSITELIB}/django_celery_beat/migrations/0018_improve_crontab_helptext.pyo
+${PYSITELIB}/django_celery_beat/migrations/0019_alter_periodictasks_options.py
+${PYSITELIB}/django_celery_beat/migrations/0019_alter_periodictasks_options.pyc
+${PYSITELIB}/django_celery_beat/migrations/0019_alter_periodictasks_options.pyo
 ${PYSITELIB}/django_celery_beat/migrations/__init__.py
 ${PYSITELIB}/django_celery_beat/migrations/__init__.pyc
 ${PYSITELIB}/django_celery_beat/migrations/__init__.pyo



Home | Main Index | Thread Index | Old Index