pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-uncompyle6
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 10 09:27:26 UTC 2020
Modified Files:
pkgsrc/lang/py-uncompyle6: Makefile PLIST distinfo
Log Message:
py-uncompyle6: updated to 3.7.4
3.7.4:
Fragment parsing was borked. This means deparsing in trepan2/trepan3k was broken
3.7+: narrow precedence for call tatement
del_stmt -> delete to better match Python AST
3.8+ Add another forelsestmt (found only in a loop)
3.8+ Add precedence on walrus operator
More files blackened
bump min xdis version
3.7.3:
Mostly small miscellaneous bug fixes
__doc__ = DocDescr() from test_descr.py was getting confused as a docstring.
detect 2.7 exchandler range better
Add for .. else reduction checks on 2.6 and before
Add reduce check for 2.7 augmented assign
Add VERSION in a pydoc-friendly way
3.7.2:
Use newer xdis
Docstrings (again) which were broken again on earlier Python
Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/py-uncompyle6/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-uncompyle6/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/py-uncompyle6/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-uncompyle6/Makefile
diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.25 pkgsrc/lang/py-uncompyle6/Makefile:1.26
--- pkgsrc/lang/py-uncompyle6/Makefile:1.25 Sat Jun 20 16:23:16 2020
+++ pkgsrc/lang/py-uncompyle6/Makefile Thu Sep 10 09:27:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/06/20 16:23:16 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/09/10 09:27:26 adam Exp $
-DISTNAME= uncompyle6-3.7.1
+DISTNAME= uncompyle6-3.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncompyle6/}
@@ -11,7 +11,7 @@ COMMENT= Python cross-version byte-code
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser
-DEPENDS+= ${PYPKGPREFIX}-xdis>=4.6.1:../../devel/py-xdis
+DEPENDS+= ${PYPKGPREFIX}-xdis>=5.0.4:../../devel/py-xdis
PYTHON_VERSIONED_DEPENDENCIES= test:test
Index: pkgsrc/lang/py-uncompyle6/PLIST
diff -u pkgsrc/lang/py-uncompyle6/PLIST:1.13 pkgsrc/lang/py-uncompyle6/PLIST:1.14
--- pkgsrc/lang/py-uncompyle6/PLIST:1.13 Sun Mar 15 23:35:03 2020
+++ pkgsrc/lang/py-uncompyle6/PLIST Thu Sep 10 09:27:26 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/03/15 23:35:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/09/10 09:27:26 adam Exp $
bin/pydisassemble-${PYVERSSUFFIX}
bin/uncompyle6-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -122,6 +122,12 @@ ${PYSITELIB}/uncompyle6/parsers/reducech
${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.py
${PLIST.py3x}${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.pyc
${PLIST.py3x}${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.pyo
+${PYSITELIB}/uncompyle6/parsers/reducecheck/aug_assign.py
+${PYSITELIB}/uncompyle6/parsers/reducecheck/aug_assign.pyc
+${PYSITELIB}/uncompyle6/parsers/reducecheck/aug_assign.pyo
+${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler.py
+${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler.pyc
+${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler.pyo
${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.py
${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.pyc
${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.pyo
Index: pkgsrc/lang/py-uncompyle6/distinfo
diff -u pkgsrc/lang/py-uncompyle6/distinfo:1.23 pkgsrc/lang/py-uncompyle6/distinfo:1.24
--- pkgsrc/lang/py-uncompyle6/distinfo:1.23 Sat Jun 20 16:23:16 2020
+++ pkgsrc/lang/py-uncompyle6/distinfo Thu Sep 10 09:27:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/06/20 16:23:16 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/09/10 09:27:26 adam Exp $
-SHA1 (uncompyle6-3.7.1.tar.gz) = 861e5b634e07d10c993a1624d3fbc560d8fa9237
-RMD160 (uncompyle6-3.7.1.tar.gz) = 6c71d5aec5e31cf8caac8c696d6075019894a0a8
-SHA512 (uncompyle6-3.7.1.tar.gz) = 78fdb8ede9a4f29fa7b7245940a14a37fc6833aadbe0602e99932a94838002266cbc00d1fad7e35919f7b88cf255d63d3d5c56aca037605733afaf7c0b303517
-Size (uncompyle6-3.7.1.tar.gz) = 2378464 bytes
+SHA1 (uncompyle6-3.7.4.tar.gz) = 6e4472ae97e716dff28353e4c52d2296164b6f01
+RMD160 (uncompyle6-3.7.4.tar.gz) = 5b3eb3edff065c151ab240f7691d49a10ee78a2e
+SHA512 (uncompyle6-3.7.4.tar.gz) = 073e1712b7a80070502fe18c928d1c6e09bfb9574e0753f14524802dfcfd2639de2225cc89b201e48a1f50fb8c21dc97b2bfa7082725a882adc92af922367cdd
+Size (uncompyle6-3.7.4.tar.gz) = 2381166 bytes
Home |
Main Index |
Thread Index |
Old Index