Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2021 16:20:14 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: ea115d8480bd - main - www/py-django-filter: Update to 21.1
Message-ID:  <202111031620.1A3GKEjV001517@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=ea115d8480bd1048a9421a256b93b397259066ff

commit ea115d8480bd1048a9421a256b93b397259066ff
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-11-03 16:07:25 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-11-03 16:07:25 +0000

    www/py-django-filter: Update to 21.1
    
    * Upstream switched to a two-part CalVer versioning scheme where the
      first number is the year and the second is the release number within
      that year.
    
    Changelog:
    
    https://github.com/carltongibson/django-filter/blob/21.1/CHANGES.rst
---
 www/py-django-filter/Makefile | 4 ++--
 www/py-django-filter/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/py-django-filter/Makefile b/www/py-django-filter/Makefile
index b835b2311847..eb5c1ea75823 100644
--- a/www/py-django-filter/Makefile
+++ b/www/py-django-filter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-filter
-DISTVERSION=	2.4.0
+DISTVERSION=	21.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=		yes
diff --git a/www/py-django-filter/distinfo b/www/py-django-filter/distinfo
index 9419870dc0d4..1a819fdaccb6 100644
--- a/www/py-django-filter/distinfo
+++ b/www/py-django-filter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611059912
-SHA256 (django-filter-2.4.0.tar.gz) = 84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06
-SIZE (django-filter-2.4.0.tar.gz) = 146904
+TIMESTAMP = 1632927725
+SHA256 (django-filter-21.1.tar.gz) = 632a251fa8f1aadb4b8cceff932bb52fe2f826dd7dfe7f3eac40e5c463d6836e
+SIZE (django-filter-21.1.tar.gz) = 154188



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111031620.1A3GKEjV001517>