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.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6f684edbabb
branches:  trunk
changeset: 388444:b6f684edbabb
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 20 17:50:20 2022 +0000

description:
py-astroid: updated to 2.12.13

What's New in astroid 2.12.13?
==============================
* Prevent returning an empty list for ``ClassDef.slots()`` when the mro list contains one class & it is not ``object``.
* Prevent a crash when inferring calls to ``str.format`` with inferred arguments
  that would be invalid.
* Infer the `length` argument of the ``random.sample`` function.
* Catch ``ValueError`` when indexing some builtin containers and sequences during inference.

diffstat:

 devel/py-astroid/Makefile |  6 +++---
 devel/py-astroid/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r f7763e149b52 -r b6f684edbabb devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Sun Nov 20 17:09:56 2022 +0000
+++ b/devel/py-astroid/Makefile Sun Nov 20 17:50:20 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2022/11/08 09:07:10 adam Exp $
+# $NetBSD: Makefile,v 1.69 2022/11/20 17:50:20 adam Exp $
 
-DISTNAME=      astroid-2.12.12
+DISTNAME=      astroid-2.12.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
@@ -11,7 +11,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 DEPENDS+=      ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy
-DEPENDS+=      ${PYPKGPREFIX}-wrapt>=1.11:../../devel/py-wrapt
+DEPENDS+=      ${PYPKGPREFIX}-wrapt>=1.14:../../devel/py-wrapt
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
diff -r f7763e149b52 -r b6f684edbabb devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Sun Nov 20 17:09:56 2022 +0000
+++ b/devel/py-astroid/distinfo Sun Nov 20 17:50:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2022/10/25 09:27:33 adam Exp $
+$NetBSD: distinfo,v 1.61 2022/11/20 17:50:20 adam Exp $
 
-BLAKE2s (astroid-2.12.12.tar.gz) = dc11c2103639c70565547df03616a592befc6f1b2f79f4a46570c82325cb35e1
-SHA512 (astroid-2.12.12.tar.gz) = 26b9e6241fb80274ed4ce5059d58e94ba43ca93a24744a439dadea8baab16ce45d2dfa86766811dd379a22beba90bd54fd06d21da90d0ea6e8fc717d7ec8a20c
-Size (astroid-2.12.12.tar.gz) = 217342 bytes
+BLAKE2s (astroid-2.12.13.tar.gz) = dbc46405e56bb47d7310c74706c9fd379e16b172fb79b951f3dff8fbf75bf7c8
+SHA512 (astroid-2.12.13.tar.gz) = 7b5ca76c3f4cfb691d2cdfc4e2801c2b33ffeb59284e1d9ab759a634ad6eb4fd613b56c9b57af71c0da62112c1cf4e6a0d15f8d9f834315844b29989c4274d0b
+Size (astroid-2.12.13.tar.gz) = 217439 bytes



Home | Main Index | Thread Index | Old Index