Date: Fri, 9 Feb 2024 05:43:43 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d21fe363fab5 - main - www/py-django-reversion: Update to 5.0.10 Message-ID: <202402090543.4195hh5g046931@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=d21fe363fab59d12db15c24ee41065fc9b504be9 commit d21fe363fab59d12db15c24ee41065fc9b504be9 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-02-09 05:24:23 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-02-09 05:24:23 +0000 www/py-django-reversion: Update to 5.0.10 * Switch back to PyPI as the sdist is available there again. Changelog since 4.0.1: https://github.com/etianen/django-reversion/blob/v5.0.10/CHANGELOG.rst PR: 276325 Approved by: maintainer timeout (3+ weeks) --- www/py-django-reversion/Makefile | 5 ++--- www/py-django-reversion/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/py-django-reversion/Makefile b/www/py-django-reversion/Makefile index c721b211de5c..88927e5df203 100644 --- a/www/py-django-reversion/Makefile +++ b/www/py-django-reversion/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-reversion -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 5.0.10 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ WWW= https://pypi.org/project/django-reversion/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.0:www/py-django32@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-django-reversion/distinfo b/www/py-django-reversion/distinfo index 46f76049014b..bab43850d565 100644 --- a/www/py-django-reversion/distinfo +++ b/www/py-django-reversion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642673940 -SHA256 (django-reversion-4.0.1.tar.gz) = 6991f16e5d3a972912db3d56e3a714d10b07becd566ab87f85f2e9b671981339 -SIZE (django-reversion-4.0.1.tar.gz) = 71383 +TIMESTAMP = 1704625851 +SHA256 (django-reversion-5.0.10.tar.gz) = c18749a67c1db4167ccaccc36395c5fe6078f312869683c2f3d214051e5a6b29 +SIZE (django-reversion-5.0.10.tar.gz) = 72802
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402090543.4195hh5g046931>