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 Apr 5 11:19:28 UTC 2023
Modified Files:
pkgsrc/devel/py-astroid: Makefile distinfo
Log Message:
py-astroid: updated to 2.15.2
What's New in astroid 2.15.2?
* Support more possible usages of ``attrs`` decorators.
What's New in astroid 2.15.1?
* Restore behavior of setting a Call as a base for classes created using ``six.with_metaclass()``,
and harden support for using enums as metaclasses in this case.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.65 -r1.66 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.74 pkgsrc/devel/py-astroid/Makefile:1.75
--- pkgsrc/devel/py-astroid/Makefile:1.74 Wed Mar 29 09:34:05 2023
+++ pkgsrc/devel/py-astroid/Makefile Wed Apr 5 11:19:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2023/03/29 09:34:05 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2023/04/05 11:19:28 adam Exp $
-DISTNAME= astroid-2.15.0
+DISTNAME= astroid-2.15.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/}
@@ -14,15 +14,14 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.3
DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy
DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.14:../../devel/py-wrapt
+USE_LANGUAGES= # none
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-
.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
.endif
-USE_LANGUAGES= # none
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.65 pkgsrc/devel/py-astroid/distinfo:1.66
--- pkgsrc/devel/py-astroid/distinfo:1.65 Thu Mar 9 09:47:47 2023
+++ pkgsrc/devel/py-astroid/distinfo Wed Apr 5 11:19:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2023/03/09 09:47:47 adam Exp $
+$NetBSD: distinfo,v 1.66 2023/04/05 11:19:28 adam Exp $
-BLAKE2s (astroid-2.15.0.tar.gz) = 324f5ed9f4c2809e6f0d0a3cfda0c97a77927c18c37761d33efe770ae8ff8b41
-SHA512 (astroid-2.15.0.tar.gz) = 355c19543527d2a5939c5d7c7ebbd4d9b3ca29c2e19c306987bfb932f08e148facca27d5340269eaa29f9a8b6e4c4f0c41af4243529bb5749ec28620668c04a1
-Size (astroid-2.15.0.tar.gz) = 343053 bytes
+BLAKE2s (astroid-2.15.2.tar.gz) = b12f37a2c98fcef29baae9edecbf33b790eb362c8bd10e316e21733eace56d50
+SHA512 (astroid-2.15.2.tar.gz) = 5239e77212089c5e336dffecd511effd1e98a8d861bb65faf33e6f2d8dd233e4f3c0c57f2856e0f85350b81d563f6d2b96a4da76b4c99eb77970e5096ad34ffa
+Size (astroid-2.15.2.tar.gz) = 343200 bytes
Home |
Main Index |
Thread Index |
Old Index