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:           Mon May 20 07:47:05 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-uncompyle6/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/lang/py-uncompyle6/Makefile:1.9
--- pkgsrc/lang/py-uncompyle6/Makefile:1.8      Sat May  4 07:57:34 2019
+++ pkgsrc/lang/py-uncompyle6/Makefile  Mon May 20 07:47:05 2019
@@ -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/}

Index: pkgsrc/lang/py-uncompyle6/distinfo
diff -u pkgsrc/lang/py-uncompyle6/distinfo:1.7 pkgsrc/lang/py-uncompyle6/distinfo:1.8
--- pkgsrc/lang/py-uncompyle6/distinfo:1.7      Sat May  4 07:57:34 2019
+++ pkgsrc/lang/py-uncompyle6/distinfo  Mon May 20 07:47:05 2019
@@ -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