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 Oct 25 09:27:33 UTC 2022

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

Log Message:
py-astroid: updated to 2.12.12

What's New in astroid 2.12.12?
==============================
* Add the ``length`` parameter to ``hash.digest`` & ``hash.hexdigest`` in the ``hashlib`` brain.
* Prevent a crash when a module's ``__path__`` attribute is unexpectedly missing.
* Fix inferring attributes with empty annotation assignments if parent
  class contains valid assignment.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.59 -r1.60 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.66 pkgsrc/devel/py-astroid/Makefile:1.67
--- pkgsrc/devel/py-astroid/Makefile:1.66       Wed Oct 12 07:43:08 2022
+++ pkgsrc/devel/py-astroid/Makefile    Tue Oct 25 09:27:33 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2022/10/12 07:43:08 adam Exp $
+# $NetBSD: Makefile,v 1.67 2022/10/25 09:27:33 adam Exp $
 
-DISTNAME=      astroid-2.12.11
+DISTNAME=      astroid-2.12.12
 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.59 pkgsrc/devel/py-astroid/distinfo:1.60
--- pkgsrc/devel/py-astroid/distinfo:1.59       Wed Oct 12 07:43:08 2022
+++ pkgsrc/devel/py-astroid/distinfo    Tue Oct 25 09:27:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2022/10/12 07:43:08 adam Exp $
+$NetBSD: distinfo,v 1.60 2022/10/25 09:27:33 adam Exp $
 
-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
+BLAKE2s (astroid-2.12.12.tar.gz) = dc11c2103639c70565547df03616a592befc6f1b2f79f4a46570c82325cb35e1
+SHA512 (astroid-2.12.12.tar.gz) = 26b9e6241fb80274ed4ce5059d58e94ba43ca93a24744a439dadea8baab16ce45d2dfa86766811dd379a22beba90bd54fd06d21da90d0ea6e8fc717d7ec8a20c
+Size (astroid-2.12.12.tar.gz) = 217342 bytes



Home | Main Index | Thread Index | Old Index