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:   wiz
Date:           Sun Feb 25 15:21:35 UTC 2024

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

Log Message:
py-pylint: update to 3.0.4.

False Positives Fixed

    used-before-assignment is no longer emitted when using a name in a loop and
    depending on an earlier name assignment in an except block paired with
    else: continue.

    Closes #6804

    Avoid false positives for no-member involving function
    attributes supplied by decorators.

    Closes #9246

    Fixed false positive nested-min-max for nested lists.

    Closes #9307

    Fix false positive for used-before-assignment in a finally block
    when assignments took place in both the try block and each exception handler.

    Closes #9451

Other Bug Fixes

    Catch incorrect ValueError "generator already executing" for Python 3.12.0 - 3.12.2.
    This is fixed upstream in Python 3.12.3.

    Closes #9138


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.78 -r1.79 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.91 pkgsrc/devel/py-pylint/Makefile:1.92
--- pkgsrc/devel/py-pylint/Makefile:1.91        Tue Dec 12 17:17:00 2023
+++ pkgsrc/devel/py-pylint/Makefile     Sun Feb 25 15:21:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2023/12/12 17:17:00 adam Exp $
+# $NetBSD: Makefile,v 1.92 2024/02/25 15:21:34 wiz Exp $
 
-DISTNAME=      pylint-3.0.3
+DISTNAME=      pylint-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.78 pkgsrc/devel/py-pylint/distinfo:1.79
--- pkgsrc/devel/py-pylint/distinfo:1.78        Tue Dec 12 17:17:00 2023
+++ pkgsrc/devel/py-pylint/distinfo     Sun Feb 25 15:21:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.78 2023/12/12 17:17:00 adam Exp $
+$NetBSD: distinfo,v 1.79 2024/02/25 15:21:34 wiz Exp $
 
-BLAKE2s (pylint-3.0.3.tar.gz) = 9e75901e82d6712e8577e3891a578a6ad79e7f2ed39bc6e933d75d1486eeaad9
-SHA512 (pylint-3.0.3.tar.gz) = ca81da91f1e368d6b119f9e9f4251a385a86b03ec6f919ba55ba05ddc2d892402244ed6cde5790b2333e62b167c1eadf9bfa047115cf7d08800ca6de2c15e25f
-Size (pylint-3.0.3.tar.gz) = 441807 bytes
+BLAKE2s (pylint-3.0.4.tar.gz) = e7adbb6ed097fe2d7d822b5e299e76ce4025caaa015c61087a4aa83e630ad21a
+SHA512 (pylint-3.0.4.tar.gz) = 5c769be9d26c09f6bd692b87fb71f80329556653f8ce692e5f52e8537d5002bfd83ffe4d1b9119b2b8085953757859b20e108ece602f92f135e276ce0417b198
+Size (pylint-3.0.4.tar.gz) = 442328 bytes



Home | Main Index | Thread Index | Old Index