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:           Tue Sep  6 06:43:48 UTC 2022

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

Log Message:
py-astroid: updated to 2.12.6

What's New in astroid 2.12.6?
* Fix a crash involving ``Uninferable`` arguments to ``namedtuple()``.
* The ``dataclass`` brain now understands the ``kw_only`` keyword in dataclass decorators.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.54 -r1.55 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.61 pkgsrc/devel/py-astroid/Makefile:1.62
--- pkgsrc/devel/py-astroid/Makefile:1.61       Tue Aug 30 09:58:05 2022
+++ pkgsrc/devel/py-astroid/Makefile    Tue Sep  6 06:43:48 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2022/08/30 09:58:05 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/09/06 06:43:48 adam Exp $
 
-DISTNAME=      astroid-2.12.5
+DISTNAME=      astroid-2.12.6
 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.54 pkgsrc/devel/py-astroid/distinfo:1.55
--- pkgsrc/devel/py-astroid/distinfo:1.54       Tue Aug 30 09:58:05 2022
+++ pkgsrc/devel/py-astroid/distinfo    Tue Sep  6 06:43:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2022/08/30 09:58:05 adam Exp $
+$NetBSD: distinfo,v 1.55 2022/09/06 06:43:48 adam Exp $
 
-BLAKE2s (astroid-2.12.5.tar.gz) = b0b07a43dbc28452bbe912e8d8a84bc112a6cbb94ca18ed5c16bbc5f3fa73f7e
-SHA512 (astroid-2.12.5.tar.gz) = 074317c4bb76bbdeb4d2dafef77908afc93fdfbdcb82af9f3d6242aca5880c7850dbe726fcf76ef7069dab5102fcf3ebaf90c206016830bf1de52c132f156352
-Size (astroid-2.12.5.tar.gz) = 215543 bytes
+BLAKE2s (astroid-2.12.6.tar.gz) = 65ef39032889d3531e68c5d02898039dd6847d2dd4c8846dedcd7441aa656df0
+SHA512 (astroid-2.12.6.tar.gz) = e065b7a8f23cae3707db0e0d30dff97b7e4d576413d1b03702459514ddf9892b824510d4d5f97a1a62b5560b338ba99c6885560655b1fdb833c003998323ef0e
+Size (astroid-2.12.6.tar.gz) = 215861 bytes



Home | Main Index | Thread Index | Old Index