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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7291253a5c3
branches:  trunk
changeset: 384031:e7291253a5c3
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 26 07:43:30 2022 +0000

description:
py-astroid: updated to 2.12.4

What's New in astroid 2.12.4?
* Fixed a crash involving non-standard type comments such as ``# type: # any comment``.

What's New in astroid 2.12.3?
* Fixed crash in ``ExplicitNamespacePackageFinder`` involving ``_SixMetaPathImporter``.
* Fix unhandled `FutureWarning` from pandas import in cython modules
* Fix false positive with inference of type-annotated Enum classes.
* Fix crash with inference of type-annotated Enum classes where the member has no value.
* Fix a crash inferring invalid old-style string formatting with `%`.
* Fix false positive with inference of ``http`` module when iterating ``HTTPStatus``.
* Bumped minimum requirement of ``wrapt`` to 1.14 on Python 3.11.
* Don't add dataclass fields annotated with ``KW_ONLY`` to the list of fields.

diffstat:

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

diffs (25 lines):

diff -r 0871a4fbb852 -r e7291253a5c3 devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Fri Aug 26 07:41:21 2022 +0000
+++ b/devel/py-astroid/Makefile Fri Aug 26 07:43:30 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2022/07/18 18:57:41 adam Exp $
+# $NetBSD: Makefile,v 1.60 2022/08/26 07:43:30 adam Exp $
 
-DISTNAME=      astroid-2.12.2
+DISTNAME=      astroid-2.12.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
diff -r 0871a4fbb852 -r e7291253a5c3 devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Fri Aug 26 07:41:21 2022 +0000
+++ b/devel/py-astroid/distinfo Fri Aug 26 07:43:30 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2022/07/18 18:57:41 adam Exp $
+$NetBSD: distinfo,v 1.53 2022/08/26 07:43:30 adam Exp $
 
-BLAKE2s (astroid-2.12.2.tar.gz) = 14058c44e6963b36cdcafeae8f2f5f58c74db15cd3c38f7c8b913f139373f8f4
-SHA512 (astroid-2.12.2.tar.gz) = d0c425209b8b9cd3011a52554d799d29fc68bc042a91d69c5fe07e726fe96e6252963112a1f3b3f088f72d9e49bab6892ca325595c538b312b5a37ab794693cc
-Size (astroid-2.12.2.tar.gz) = 215145 bytes
+BLAKE2s (astroid-2.12.4.tar.gz) = 75fc7d49c2d0a5b07fd5ac5a735c620256f88189c970d606cfaf8b4d782c1758
+SHA512 (astroid-2.12.4.tar.gz) = 07885ca0be4f3dfc2b10247d7378e58826b803bf40433819a2a1d4e877c6b9fe3e5908e16b1140240255134bb710b9e1574f579927ccb69934227a858eacb985
+Size (astroid-2.12.4.tar.gz) = 215343 bytes



Home | Main Index | Thread Index | Old Index