Date: Wed, 13 Jul 2022 18:30:06 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: 6f1fbd3b36a6 - main - www/py-django-bitfield: Update to 2.2.0 Message-ID: <202207131830.26DIU6qR091719@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=6f1fbd3b36a68d4ac3b8b28e58cc3722ba791e1b commit 6f1fbd3b36a68d4ac3b8b28e58cc3722ba791e1b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-13 18:29:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-13 18:29:34 +0000 www/py-django-bitfield: Update to 2.2.0 Changes: https://github.com/disqus/django-bitfield/blob/master/README.rst#changelog --- www/py-django-bitfield/Makefile | 9 ++++----- www/py-django-bitfield/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/py-django-bitfield/Makefile b/www/py-django-bitfield/Makefile index 055d9abf0b71..ad7a61a2f1ce 100644 --- a/www/py-django-bitfield/Makefile +++ b/www/py-django-bitfield/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-bitfield -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,10 @@ COMMENT= BitField in Django LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.10.8:www/py-django32@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11.29:www/py-django32@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.4+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/www/py-django-bitfield/distinfo b/www/py-django-bitfield/distinfo index 48df5d8df035..63986c64982a 100644 --- a/www/py-django-bitfield/distinfo +++ b/www/py-django-bitfield/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642335624 -SHA256 (django-bitfield-2.1.0.tar.gz) = a55859fd16ce4269d5ceed3e20cf8fc3c2df866f0a78b90c60a19a0e76aa5fd8 -SIZE (django-bitfield-2.1.0.tar.gz) = 15458 +TIMESTAMP = 1657719124 +SHA256 (django-bitfield-2.2.0.tar.gz) = 1b21262acc4ec0af3f82ed04498a056cd9d5452532ac02771e004835a34e0b1b +SIZE (django-bitfield-2.2.0.tar.gz) = 17365
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207131830.26DIU6qR091719>