Date: Sun, 8 Oct 2023 12:03:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5ddd0dada66c - main - www/py-django-modelcluster: Update to 6.1 Message-ID: <202310081203.398C3XiL055253@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ddd0dada66cc58393fdebc241e83ab18a52a54d commit 5ddd0dada66cc58393fdebc241e83ab18a52a54d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-08 11:55:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-08 11:55:44 +0000 www/py-django-modelcluster: Update to 6.1 Changes: https://github.com/wagtail/django-modelcluster/releases --- www/py-django-modelcluster/Makefile | 9 ++++----- www/py-django-modelcluster/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/py-django-modelcluster/Makefile b/www/py-django-modelcluster/Makefile index 2bcc8c85dc5c..2a4f43ed2b5a 100644 --- a/www/py-django-modelcluster/Makefile +++ b/www/py-django-modelcluster/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-modelcluster -PORTVERSION= 6.0 -PORTREVISION= 1 +PORTVERSION= 6.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +11,8 @@ WWW= https://github.com/wagtail/django-modelcluster LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2,1:devel/py-pytz@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2022.4,1:devel/py-pytz@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils @@ -23,6 +22,6 @@ NO_ARCH= yes OPTIONS_DEFINE= TAGGIT TAGGIT_DESC= Tagging support -TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-taggit>=0.20:www/py-django-taggit@${PY_FLAVOR} +TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-taggit>=2.0:www/py-django-taggit@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-django-modelcluster/distinfo b/www/py-django-modelcluster/distinfo index d71ae583572a..ca8775061462 100644 --- a/www/py-django-modelcluster/distinfo +++ b/www/py-django-modelcluster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648248996 -SHA256 (django-modelcluster-6.0.tar.gz) = cdcffef5baf5d3759ee04c5b60ffaf1a0c95fc0f265e762f3ddfadde3394e5db -SIZE (django-modelcluster-6.0.tar.gz) = 26507 +TIMESTAMP = 1696753696 +SHA256 (django-modelcluster-6.1.tar.gz) = 3b1791638046c73ae7415327cf54bfa0adad9d89d342a5b86d0ec29a2504e067 +SIZE (django-modelcluster-6.1.tar.gz) = 26523
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310081203.398C3XiL055253>