pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-asttokens



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  1 16:20:51 UTC 2023

Modified Files:
        pkgsrc/lang/py-asttokens: Makefile distinfo

Log Message:
py-asttokens: updated to 2.4.0

2.4.0
Merge pull request 116 from gristlabs/walk-include-joinedstr
Add include_joined_str parameter to util.walk

2.3.0
setup.cfg shouldn't have version


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/py-asttokens/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/py-asttokens/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-asttokens/Makefile
diff -u pkgsrc/lang/py-asttokens/Makefile:1.22 pkgsrc/lang/py-asttokens/Makefile:1.23
--- pkgsrc/lang/py-asttokens/Makefile:1.22      Wed Mar 29 09:34:10 2023
+++ pkgsrc/lang/py-asttokens/Makefile   Sun Oct  1 16:20:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/03/29 09:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/10/01 16:20:51 adam Exp $
 
-DISTNAME=      asttokens-2.2.1
+DISTNAME=      asttokens-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asttokens/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/gristlabs/a
 COMMENT=       Annotate AST trees with source code positions
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.12.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 

Index: pkgsrc/lang/py-asttokens/distinfo
diff -u pkgsrc/lang/py-asttokens/distinfo:1.17 pkgsrc/lang/py-asttokens/distinfo:1.18
--- pkgsrc/lang/py-asttokens/distinfo:1.17      Wed Mar  8 13:47:54 2023
+++ pkgsrc/lang/py-asttokens/distinfo   Sun Oct  1 16:20:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/03/08 13:47:54 adam Exp $
+$NetBSD: distinfo,v 1.18 2023/10/01 16:20:51 adam Exp $
 
-BLAKE2s (asttokens-2.2.1.tar.gz) = a60f11709bfbc0547141ca329b827665e9aa8a99b97ef26a0b4b1215d7e2e4f5
-SHA512 (asttokens-2.2.1.tar.gz) = 0bd2b86e8f8170566de3d26ccce4d897362907e37edf2f7a78fc47326cfb5a2003a3c4fe41d022791aae93ee7953d5a7110849afadd2014e63492809712c9dd7
-Size (asttokens-2.2.1.tar.gz) = 60486 bytes
+BLAKE2s (asttokens-2.4.0.tar.gz) = f40912d657164f67cb00920084c86cc8602e425e7f61efcf0bf336d9b37e1278
+SHA512 (asttokens-2.4.0.tar.gz) = 561f556ac71d569b4a2f50496164a712419aadfe4b05c3730eb69ca7f9c7b737e664f791fd752202616f67a5afcdebacc219f77bb45c19596b2593ceb256a37f
+Size (asttokens-2.4.0.tar.gz) = 61437 bytes



Home | Main Index | Thread Index | Old Index