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:           Mon Sep 12 08:27:19 UTC 2022

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

Log Message:
py-astroid: updated to 2.12.9

What's New in astroid 2.12.9?
=============================
* Fixed creation of the ``__init__`` of ``dataclassess`` with multiple inheritance.
* Fixed a crash on ``namedtuples`` that use ``typename`` to specify their name.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.56 -r1.57 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.63 pkgsrc/devel/py-astroid/Makefile:1.64
--- pkgsrc/devel/py-astroid/Makefile:1.63       Tue Sep  6 19:07:54 2022
+++ pkgsrc/devel/py-astroid/Makefile    Mon Sep 12 08:27:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2022/09/06 19:07:54 adam Exp $
+# $NetBSD: Makefile,v 1.64 2022/09/12 08:27:19 adam Exp $
 
-DISTNAME=      astroid-2.12.8
+DISTNAME=      astroid-2.12.9
 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.56 pkgsrc/devel/py-astroid/distinfo:1.57
--- pkgsrc/devel/py-astroid/distinfo:1.56       Tue Sep  6 19:07:54 2022
+++ pkgsrc/devel/py-astroid/distinfo    Mon Sep 12 08:27:19 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2022/09/06 19:07:54 adam Exp $
+$NetBSD: distinfo,v 1.57 2022/09/12 08:27:19 adam Exp $
 
-BLAKE2s (astroid-2.12.8.tar.gz) = d17926962bc39a6af7c660b1669f39cbccea25c44173cc1841263e823611ed50
-SHA512 (astroid-2.12.8.tar.gz) = faa566e23b5ad5a2e624413b8957cce79e4e417f39acfe594c720ada8459b2c2a31a252b8d487c00923fa14c84d6c2bff473f7c307e116989bdca4796b579bf7
-Size (astroid-2.12.8.tar.gz) = 215885 bytes
+BLAKE2s (astroid-2.12.9.tar.gz) = 82d0d0d16dbad3517ccc6240c32d80b70067a4a0135928d97f83603ad4570e36
+SHA512 (astroid-2.12.9.tar.gz) = 78f4ce44eab21ba84efa48b88a537ad8e6178418cc1474c5264f6dd71d5d6d0a75a044ad939aed37ec060b10c93f59c41bc1bc284c631cb411c8b567a9997a64
+Size (astroid-2.12.9.tar.gz) = 216222 bytes



Home | Main Index | Thread Index | Old Index