Date: Fri, 21 Jan 2022 19:08:50 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 5a678aeae73e - 2022Q1 - www/py-dj32-django-timezone-field: Update to 4.2.3 Message-ID: <202201211908.20LJ8oWP037658@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a678aeae73e43289f65f07c11398ca37d4b5e04 commit 5a678aeae73e43289f65f07c11398ca37d4b5e04 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-01-18 17:58:09 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-01-21 19:06:03 +0000 www/py-dj32-django-timezone-field: Update to 4.2.3 * Introduce new default option REST which adds support for field serialization. Changelog: https://github.com/mfogel/django-timezone-field/compare/4.1.2...4.2.3 MFH: 2022Q1 (cherry picked from commit 290a09a5706c3e7382fadfee90fedc38a8ee9d95) --- www/py-dj32-django-timezone-field/Makefile | 11 +++++++++-- www/py-dj32-django-timezone-field/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/www/py-dj32-django-timezone-field/Makefile b/www/py-dj32-django-timezone-field/Makefile index d7fdadfbfc24..dfb4acf4a8d2 100644 --- a/www/py-dj32-django-timezone-field/Makefile +++ b/www/py-dj32-django-timezone-field/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-timezone-field -DISTVERSION= 4.1.2 +DISTVERSION= 4.2.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj32- @@ -10,7 +10,7 @@ COMMENT= Provides database and form fields for pytz timezone objects for Django LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} USES= python:3.6+ @@ -21,4 +21,11 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj31-django-timezone-field \ NO_ARCH= yes +OPTIONS_DEFINE= REST +OPTIONS_DEFAULT= REST + +REST_DESC= Support for field serialization via REST + +REST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj32-djangorestframework>=3.0.0:www/py-dj32-djangorestframework@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/www/py-dj32-django-timezone-field/distinfo b/www/py-dj32-django-timezone-field/distinfo index aa1cc15ade0e..2f7295a0948b 100644 --- a/www/py-dj32-django-timezone-field/distinfo +++ b/www/py-dj32-django-timezone-field/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616796675 -SHA256 (django-timezone-field-4.1.2.tar.gz) = cffac62452d060e365938aa9c9f7b72d70d8b26b9c60243bce227b35abd1b9df -SIZE (django-timezone-field-4.1.2.tar.gz) = 8419 +TIMESTAMP = 1642506738 +SHA256 (django-timezone-field-4.2.3.tar.gz) = 5dd5bd9249382bef8847d3e7e4c32b7be182a4b538f354130d1252ed228892f8 +SIZE (django-timezone-field-4.2.3.tar.gz) = 8347
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201211908.20LJ8oWP037658>