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,31 +1,30 @@ PORTNAME= django-timezone-field -DISTVERSION= 6.1.0 -PORTREVISION= 1 +DISTVERSION= 7.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= django_timezone_field-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Provides database and form fields for pytz timezone objects for Django WWW= https://github.com/mfogel/django-timezone-field LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} .include .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0.2.1<0.3.0:devel/py-backports.zoneinfo@${PY_FLAVOR} .endif .include 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.