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:           Fri Nov 14 13:48:36 UTC 2025

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

Log Message:
py-pylint: updated to 4.0.3

What's new in Pylint 4.0.3?

False Positives Fixed

- Add Enum dunder methods ``_generate_next_value_``, ``_missing_``, ``_numeric_repr_``, ``_add_alias_``, and ``_add_value_alias_`` to the list passed to ``--good-dunder-names``.

- Fixed false positive for ``invalid-name`` with ``typing.Annotated``.

- Fix false positive for ``f-string-without-interpolation`` with template strings
  when using format spec.

- Fix a false positive when an UPPER_CASED class attribute was raising an
  ``invalid-name`` when typed with ``Final``.

- Fix a false positive for ``unbalanced-tuple-unpacking`` when a tuple is assigned to a function call and the structure of the function's return value is ambiguous.

Other Bug Fixes

- Make 'ignore' option work as expected again.

- Fix crash for ``consider-using-assignment-expr`` when a variable annotation without assignment
  is used as the ``if`` test expression.

- Fix crash for ``prefer-typing-namedtuple`` and ``consider-math-not-float`` when
  a ``slice`` object is called.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.101 -r1.102 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.116 pkgsrc/devel/py-pylint/Makefile:1.117
--- pkgsrc/devel/py-pylint/Makefile:1.116       Mon Oct 20 17:10:54 2025
+++ pkgsrc/devel/py-pylint/Makefile     Fri Nov 14 13:48:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2025/10/20 17:10:54 adam Exp $
+# $NetBSD: Makefile,v 1.117 2025/11/14 13:48:36 adam Exp $
 
-DISTNAME=      pylint-4.0.2
+DISTNAME=      pylint-4.0.3
 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.101 pkgsrc/devel/py-pylint/distinfo:1.102
--- pkgsrc/devel/py-pylint/distinfo:1.101       Mon Oct 20 17:10:54 2025
+++ pkgsrc/devel/py-pylint/distinfo     Fri Nov 14 13:48:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.101 2025/10/20 17:10:54 adam Exp $
+$NetBSD: distinfo,v 1.102 2025/11/14 13:48:36 adam Exp $
 
-BLAKE2s (pylint-4.0.2.tar.gz) = 47d24d438b6ad1fbbfca8e5db67c5da5cf6360faec841cbe3b2c172f130a406f
-SHA512 (pylint-4.0.2.tar.gz) = 9134108926178035759444d0f760ab4bcca367e9675b3ddb232205a8af4ad26a7d1772786d821cc372b6160d9a1e98672aed28d1c5a3b92a46a2a46b7a418d5f
-Size (pylint-4.0.2.tar.gz) = 1572401 bytes
+BLAKE2s (pylint-4.0.3.tar.gz) = fa4f0199ea0e903990186006acebfc1dbe9d90bf36c06e6013a29c2777c6e2bb
+SHA512 (pylint-4.0.3.tar.gz) = fe93d023d45d9b33ec17007fb92d01cafbebdab01491e5f33a19b906c303542f35195b8280c6dae8cc6435472cb0e4ef20dd12f3f994f1dd2708f830640df3c4
+Size (pylint-4.0.3.tar.gz) = 1570368 bytes



Home | Main Index | Thread Index | Old Index