git: 57816e8dc44b - main - www/py-django-timezone-field: Update to 7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 03:54:10 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=57816e8dc44ba43d1d1dd240045d68460745f7f4 commit 57816e8dc44ba43d1d1dd240045d68460745f7f4 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-07-16 03:52:08 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-07-16 03:52:08 +0000 www/py-django-timezone-field: Update to 7.0 * Update the pkg-descr while I'm here. Changelog: https://github.com/mfogel/django-timezone-field/compare/6.1.0...7.0 --- www/py-django-timezone-field/Makefile | 3 +-- www/py-django-timezone-field/distinfo | 6 +++--- www/py-django-timezone-field/pkg-descr | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-django-timezone-field/Makefile b/www/py-django-timezone-field/Makefile index fc2b6be3cdcc..09a9a689b2bf 100644 --- a/www/py-django-timezone-field/Makefile +++ b/www/py-django-timezone-field/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-timezone-field -DISTVERSION= 6.1.0 -PORTREVISION= 1 +DISTVERSION= 7.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-timezone-field/distinfo b/www/py-django-timezone-field/distinfo index e869293be2be..dd77488cde4f 100644 --- a/www/py-django-timezone-field/distinfo +++ b/www/py-django-timezone-field/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701327029 -SHA256 (django_timezone_field-6.1.0.tar.gz) = d40f7059d7bae4075725d04a9dae601af9fe3c7f0119a69b0e2c6194a782f797 -SIZE (django_timezone_field-6.1.0.tar.gz) = 12430 +TIMESTAMP = 1720617168 +SHA256 (django_timezone_field-7.0.tar.gz) = aa6f4965838484317b7f08d22c0d91a53d64e7bbbd34264468ae83d4023898a7 +SIZE (django_timezone_field-7.0.tar.gz) = 13683 diff --git a/www/py-django-timezone-field/pkg-descr b/www/py-django-timezone-field/pkg-descr index 39bfb6367806..98a3675d4d8d 100644 --- a/www/py-django-timezone-field/pkg-descr +++ b/www/py-django-timezone-field/pkg-descr @@ -1 +1,2 @@ -Provides database and form fields for pytz timezone objects for Django. +Provides database, form, and REST framework fields for "zoneinfo" and "pytz" +timezone objects for Django.