pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 27 04:45:54 UTC 2021

Modified Files:
        pkgsrc/devel/py-pylint: Makefile distinfo

Log Message:
py-pylint: updated to 2.8.2

What's New in Pylint 2.8.2?

Keep __pkginfo__.numversion a tuple to avoid breaking pylint-django.

scm_setuptools has been added to the packaging.

Pylint's tags are now the standard form vX.Y.Z and not pylint-X.Y.Z anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-pylint/distinfo

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

Modified files:

Index: pkgsrc/devel/py-pylint/Makefile
diff -u pkgsrc/devel/py-pylint/Makefile:1.49 pkgsrc/devel/py-pylint/Makefile:1.50
--- pkgsrc/devel/py-pylint/Makefile:1.49        Mon Apr 26 13:00:30 2021
+++ pkgsrc/devel/py-pylint/Makefile     Tue Apr 27 04:45:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2021/04/26 13:00:30 adam Exp $
+# $NetBSD: Makefile,v 1.50 2021/04/27 04:45:54 adam Exp $
 
-DISTNAME=      pylint-2.8.1
+DISTNAME=      pylint-2.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://www.pylint.org/
 COMMENT=       Python source code analyzer
 LICENSE=       gnu-gpl-v2
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.5.6:../../devel/py-astroid
 DEPENDS+=      ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.38 pkgsrc/devel/py-pylint/distinfo:1.39
--- pkgsrc/devel/py-pylint/distinfo:1.38        Mon Apr 26 13:00:31 2021
+++ pkgsrc/devel/py-pylint/distinfo     Tue Apr 27 04:45:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2021/04/26 13:00:31 adam Exp $
+$NetBSD: distinfo,v 1.39 2021/04/27 04:45:54 adam Exp $
 
-SHA1 (pylint-2.8.1.tar.gz) = 4cd67df8afdf52f19709e012ca9a37dbbc176f59
-RMD160 (pylint-2.8.1.tar.gz) = b76bab49c4b5a14c718fca7c8cf4c5235a7561e4
-SHA512 (pylint-2.8.1.tar.gz) = 9f9487cf3d361bff0b662e07d66c07d622013f64714969d322977440b2804b1ce5aaae714a18741f958dd8b734484149af1bffb10498cc425f22ca6ac0a81d5a
-Size (pylint-2.8.1.tar.gz) = 298656 bytes
+SHA1 (pylint-2.8.2.tar.gz) = 8d64a42a7733b291902fa0188cd3193eb4de09df
+RMD160 (pylint-2.8.2.tar.gz) = 9a7be8abac1db0d12d5f0cc2252cceef6962f05b
+SHA512 (pylint-2.8.2.tar.gz) = 304cb32fc72a6efe89d3d6799b1bf5ffa2a16220b99d8f0aa39753aeea907c88ed81ddebfc4de91be33243dd47dd1bcde4077fb6428f6fa4fe80636c77be907e
+Size (pylint-2.8.2.tar.gz) = 745627 bytes



Home | Main Index | Thread Index | Old Index