Date: Tue, 11 Jan 2022 02:29:55 GMT From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9a438315120d - main - www/py-django-post_office: Updated to 3.6.0 Message-ID: <202201110229.20B2TtXE031746@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ultima: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a438315120da1fa125cff05ccb19a2bb02a151c commit 9a438315120da1fa125cff05ccb19a2bb02a151c Author: Richard Gallamore <ultima@FreeBSD.org> AuthorDate: 2022-01-11 02:28:41 +0000 Commit: Richard Gallamore <ultima@FreeBSD.org> CommitDate: 2022-01-11 02:29:33 +0000 www/py-django-post_office: Updated to 3.6.0 Changes: https://github.com/hamcrest/PyHamcrest/blob/V2.0.3/CHANGELOG.rst --- www/py-django-post_office/Makefile | 8 +++++--- www/py-django-post_office/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/www/py-django-post_office/Makefile b/www/py-django-post_office/Makefile index 4938ef05dfe3..9f19adb996d7 100644 --- a/www/py-django-post_office/Makefile +++ b/www/py-django-post_office/Makefile @@ -2,7 +2,7 @@ PORTNAME= django-post_office DISTVERSIONPREFIX= v -DISTVERSION= 3.5.3 +DISTVERSION= 3.6.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonfield>=3.0:www/py-jsonfield@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bleach>=0:www/py-bleach@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils USE_LOCALE= en_US.UTF-8 diff --git a/www/py-django-post_office/distinfo b/www/py-django-post_office/distinfo index 67681bebd0cf..5abcf48e8011 100644 --- a/www/py-django-post_office/distinfo +++ b/www/py-django-post_office/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616460917 -SHA256 (ui-django-post_office-v3.5.3_GH0.tar.gz) = d74a8b0e80f245a720a7c0344daba56ec6be03a1aaf8c45f3624405c3a4b7f4d -SIZE (ui-django-post_office-v3.5.3_GH0.tar.gz) = 59334 +TIMESTAMP = 1641866135 +SHA256 (ui-django-post_office-v3.6.0_GH0.tar.gz) = 7c5aed6feedcc40b0563c0b4454762e0a204282b3803ecc227ce11e035ba5ac8 +SIZE (ui-django-post_office-v3.6.0_GH0.tar.gz) = 60598
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201110229.20B2TtXE031746>