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.2.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3c79db575fb
branches: trunk
changeset: 331893:f3c79db575fb
user: adam <adam%pkgsrc.org@localhost>
date: Tue Mar 26 20:58:49 2019 +0000
description:
py-uncompyle6: updated to 3.2.6
3.2.6:
Bug Fixes
* Python 3.x bytecode confusing "try/else" with "try" in a loop,
* Python 3 bug in not detecting end bounds of an "if" ... "elif",
* Comma placement in 3.6 and 3.7 **kwargs,
* Fix "if" return boundary in 3.6+,
* 2.7 can have two JUMP_BACKs at the end of a while loop
Pull Requests
* Better "assert" statement detemination in Python 2.7
* Python 3.7 testing
* Run more f-string tests on Python 3.7
* support utf-8 chars in Python 3 sourcecode
diffstat:
lang/py-uncompyle6/Makefile | 6 +++---
lang/py-uncompyle6/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 2bbfcc1d86ea -r f3c79db575fb lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile Tue Mar 26 20:58:16 2019 +0000
+++ b/lang/py-uncompyle6/Makefile Tue Mar 26 20:58:49 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/01/04 23:00:10 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/26 20:58:49 adam Exp $
-DISTNAME= uncompyle6-3.2.5
+DISTNAME= uncompyle6-3.2.6
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.7:../../lang/py-spark-parser
-DEPENDS+= ${PYPKGPREFIX}-xdis>=3.8.9:../../devel/py-xdis
+DEPENDS+= ${PYPKGPREFIX}-xdis>=3.9.0:../../devel/py-xdis
USE_LANGUAGES= # none
diff -r 2bbfcc1d86ea -r f3c79db575fb lang/py-uncompyle6/distinfo
--- a/lang/py-uncompyle6/distinfo Tue Mar 26 20:58:16 2019 +0000
+++ b/lang/py-uncompyle6/distinfo Tue Mar 26 20:58:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/04 23:00:10 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/03/26 20:58:49 adam Exp $
-SHA1 (uncompyle6-3.2.5.tar.gz) = b898cc049636b60da7b6da77de6808849cbd61f7
-RMD160 (uncompyle6-3.2.5.tar.gz) = e42e501a6a32f5681611f48af8527b486988258b
-SHA512 (uncompyle6-3.2.5.tar.gz) = 6f11dd2d86ce237c3ff7730d4dd6006419876535f8d735b1b6bc47aa3ebafb59c2ca13aaf6a5e0dcb94b9f2f761c675aad77d953834b3f9d76cbaad6becfc4ef
-Size (uncompyle6-3.2.5.tar.gz) = 1106161 bytes
+SHA1 (uncompyle6-3.2.6.tar.gz) = 088d17502f44ae1aadfd55df090b4bd271f7f82e
+RMD160 (uncompyle6-3.2.6.tar.gz) = c4d52f74cf57e11a46e6740b446b72d87204e415
+SHA512 (uncompyle6-3.2.6.tar.gz) = a07d51cb2cec3e034ffb237979e6ef151f15e6a62b843d27362af8b0413dd8ef24202dba6992eaa6affbcae426787acd171f4ca528c63c93713fa99327e8075e
+Size (uncompyle6-3.2.6.tar.gz) = 1621979 bytes
Home |
Main Index |
Thread Index |
Old Index