pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-filter



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 22 09:37:49 UTC 2019

Modified Files:
        pkgsrc/www/py-django-filter: Makefile distinfo

Log Message:
py-django-filter: updated to 2.1.0

Version 2.1:

* Fixed a regression in FilterView introduced in 2.0. An empty QuerySet was
  incorrectly used whenever the FilterSet was unbound (i.e. when there were
  no GET parameters).  The correct, pre-2.0 behaviour is now restored.

  A workaround was to set strict=False on the FilterSet. This is no
  longer necessary, so you may restore strict behaviour as desired.

* Added IsoDateTimeFromToRangeFilter. Allows From-To filtering using
  ISO-8601 formatted dates.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-filter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-filter/Makefile
diff -u pkgsrc/www/py-django-filter/Makefile:1.4 pkgsrc/www/py-django-filter/Makefile:1.5
--- pkgsrc/www/py-django-filter/Makefile:1.4    Thu Dec 27 16:05:06 2018
+++ pkgsrc/www/py-django-filter/Makefile        Tue Jan 22 09:37:49 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/12/27 16:05:06 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/22 09:37:49 adam Exp $
 
-DISTNAME=      django-filter-2.0.0
+DISTNAME=      django-filter-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}

Index: pkgsrc/www/py-django-filter/distinfo
diff -u pkgsrc/www/py-django-filter/distinfo:1.3 pkgsrc/www/py-django-filter/distinfo:1.4
--- pkgsrc/www/py-django-filter/distinfo:1.3    Thu Nov 15 09:22:51 2018
+++ pkgsrc/www/py-django-filter/distinfo        Tue Jan 22 09:37:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/11/15 09:22:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/01/22 09:37:49 adam Exp $
 
-SHA1 (django-filter-2.0.0.tar.gz) = 11a024247cc98d65733c81b0bcf85887648f84fa
-RMD160 (django-filter-2.0.0.tar.gz) = 5a7c3fe6b43e6c2227f76df9d54f8247f34c65fb
-SHA512 (django-filter-2.0.0.tar.gz) = d12edda69f3771de640ed51e6e0dd2cd09c24d30a5dbb4bcf81934b76d804f9a165434f9bdf37ecda3c9a5023b30f5521c525f5afd882609d9bf35e9e26ebba3
-Size (django-filter-2.0.0.tar.gz) = 142039 bytes
+SHA1 (django-filter-2.1.0.tar.gz) = 4f4ba36e83d12dfc1652b45a002f1644b9fc9a8d
+RMD160 (django-filter-2.1.0.tar.gz) = 1f65f679399d7f6552457705c3b487a41630df47
+SHA512 (django-filter-2.1.0.tar.gz) = e917ec0fb1cdb8f19e6a7e50989d2df3697baa0bb50eaa62f5916cc0fe000e1e3594672a312114ab761d49b9f83bf7f5c1f4a35f4014c113ac9387a9bf086e10
+Size (django-filter-2.1.0.tar.gz) = 142256 bytes



Home | Main Index | Thread Index | Old Index