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 Sep 19 07:51:50 UTC 2022

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

Log Message:
py-astroid: updated to 2.12.10

What's New in astroid 2.12.10?
==============================
* Fixed a crash when introspecting modules compiled by `cffi`.
* ``decorators.cached`` now gets its cache cleared by calling ``AstroidManager.clear_cache``.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-astroid/PLIST
cvs rdiff -u -r1.57 -r1.58 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.64 pkgsrc/devel/py-astroid/Makefile:1.65
--- pkgsrc/devel/py-astroid/Makefile:1.64       Mon Sep 12 08:27:19 2022
+++ pkgsrc/devel/py-astroid/Makefile    Mon Sep 19 07:51:50 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2022/09/12 08:27:19 adam Exp $
+# $NetBSD: Makefile,v 1.65 2022/09/19 07:51:50 adam Exp $
 
-DISTNAME=      astroid-2.12.9
+DISTNAME=      astroid-2.12.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}

Index: pkgsrc/devel/py-astroid/PLIST
diff -u pkgsrc/devel/py-astroid/PLIST:1.19 pkgsrc/devel/py-astroid/PLIST:1.20
--- pkgsrc/devel/py-astroid/PLIST:1.19  Mon Jul 18 18:57:41 2022
+++ pkgsrc/devel/py-astroid/PLIST       Mon Sep 19 07:51:50 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/07/18 18:57:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/09/19 07:51:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,9 @@ ${PYSITELIB}/astroid/__pkginfo__.pyo
 ${PYSITELIB}/astroid/_ast.py
 ${PYSITELIB}/astroid/_ast.pyc
 ${PYSITELIB}/astroid/_ast.pyo
+${PYSITELIB}/astroid/_cache.py
+${PYSITELIB}/astroid/_cache.pyc
+${PYSITELIB}/astroid/_cache.pyo
 ${PYSITELIB}/astroid/arguments.py
 ${PYSITELIB}/astroid/arguments.pyc
 ${PYSITELIB}/astroid/arguments.pyo

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.57 pkgsrc/devel/py-astroid/distinfo:1.58
--- pkgsrc/devel/py-astroid/distinfo:1.57       Mon Sep 12 08:27:19 2022
+++ pkgsrc/devel/py-astroid/distinfo    Mon Sep 19 07:51:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2022/09/12 08:27:19 adam Exp $
+$NetBSD: distinfo,v 1.58 2022/09/19 07:51:50 adam Exp $
 
-BLAKE2s (astroid-2.12.9.tar.gz) = 82d0d0d16dbad3517ccc6240c32d80b70067a4a0135928d97f83603ad4570e36
-SHA512 (astroid-2.12.9.tar.gz) = 78f4ce44eab21ba84efa48b88a537ad8e6178418cc1474c5264f6dd71d5d6d0a75a044ad939aed37ec060b10c93f59c41bc1bc284c631cb411c8b567a9997a64
-Size (astroid-2.12.9.tar.gz) = 216222 bytes
+BLAKE2s (astroid-2.12.10.tar.gz) = d52ab10760d278a9cc4b42d37a607bd2892c4cd4d284e38024a77306e0519f41
+SHA512 (astroid-2.12.10.tar.gz) = 4c0dd78721b71f55aa226b28fd4f52f65bf9b6a290f55af3ac5e6e6e6c0932619a78522f7b1d41dc8ca6c087148a31d8eaaca11440a01fe483afef989933c625
+Size (astroid-2.12.10.tar.gz) = 216646 bytes



Home | Main Index | Thread Index | Old Index