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:   wiz
Date:           Sun Aug 11 06:43:02 UTC 2024

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

Log Message:
py-astroid: update to 3.3.1.

3.3.1

Fix a crash introduced in 3.3.0 involving invalid format strings.

3.3.0

Add support for Python 3.13.
Remove support for Python 3.8 (and constants PY38, PY39_PLUS, and PYPY_7_3_11_PLUS).
Add the __annotations__ attribute to the ClassDef object model.
Implement inference for JoinedStr and FormattedValue
Add support for ssl.OP_LEGACY_SERVER_CONNECT (new in Python 3.12).


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-astroid/PLIST
cvs rdiff -u -r1.81 -r1.82 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.91 pkgsrc/devel/py-astroid/Makefile:1.92
--- pkgsrc/devel/py-astroid/Makefile:1.91       Sun Jul 21 09:04:13 2024
+++ pkgsrc/devel/py-astroid/Makefile    Sun Aug 11 06:43:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2024/07/21 09:04:13 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2024/08/11 06:43:02 wiz Exp $
 
-DISTNAME=      astroid-3.2.4
+DISTNAME=      astroid-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
@@ -17,8 +17,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# as of 3.2.4
-# 1 failed, 1599 passed, 77 skipped, 16 xfailed
+# as of 3.3.1
+# 1605 passed, 75 skipped, 16 xfailed
 
 .include "../../lang/python/pyversion.mk"
 

Index: pkgsrc/devel/py-astroid/PLIST
diff -u pkgsrc/devel/py-astroid/PLIST:1.24 pkgsrc/devel/py-astroid/PLIST:1.25
--- pkgsrc/devel/py-astroid/PLIST:1.24  Sat Oct 28 19:56:57 2023
+++ pkgsrc/devel/py-astroid/PLIST       Sun Aug 11 06:43:02 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2023/10/28 19:56:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2024/08/11 06:43:02 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/CONTRIBUTORS.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -62,9 +62,6 @@ ${PYSITELIB}/astroid/brain/brain_datetim
 ${PYSITELIB}/astroid/brain/brain_dateutil.py
 ${PYSITELIB}/astroid/brain/brain_dateutil.pyc
 ${PYSITELIB}/astroid/brain/brain_dateutil.pyo
-${PYSITELIB}/astroid/brain/brain_fstrings.py
-${PYSITELIB}/astroid/brain/brain_fstrings.pyc
-${PYSITELIB}/astroid/brain/brain_fstrings.pyo
 ${PYSITELIB}/astroid/brain/brain_functools.py
 ${PYSITELIB}/astroid/brain/brain_functools.pyc
 ${PYSITELIB}/astroid/brain/brain_functools.pyo

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.81 pkgsrc/devel/py-astroid/distinfo:1.82
--- pkgsrc/devel/py-astroid/distinfo:1.81       Sun Jul 21 09:04:13 2024
+++ pkgsrc/devel/py-astroid/distinfo    Sun Aug 11 06:43:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.81 2024/07/21 09:04:13 wiz Exp $
+$NetBSD: distinfo,v 1.82 2024/08/11 06:43:02 wiz Exp $
 
-BLAKE2s (astroid-3.2.4.tar.gz) = 3bc6544594e7fb2ac56c8c81502c96c320a331c998bde08b2c76cddc1ade9f35
-SHA512 (astroid-3.2.4.tar.gz) = f713e1f2f7f612f052a74ac8044a63fd08ad863b1e9ab5398168a9715adb98a899d58c0df0cd51ae72e01bfbd73fc67111916294e49144cd98cf09fbddd063ed
-Size (astroid-3.2.4.tar.gz) = 397576 bytes
+BLAKE2s (astroid-3.3.1.tar.gz) = 4431d75500b7f4978e45f6d261ad87e0b82bb819801319fadc35f5af51fb2e7a
+SHA512 (astroid-3.3.1.tar.gz) = 21b0286bbebfce54371940e83c8866921e14afcfe39f2126688511b8b903526c6065f14d1e7ca77e7d91027c57ee4025af28f0d6511de6aebd82a76fe649b91e
+Size (astroid-3.3.1.tar.gz) = 395635 bytes



Home | Main Index | Thread Index | Old Index