pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: updated to 2.12.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/388acf82d372
branches:  trunk
changeset: 385549:388acf82d372
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 19 07:51:50 2022 +0000

description:
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``.

diffstat:

 devel/py-astroid/Makefile |  4 ++--
 devel/py-astroid/PLIST    |  5 ++++-
 devel/py-astroid/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r d69ab69c3e0b -r 388acf82d372 devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Mon Sep 19 03:34:45 2022 +0000
+++ b/devel/py-astroid/Makefile Mon Sep 19 07:51:50 2022 +0000
@@ -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/}
diff -r d69ab69c3e0b -r 388acf82d372 devel/py-astroid/PLIST
--- a/devel/py-astroid/PLIST    Mon Sep 19 03:34:45 2022 +0000
+++ b/devel/py-astroid/PLIST    Mon Sep 19 07:51:50 2022 +0000
@@ -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/_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
diff -r d69ab69c3e0b -r 388acf82d372 devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Mon Sep 19 03:34:45 2022 +0000
+++ b/devel/py-astroid/distinfo Mon Sep 19 07:51:50 2022 +0000
@@ -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