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 Feb  2 08:26:16 UTC 2023

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

Log Message:
py-astroid: updated to 2.14.1

What's New in astroid 2.14.1?
=============================
* Revert ``CallContext`` change as it caused a ``RecursionError`` regression.

What's New in astroid 2.14.0?
=============================
* Add support for inferring binary union types added in Python 3.10.
* Capture and log messages emitted when inspecting a module for astroid.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.62 -r1.63 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.70 pkgsrc/devel/py-astroid/Makefile:1.71
--- pkgsrc/devel/py-astroid/Makefile:1.70       Tue Jan 24 10:07:28 2023
+++ pkgsrc/devel/py-astroid/Makefile    Thu Feb  2 08:26:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2023/01/24 10:07:28 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/02/02 08:26:16 adam Exp $
 
-DISTNAME=      astroid-2.13.3
+DISTNAME=      astroid-2.14.1
 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.62 pkgsrc/devel/py-astroid/distinfo:1.63
--- pkgsrc/devel/py-astroid/distinfo:1.62       Tue Jan 24 10:07:28 2023
+++ pkgsrc/devel/py-astroid/distinfo    Thu Feb  2 08:26:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2023/01/24 10:07:28 adam Exp $
+$NetBSD: distinfo,v 1.63 2023/02/02 08:26:16 adam Exp $
 
-BLAKE2s (astroid-2.13.3.tar.gz) = 09a9e08675917ebe444a3458a360ffbe806e7f3c4d5c4d5b227ec4ad7ee14786
-SHA512 (astroid-2.13.3.tar.gz) = 154fe9e6e43418ed41eeafdd426d272af2f2cd339b6386563c099ae4167a9350173e8502893e43383463267f7288c38bed5b3d080bef7d5cf95bfa4a7b8adb97
-Size (astroid-2.13.3.tar.gz) = 223593 bytes
+BLAKE2s (astroid-2.14.1.tar.gz) = 6c67656f65fac68bbce7dfd89a802a0766c26842dd0afd9d5e2ce3556f31deb7
+SHA512 (astroid-2.14.1.tar.gz) = 68ce8c5c4f11bc09f9f568b7fdd2413fd0edf69e3d45824a74bc21c5bdd2f32e97728c96579add9d0ee7716a23377268525ebf7f904340465548414003d112cd
+Size (astroid-2.14.1.tar.gz) = 224322 bytes



Home | Main Index | Thread Index | Old Index