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:           Fri Aug 26 07:43:30 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.52 -r1.53 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.59 pkgsrc/devel/py-astroid/Makefile:1.60
--- pkgsrc/devel/py-astroid/Makefile:1.59       Mon Jul 18 18:57:41 2022
+++ pkgsrc/devel/py-astroid/Makefile    Fri Aug 26 07:43:30 2022
@@ -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/}

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.52 pkgsrc/devel/py-astroid/distinfo:1.53
--- pkgsrc/devel/py-astroid/distinfo:1.52       Mon Jul 18 18:57:41 2022
+++ pkgsrc/devel/py-astroid/distinfo    Fri Aug 26 07:43:30 2022
@@ -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