pkgsrc-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.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9efbe3863a33
branches:  trunk
changeset: 334151:9efbe3863a33
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 20 07:47:05 2019 +0000

description:
py-uncompyle6: updated to 3.3.3

3.3.3:
As before, decomplation bugs fixed. The focus has primarily been on Python 3.7. But with this release, releases will be put on hold,as a better control-flow detection is worked on . Tis has been 
needed for a while, and is long overdue. It will probably also take a while to get done as good as what we have now.

However this work will be done in a new project decompyle3. In contrast to uncompyle6 the code wil be written assuming a modern Python 3, e.g. 3.7. It is originally intended to decompile Python 
version 3.7 and greater.

A number of Python 3.7+ chained comparisons were fixed
Revise Python 3.6ish format string handling
Go over operator precedence, e.g. for AST IfExp

diffstat:

 lang/py-uncompyle6/Makefile |   4 ++--
 lang/py-uncompyle6/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a019230ae174 -r 9efbe3863a33 lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile       Mon May 20 07:44:59 2019 +0000
+++ b/lang/py-uncompyle6/Makefile       Mon May 20 07:47:05 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/05/04 07:57:34 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/05/20 07:47:05 adam Exp $
 
-DISTNAME=      uncompyle6-3.3.2
+DISTNAME=      uncompyle6-3.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uncompyle6/}
diff -r a019230ae174 -r 9efbe3863a33 lang/py-uncompyle6/distinfo
--- a/lang/py-uncompyle6/distinfo       Mon May 20 07:44:59 2019 +0000
+++ b/lang/py-uncompyle6/distinfo       Mon May 20 07:47:05 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/05/04 07:57:34 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/20 07:47:05 adam Exp $
 
-SHA1 (uncompyle6-3.3.2.tar.gz) = 6adb8ca6288fd71760dd1e1ac0512be2381a5b44
-RMD160 (uncompyle6-3.3.2.tar.gz) = b5af397beee64205caba132e3707074f7e7ff661
-SHA512 (uncompyle6-3.3.2.tar.gz) = 8c1012c3c4f05861163af2b858a34bfa27b33e93da0c342087a2d21300284ac73058fb79b87d081a88b4bb7712b36769b4bcf4e3004d3f17d10dbb55ab4cbc1c
-Size (uncompyle6-3.3.2.tar.gz) = 1125845 bytes
+SHA1 (uncompyle6-3.3.3.tar.gz) = 0c9a0d557e9def7f89612abea0bb39dfcb59671a
+RMD160 (uncompyle6-3.3.3.tar.gz) = 374de87c711cc63e2e099ac077449c2202f8ddae
+SHA512 (uncompyle6-3.3.3.tar.gz) = e373479de14172851583c624d0d50bfdd8a771abf38c43345b3d33abf5d50b23a0c7d6d20013a44d985a50bba000f0a763e67c535213b16dde5202d80d505918
+Size (uncompyle6-3.3.3.tar.gz) = 1659506 bytes



Home | Main Index | Thread Index | Old Index