www/py-dj31-django-filter: Update to 2.4.0

* Improve pkg-descr while I'm here.

Changelog:

https://github.com/carltongibson/django-filter/releases/tag/2.4.0
This commit is contained in:
Kai Knoblich 2021-01-21 09:50:00 +00:00
parent fd484a6f5c
commit e250ee5177
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562187
3 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= django-filter
DISTVERSION= 2.3.0
DISTVERSION= 2.4.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1604142369
SHA256 (django-filter-2.3.0.tar.gz) = 11e63dd759835d9ba7a763926ffb2662cf8a6dcb4c7971a95064de34dbc7e5af
SIZE (django-filter-2.3.0.tar.gz) = 146448
TIMESTAMP = 1611059912
SHA256 (django-filter-2.4.0.tar.gz) = 84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06
SIZE (django-filter-2.4.0.tar.gz) = 146904

View file

@ -1,3 +1,4 @@
A generic system for filtering Django QuerySets based on user selections.
Django-filter is a reusable Django application allowing users to declaratively
add dynamic QuerySet filtering from URL parameters.
WWW: https://github.com/carltongibson/django-filter