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:           Wed Oct 12 07:43:08 UTC 2022

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

Log Message:
py-astroid: updated to 2.12.11

What's New in astroid 2.12.11?
==============================
* Improve detection of namespace packages for the modules with ``__spec__`` set to None.
* Fixed a regression in the creation of the ``__init__`` of dataclasses with
  multiple inheritance.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.58 -r1.59 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.65 pkgsrc/devel/py-astroid/Makefile:1.66
--- pkgsrc/devel/py-astroid/Makefile:1.65       Mon Sep 19 07:51:50 2022
+++ pkgsrc/devel/py-astroid/Makefile    Wed Oct 12 07:43:08 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2022/09/19 07:51:50 adam Exp $
+# $NetBSD: Makefile,v 1.66 2022/10/12 07:43:08 adam Exp $
 
-DISTNAME=      astroid-2.12.10
+DISTNAME=      astroid-2.12.11
 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.58 pkgsrc/devel/py-astroid/distinfo:1.59
--- pkgsrc/devel/py-astroid/distinfo:1.58       Mon Sep 19 07:51:50 2022
+++ pkgsrc/devel/py-astroid/distinfo    Wed Oct 12 07:43:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2022/09/19 07:51:50 adam Exp $
+$NetBSD: distinfo,v 1.59 2022/10/12 07:43:08 adam Exp $
 
-BLAKE2s (astroid-2.12.10.tar.gz) = d52ab10760d278a9cc4b42d37a607bd2892c4cd4d284e38024a77306e0519f41
-SHA512 (astroid-2.12.10.tar.gz) = 4c0dd78721b71f55aa226b28fd4f52f65bf9b6a290f55af3ac5e6e6e6c0932619a78522f7b1d41dc8ca6c087148a31d8eaaca11440a01fe483afef989933c625
-Size (astroid-2.12.10.tar.gz) = 216646 bytes
+BLAKE2s (astroid-2.12.11.tar.gz) = 3a0dbe345aaff0159c98414097a2f893729a1282d309e06397592acccfb46c82
+SHA512 (astroid-2.12.11.tar.gz) = cc339a810ae76e040aeb5aa3abde6cd7da4c4759d1ae994a315c4f1f8b17a1f95f01c260efe3167e5e15171b868359d3f871a3cc42c1354f122e204554a1fc2a
+Size (astroid-2.12.11.tar.gz) = 216752 bytes



Home | Main Index | Thread Index | Old Index