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:           Mon Jul 10 03:41:20 UTC 2023

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

Log Message:
py-astroid: updated to 2.15.6

What's New in astroid 2.15.6?
=============================
* Harden ``get_module_part()`` against ``"."``.
* Avoid expensive list/tuple multiplication operations that would result in ``MemoryError``.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.69 -r1.70 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.78 pkgsrc/devel/py-astroid/Makefile:1.79
--- pkgsrc/devel/py-astroid/Makefile:1.78       Sun May 21 17:42:11 2023
+++ pkgsrc/devel/py-astroid/Makefile    Mon Jul 10 03:41:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2023/05/21 17:42:11 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2023/07/10 03:41:20 adam Exp $
 
-DISTNAME=      astroid-2.15.5
+DISTNAME=      astroid-2.15.6
 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.69 pkgsrc/devel/py-astroid/distinfo:1.70
--- pkgsrc/devel/py-astroid/distinfo:1.69       Sun May 21 17:42:11 2023
+++ pkgsrc/devel/py-astroid/distinfo    Mon Jul 10 03:41:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2023/05/21 17:42:11 wiz Exp $
+$NetBSD: distinfo,v 1.70 2023/07/10 03:41:20 adam Exp $
 
-BLAKE2s (astroid-2.15.5.tar.gz) = cfdd1606facc1ab88a43156d6d7154e9ee5e25a178d57be07b6dc0e9a15be18b
-SHA512 (astroid-2.15.5.tar.gz) = 7f4c339a93b90cb6fb9769396e41fcbd4377b0cc8723f30c3fdc688025ae5b2f7fcd20a6e6111da6c078d4fcac5bdfce6b515b5bd9e3e36afc64679f20636097
-Size (astroid-2.15.5.tar.gz) = 343686 bytes
+BLAKE2s (astroid-2.15.6.tar.gz) = 8971aa41f6a4295c8f15766ab1c67a93e3026807524be8fb14a6dac836aa951d
+SHA512 (astroid-2.15.6.tar.gz) = 777c17ad38600e7dd14aade8d379d38d977b5675cb4156e10cdcaf723f9979ab7e304425d1810ca5046c17ae2bfdbced40cd042a598cdae45f17d6871d58121d
+Size (astroid-2.15.6.tar.gz) = 344027 bytes



Home | Main Index | Thread Index | Old Index