Mon Oct 31 17:12:39 2022 UTC ()
py-executing: updated to 1.2.0

v1.2.0
Use new asttokens.ASTText

v1.1.1
tox is breaking weirdly with too much parallelism

v1.1.0
3.11 in setup.cfg

v1.0.0
Always check linecache


(adam)
diff -r1.2 -r1.3 pkgsrc/lang/py-executing/Makefile
diff -r1.2 -r1.3 pkgsrc/lang/py-executing/distinfo
diff -r1.1 -r1.2 pkgsrc/lang/py-executing/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/lang/py-executing/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-executing/Makefile 2022/04/15 17:46:17 1.2
+++ pkgsrc/lang/py-executing/Makefile 2022/10/31 17:12:39 1.3
@@ -1,25 +1,31 @@ @@ -1,25 +1,31 @@
1# $NetBSD: Makefile,v 1.2 2022/04/15 17:46:17 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2022/10/31 17:12:39 adam Exp $
2 2
3DISTNAME= executing-0.8.3 3DISTNAME= executing-1.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= lang python 5CATEGORIES= lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=e/executing/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/executing/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/alexmojaki/executing 9HOMEPAGE= https://github.com/alexmojaki/executing
10COMMENT= Get the currently executing AST node of a frame, and other information 10COMMENT= Get the currently executing AST node of a frame, and other information
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>0:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14TEST_DEPENDS+= ${PYPKGPREFIX}-asttokens>0:../../lang/py-asttokens 14TEST_DEPENDS+= ${PYPKGPREFIX}-asttokens-[0-9]*:../../lang/py-asttokens
15TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-littleutils-[0-9]*:../../devel/py-littleutils
 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 17
17USE_LANGUAGES= # none 18USE_LANGUAGES= # none
18 19
19PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
20 21
 22.include "../../lang/python/pyversion.mk"
 23.if ${_PYTHON_VERSION} == 311
 24TEST_DEPENDS+= ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich
 25.endif
 26
21do-test: 27do-test:
22 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 28 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
23 29
24.include "../../lang/python/egg.mk" 30.include "../../lang/python/egg.mk"
25.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/lang/py-executing/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-executing/distinfo 2022/04/15 17:46:17 1.2
+++ pkgsrc/lang/py-executing/distinfo 2022/10/31 17:12:39 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2022/04/15 17:46:17 adam Exp $ 1$NetBSD: distinfo,v 1.3 2022/10/31 17:12:39 adam Exp $
2 2
3BLAKE2s (executing-0.8.3.tar.gz) = c715bdde17016cd265d1ec9e71f2dc2beb8995653ae9c43e694861f99f0e089a 3BLAKE2s (executing-1.2.0.tar.gz) = c2623cec90c308d5dd90d83d020b5d9830739688e178a4471889b564b3f78570
4SHA512 (executing-0.8.3.tar.gz) = ce7b823ff4a8f3b8d80b1c8c78926be1d1523da9fbfcded8bf876079a81222fdfbbb39fa64aadd45589420d369ac6fdba781ad41b8a86055f658065b8864aef7 4SHA512 (executing-1.2.0.tar.gz) = c5bf5249b8753b38a7028f54da10e78586a7fcf84c065d459b573d09b94ebdbdd106b4b94f049b313019779d9f7a41d21747ff2f8d00d2d8644e61b4002bb839
5Size (executing-0.8.3.tar.gz) = 482046 bytes 5Size (executing-1.2.0.tar.gz) = 654544 bytes

cvs diff -r1.1 -r1.2 pkgsrc/lang/py-executing/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/py-executing/PLIST 2022/01/23 19:25:43 1.1
+++ pkgsrc/lang/py-executing/PLIST 2022/10/31 17:12:39 1.2
@@ -1,15 +1,23 @@ @@ -1,15 +1,23 @@
1@comment $NetBSD: PLIST,v 1.1 2022/01/23 19:25:43 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/10/31 17:12:39 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/executing/__init__.py 8${PYSITELIB}/executing/__init__.py
8${PYSITELIB}/executing/__init__.pyc 9${PYSITELIB}/executing/__init__.pyc
9${PYSITELIB}/executing/__init__.pyo 10${PYSITELIB}/executing/__init__.pyo
 11${PYSITELIB}/executing/_exceptions.py
 12${PYSITELIB}/executing/_exceptions.pyc
 13${PYSITELIB}/executing/_exceptions.pyo
 14${PYSITELIB}/executing/_position_node_finder.py
 15${PYSITELIB}/executing/_position_node_finder.pyc
 16${PYSITELIB}/executing/_position_node_finder.pyo
10${PYSITELIB}/executing/executing.py 17${PYSITELIB}/executing/executing.py
11${PYSITELIB}/executing/executing.pyc 18${PYSITELIB}/executing/executing.pyc
12${PYSITELIB}/executing/executing.pyo 19${PYSITELIB}/executing/executing.pyo
 20${PYSITELIB}/executing/py.typed
13${PYSITELIB}/executing/version.py 21${PYSITELIB}/executing/version.py
14${PYSITELIB}/executing/version.pyc 22${PYSITELIB}/executing/version.pyc
15${PYSITELIB}/executing/version.pyo 23${PYSITELIB}/executing/version.pyo