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 Oct 1 15:57:38 UTC 2024
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.3.1
3.3.1
False Positives Fixed
Fix regression causing some f-strings to not be inferred as strings.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.90 -r1.91 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.103 pkgsrc/devel/py-pylint/Makefile:1.104
--- pkgsrc/devel/py-pylint/Makefile:1.103 Sun Sep 22 16:39:11 2024
+++ pkgsrc/devel/py-pylint/Makefile Tue Oct 1 15:57:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2024/09/22 16:39:11 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2024/10/01 15:57:38 adam Exp $
-DISTNAME= pylint-3.3.0
+DISTNAME= pylint-3.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -12,20 +12,17 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-astroid>=3.2.4:../../devel/py-astroid
+DEPENDS+= ${PYPKGPREFIX}-astroid>=3.3.4:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.7:../../textproc/py-dill
DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.2.0:../../misc/py-platformdirs
DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.1:../../textproc/py-tomlkit
-TEST_DEPENDS+= ${PYPKGPREFIX}-gitpython>=0:../../devel/py-gitpython
+TEST_DEPENDS+= ${PYPKGPREFIX}-gitpython>=3:../../devel/py-gitpython
TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark>=0:../../devel/py-test-benchmark
USE_LANGUAGES= # none
-# as of 3.3.0
-# 11 failed, 1879 passed, 272 skipped, 5 xfailed
-
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.90 pkgsrc/devel/py-pylint/distinfo:1.91
--- pkgsrc/devel/py-pylint/distinfo:1.90 Sun Sep 22 16:39:11 2024
+++ pkgsrc/devel/py-pylint/distinfo Tue Oct 1 15:57:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.90 2024/09/22 16:39:11 wiz Exp $
+$NetBSD: distinfo,v 1.91 2024/10/01 15:57:38 adam Exp $
-BLAKE2s (pylint-3.3.0.tar.gz) = 4c24551de9d80dda6998d791747bf1db7327bc440181416308c6a4166d17f152
-SHA512 (pylint-3.3.0.tar.gz) = e4462e1f4c1a2f96201f29b37f4d67ad34d0de890e59b6ea6d4a029f2083bd1e1f285a0b26bee46e810bfe97bb1f44799a55976074b9332fcab7f9522c63edb0
-Size (pylint-3.3.0.tar.gz) = 1516717 bytes
+BLAKE2s (pylint-3.3.1.tar.gz) = 57e28c831ebc46329f1e41698a9b9cc33d475f59b975f12a2b2d04183bda299c
+SHA512 (pylint-3.3.1.tar.gz) = a9f39367c7251aff18012b906121e1cfa6f0151c77f9e4e67927946c7aa88db0bbde59d02c069e3d3aea2cab8027573bf8a034cb1ea676dae6b0965cb2daf3ba
+Size (pylint-3.3.1.tar.gz) = 1516703 bytes
Home |
Main Index |
Thread Index |
Old Index