Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-uncompyle6 py-uncompyle6: updated to 3.7.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/41e552d52845
branches: trunk
changeset: 438772:41e552d52845
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 10 09:27:26 2020 +0000
description:
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
diffstat:
lang/py-uncompyle6/Makefile | 6 +++---
lang/py-uncompyle6/PLIST | 8 +++++++-
lang/py-uncompyle6/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r 08dda5f0a12c -r 41e552d52845 lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile Thu Sep 10 09:25:02 2020 +0000
+++ b/lang/py-uncompyle6/Makefile Thu Sep 10 09:27:26 2020 +0000
@@ -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 @@
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
diff -r 08dda5f0a12c -r 41e552d52845 lang/py-uncompyle6/PLIST
--- a/lang/py-uncompyle6/PLIST Thu Sep 10 09:25:02 2020 +0000
+++ b/lang/py-uncompyle6/PLIST Thu Sep 10 09:27:26 2020 +0000
@@ -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/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
diff -r 08dda5f0a12c -r 41e552d52845 lang/py-uncompyle6/distinfo
--- a/lang/py-uncompyle6/distinfo Thu Sep 10 09:25:02 2020 +0000
+++ b/lang/py-uncompyle6/distinfo Thu Sep 10 09:27:26 2020 +0000
@@ -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