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:           Fri Feb  2 12:41:30 UTC 2018

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

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

Version 1.1:
* Add Deprecations for 2.0
* Improve IsoDateTimeField test clarity
* Fix form attr references in tests
* Simplify tox config, drop python 3.3 & django 1.8
* Make get_filter_name a classmethod, allowing it to be overriden for each FilterClass
* Support active timezone
* Docs Typo: django_filters -> filters in docs
* Add Polish translations for some messages
* Remove support for Django 1.9 (EOL)
* Use required attribute from field when getting schema fields
* Prevent circular ImportError hiding for rest_framework sub-package
* Deprecate 'extra' field attrs on Filter
* Add SuffixedMultiWidget
* Fix null filtering for *Choice filters
* Use isort on imports
* Use urlencode from django.utils.http
* Remove OrderingFilter.help_text
* Update DRF test dependency to 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-filter/Makefile \
    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.1 pkgsrc/www/py-django-filter/Makefile:1.2
--- pkgsrc/www/py-django-filter/Makefile:1.1    Mon May 22 22:28:48 2017
+++ pkgsrc/www/py-django-filter/Makefile        Fri Feb  2 12:41:30 2018
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2017/05/22 22:28:48 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/02 12:41:30 adam Exp $
 
-DISTNAME=      django-filter-1.0.4
+DISTNAME=      django-filter-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
 
 MAINTAINER=    joerg%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/carltongibson/django-filter/
+HOMEPAGE=      https://github.com/carltongibson/django-filter
 COMMENT=       Generic dynamic filtering support for Django
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-filter/distinfo
diff -u pkgsrc/www/py-django-filter/distinfo:1.1 pkgsrc/www/py-django-filter/distinfo:1.2
--- pkgsrc/www/py-django-filter/distinfo:1.1    Mon May 22 22:28:48 2017
+++ pkgsrc/www/py-django-filter/distinfo        Fri Feb  2 12:41:30 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/05/22 22:28:48 joerg Exp $
+$NetBSD: distinfo,v 1.2 2018/02/02 12:41:30 adam Exp $
 
-SHA1 (django-filter-1.0.4.tar.gz) = 5115f0f8e91ab32fdcedb473bfa874d48507ea17
-RMD160 (django-filter-1.0.4.tar.gz) = 52ad603fd3fd1156cedd50afecc9b8f2b7879a7f
-SHA512 (django-filter-1.0.4.tar.gz) = 69dcd906921f8d7bdd57959899942c7c388b63fec276d6155db825873464d5fc5596c700064f80246d794626cc6e4f299fcd8b38a3bf5c1887fd5997a2acfd6f
-Size (django-filter-1.0.4.tar.gz) = 123337 bytes
+SHA1 (django-filter-1.1.0.tar.gz) = 468dc426a935466b37fd454a87220dc4ae4f93d1
+RMD160 (django-filter-1.1.0.tar.gz) = 3c6df0f4b957e85cc7083f623e26f8d5b06b93cc
+SHA512 (django-filter-1.1.0.tar.gz) = edc9d8f9379acfe56cd5170a8a881553d3d1591bba75d12bbc10fb6535165213a90abb8a492facf85b72e81f55c02c3a0dc205d1a84b65ed132f58436f227ae7
+Size (django-filter-1.1.0.tar.gz) = 127831 bytes



Home | Main Index | Thread Index | Old Index