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:           Thu Mar  9 09:47:47 UTC 2023

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

Log Message:
py-astroid: updated to 2.15.0

What's New in astroid 2.15.0?

* astroid now supports ``TryStar`` nodes from python 3.11 and should be fully compatible with python 3.11.

* ``Formattedvalue.postinit`` is now keyword only. This is to allow correct typing of the
  ``Formattedvalue`` class.

* ``Astroid`` now supports custom import hooks.

* ``astroid`` now infers return values from match cases.

* ``AstroidManager.clear_cache`` now also clears the inference context cache.

* ``Astroid`` now retrieves the default values of keyword only arguments and sets them on
  ``Arguments.kw_defaults``.

* ``Uninferable`` now has the type ``UninferableBase``. This is to facilitate correctly type annotating
  code that uses this singleton.

* Deprecate ``modutils.is_standard_module()``. It will be removed in the next minor release.
  Functionality has been replaced by two new functions,
  ``modutils.is_stdlib_module()`` and ``modutils.module_in_path()``.

* Fix ``are_exclusive`` function when a walrus operator is used inside ``IfExp.test`` field.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-astroid/PLIST
cvs rdiff -u -r1.64 -r1.65 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.72 pkgsrc/devel/py-astroid/Makefile:1.73
--- pkgsrc/devel/py-astroid/Makefile:1.72       Mon Feb 13 10:45:11 2023
+++ pkgsrc/devel/py-astroid/Makefile    Thu Mar  9 09:47:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2023/02/13 10:45:11 adam Exp $
+# $NetBSD: Makefile,v 1.73 2023/03/09 09:47:47 adam Exp $
 
-DISTNAME=      astroid-2.14.2
+DISTNAME=      astroid-2.15.0
 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.21 pkgsrc/devel/py-astroid/PLIST:1.22
--- pkgsrc/devel/py-astroid/PLIST:1.21  Tue Jan 24 10:07:28 2023
+++ pkgsrc/devel/py-astroid/PLIST       Thu Mar  9 09:47:47 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2023/01/24 10:07:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2023/03/09 09:47:47 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/CONTRIBUTORS.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -14,6 +14,8 @@ ${PYSITELIB}/astroid/__pkginfo__.py
 ${PYSITELIB}/astroid/__pkginfo__.pyc
 ${PYSITELIB}/astroid/_ast.py
 ${PYSITELIB}/astroid/_ast.pyc
+${PYSITELIB}/astroid/_backport_stdlib_names.py
+${PYSITELIB}/astroid/_backport_stdlib_names.pyc
 ${PYSITELIB}/astroid/_cache.py
 ${PYSITELIB}/astroid/_cache.pyc
 ${PYSITELIB}/astroid/arguments.py

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.64 pkgsrc/devel/py-astroid/distinfo:1.65
--- pkgsrc/devel/py-astroid/distinfo:1.64       Mon Feb 13 10:45:11 2023
+++ pkgsrc/devel/py-astroid/distinfo    Thu Mar  9 09:47:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2023/02/13 10:45:11 adam Exp $
+$NetBSD: distinfo,v 1.65 2023/03/09 09:47:47 adam Exp $
 
-BLAKE2s (astroid-2.14.2.tar.gz) = c0365949f146361cf721bb6c33c85597d1f5ba351c7a44ded0c88b28d50a31c6
-SHA512 (astroid-2.14.2.tar.gz) = f7461b0a9dbaf5bd6126d8620daf4859860e7bcf09521d4f53c12a21c7eb501ea7ec9e09f5c67da944a6b6257b34eddbb44b53f49237ac82108085ae198f0ac2
-Size (astroid-2.14.2.tar.gz) = 224336 bytes
+BLAKE2s (astroid-2.15.0.tar.gz) = 324f5ed9f4c2809e6f0d0a3cfda0c97a77927c18c37761d33efe770ae8ff8b41
+SHA512 (astroid-2.15.0.tar.gz) = 355c19543527d2a5939c5d7c7ebbd4d9b3ca29c2e19c306987bfb932f08e148facca27d5340269eaa29f9a8b6e4c4f0c41af4243529bb5749ec28620668c04a1
+Size (astroid-2.15.0.tar.gz) = 343053 bytes



Home | Main Index | Thread Index | Old Index