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 Aug 30 09:58:05 UTC 2022

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

Log Message:
py-astroid: updated to 2.12.5

What's New in astroid 2.12.5?
* Prevent first-party imports from being resolved to `site-packages`.
* Fix ``astroid.interpreter._import.util.is_namespace()`` incorrectly
  returning ``True`` for frozen stdlib modules on PyPy.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.53 -r1.54 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.60 pkgsrc/devel/py-astroid/Makefile:1.61
--- pkgsrc/devel/py-astroid/Makefile:1.60       Fri Aug 26 07:43:30 2022
+++ pkgsrc/devel/py-astroid/Makefile    Tue Aug 30 09:58:05 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2022/08/26 07:43:30 adam Exp $
+# $NetBSD: Makefile,v 1.61 2022/08/30 09:58:05 adam Exp $
 
-DISTNAME=      astroid-2.12.4
+DISTNAME=      astroid-2.12.5
 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.53 pkgsrc/devel/py-astroid/distinfo:1.54
--- pkgsrc/devel/py-astroid/distinfo:1.53       Fri Aug 26 07:43:30 2022
+++ pkgsrc/devel/py-astroid/distinfo    Tue Aug 30 09:58:05 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2022/08/26 07:43:30 adam Exp $
+$NetBSD: distinfo,v 1.54 2022/08/30 09:58:05 adam Exp $
 
-BLAKE2s (astroid-2.12.4.tar.gz) = 75fc7d49c2d0a5b07fd5ac5a735c620256f88189c970d606cfaf8b4d782c1758
-SHA512 (astroid-2.12.4.tar.gz) = 07885ca0be4f3dfc2b10247d7378e58826b803bf40433819a2a1d4e877c6b9fe3e5908e16b1140240255134bb710b9e1574f579927ccb69934227a858eacb985
-Size (astroid-2.12.4.tar.gz) = 215343 bytes
+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



Home | Main Index | Thread Index | Old Index