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 Dec 12 17:13:56 UTC 2023

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

Log Message:
py-astroid: updated to 3.0.2

What's New in astroid 3.0.2?

Avoid duplicate inference results for some uses of typing.X constructs like
Tuple[Optional[int], ...]. This was causing pylint to occasionally omit
messages like deprecated-typing-alias.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.73 -r1.74 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.83 pkgsrc/devel/py-astroid/Makefile:1.84
--- pkgsrc/devel/py-astroid/Makefile:1.83       Sat Oct 28 19:56:57 2023
+++ pkgsrc/devel/py-astroid/Makefile    Tue Dec 12 17:13:56 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2023/10/28 19:56:57 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2023/12/12 17:13:56 adam Exp $
 
-DISTNAME=      astroid-3.0.1
+DISTNAME=      astroid-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
 
@@ -11,10 +10,8 @@ HOMEPAGE=    https://github.com/pycqa/astro
 COMMENT=       Rebuild a new abstract syntax tree from Python's ast
 LICENSE=       gnu-lgpl-v2.1
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=64.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy
-DEPENDS+=      ${PYPKGPREFIX}-wrapt>=1.14:../../devel/py-wrapt
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.73 pkgsrc/devel/py-astroid/distinfo:1.74
--- pkgsrc/devel/py-astroid/distinfo:1.73       Mon Oct 16 08:55:39 2023
+++ pkgsrc/devel/py-astroid/distinfo    Tue Dec 12 17:13:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2023/10/16 08:55:39 adam Exp $
+$NetBSD: distinfo,v 1.74 2023/12/12 17:13:56 adam Exp $
 
-BLAKE2s (astroid-3.0.1.tar.gz) = 3c21cefaeecf6cb0d00206364eeae91a7ab94018d2f59e6fc71a092e1862ffe0
-SHA512 (astroid-3.0.1.tar.gz) = 6aef38bf0605eeadc84783168e6f60fb7a0251a89b5ac6a3d890566a52a0c59caf3023d51085ba598c98e3a1ca8ddddef07bd22b5427a2878dadc4b5576c2d8d
-Size (astroid-3.0.1.tar.gz) = 394948 bytes
+BLAKE2s (astroid-3.0.2.tar.gz) = 93cde11e20f0d20e71dbc621a131520fe391528b2204a8fdb43d53aa44fee9d8
+SHA512 (astroid-3.0.2.tar.gz) = 35cc28d78ccb85ee430ddc632178366c5ab3c218154e8f13dadef2fd930a1066c9e2fc3f9d855c99badd5dd5a88f83ec8c6ca2c6a5e9358925a496ec5de8a919
+Size (astroid-3.0.2.tar.gz) = 395080 bytes



Home | Main Index | Thread Index | Old Index