pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 28 09:24:59 UTC 2019

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

Log Message:
py-pylint-django: updated to 2.0.6

Version 2.0.6:
- Updating dependency version of pylint-plugin-utils as pylint 2.3 release
  was not compatible
- Improvements to tox.ini
- Add support for new load_configuration hook of pylint
- 'urlpatterns' no longer reported as an invalid constant name


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-pylint-django/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-pylint-django/Makefile
diff -u pkgsrc/www/py-pylint-django/Makefile:1.15 pkgsrc/www/py-pylint-django/Makefile:1.16
--- pkgsrc/www/py-pylint-django/Makefile:1.15   Tue Dec 18 11:50:34 2018
+++ pkgsrc/www/py-pylint-django/Makefile        Thu Feb 28 09:24:59 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/12/18 11:50:34 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/02/28 09:24:59 adam Exp $
 
-DISTNAME=      pylint-django-2.0.5
+DISTNAME=      pylint-django-2.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
@@ -11,7 +11,7 @@ COMMENT=      Pylint plugin to aid Pylint in 
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-pylint>=2.0.0:../../devel/py-pylint
-DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin-utils
+DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.5:../../devel/py-pylint-plugin-utils
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.14 pkgsrc/www/py-pylint-django/distinfo:1.15
--- pkgsrc/www/py-pylint-django/distinfo:1.14   Tue Dec 18 11:50:34 2018
+++ pkgsrc/www/py-pylint-django/distinfo        Thu Feb 28 09:24:59 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/12/18 11:50:34 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/02/28 09:24:59 adam Exp $
 
-SHA1 (pylint-django-2.0.5.tar.gz) = ea9b3b4a40797be23f553403ea004db943d89f2b
-RMD160 (pylint-django-2.0.5.tar.gz) = 651d1dd7c0bc7944c10bf1f7b0a546165a0715f9
-SHA512 (pylint-django-2.0.5.tar.gz) = 528846151564fb27a860193098f922af55aeacf20fd7e724adc7688d768b83b8f8ff6daea7785c9986be2cc758c162e80816ad3419b99d861d2573ea83d57683
-Size (pylint-django-2.0.5.tar.gz) = 45401 bytes
+SHA1 (pylint-django-2.0.6.tar.gz) = 91bbd72c12aa8bf4eefcf69c30abab4c872c6307
+RMD160 (pylint-django-2.0.6.tar.gz) = 5f7e9b9e9b223f81a2f0d7069db488b6bd8da60e
+SHA512 (pylint-django-2.0.6.tar.gz) = ec1e56f5c8e6a8e6d169d4f626e2a7d8d60b1bb0b792b800669967874631b84f0a5ec0fbc23fd8158ea6c649892ad0a6207355f3d3ac708a015d86f428007e81
+Size (pylint-django-2.0.6.tar.gz) = 49244 bytes



Home | Main Index | Thread Index | Old Index