pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  6 21:49:58 UTC 2024

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

Log Message:
py-astroid: updated to 3.0.3

What's New in astroid 3.0.3?

* Fix type of ``UnicodeDecodeError.object`` inferred as ``str`` instead of ``bytes``.
* Fix ``no-member`` false positives for ``args`` and ``kwargs`` on ``ParamSpec`` under Python 3.12.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-astroid/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-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.84 pkgsrc/devel/py-astroid/Makefile:1.85
--- pkgsrc/devel/py-astroid/Makefile:1.84       Tue Dec 12 17:13:56 2023
+++ pkgsrc/devel/py-astroid/Makefile    Tue Feb  6 21:49:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2023/12/12 17:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.85 2024/02/06 21:49:58 adam Exp $
 
-DISTNAME=      astroid-3.0.2
+DISTNAME=      astroid-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.74 pkgsrc/devel/py-astroid/distinfo:1.75
--- pkgsrc/devel/py-astroid/distinfo:1.74       Tue Dec 12 17:13:56 2023
+++ pkgsrc/devel/py-astroid/distinfo    Tue Feb  6 21:49:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2023/12/12 17:13:56 adam Exp $
+$NetBSD: distinfo,v 1.75 2024/02/06 21:49:58 adam Exp $
 
-BLAKE2s (astroid-3.0.2.tar.gz) = 93cde11e20f0d20e71dbc621a131520fe391528b2204a8fdb43d53aa44fee9d8
-SHA512 (astroid-3.0.2.tar.gz) = 35cc28d78ccb85ee430ddc632178366c5ab3c218154e8f13dadef2fd930a1066c9e2fc3f9d855c99badd5dd5a88f83ec8c6ca2c6a5e9358925a496ec5de8a919
-Size (astroid-3.0.2.tar.gz) = 395080 bytes
+BLAKE2s (astroid-3.0.3.tar.gz) = ac78ee25e7fcaa3b9b125545aa46852e1245001a9f5eaaef40c7dd853cccc76c
+SHA512 (astroid-3.0.3.tar.gz) = 9bb736a48eba9312f3c876b8d435a3a2d0030baef445dd9bcd28c5f87aaa84cfa3132edd38ed22106eb1e102e051394e518b5e036d852108b6fd9cf7aeb962dc
+Size (astroid-3.0.3.tar.gz) = 395183 bytes



Home | Main Index | Thread Index | Old Index