From e4cc126b389af76d0de61f6b9af4a4c9a1f90e1c Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 29 Aug 2016 21:45:45 -0400 Subject: [PATCH] Get ready for release 2.8.2 --- ChangeLog | 31 ++++++++++++++++++++++++++++++- __pkginfo__.py | 2 +- uncompyle6/version.py | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36e5bf3b..18d102a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,35 @@ +2016-08-27 rocky + + * test/test_pyenvlib.py, uncompyle6/verify.py: Correct PYPY bit + logic in previous commit + +2016-08-27 rocky + + * test/test_pyenvlib.py, uncompyle6/semantics/pysource.py, + uncompyle6/verify.py: PYPY bugs and inspired changes ... verify.py: Show co_flags when different. pysource.py: PYPY also + generates normal tryfinallystmt code test_pyenvlib.py: allow + pypy-5.3.1 + +2016-08-26 rocky + + * Makefile, test/Makefile, uncompyle6/parser.py, + uncompyle6/parsers/parse3.py, uncompyle6/scanner.py, + uncompyle6/scanners/scanner3.py: Start to handle Python 3.1 bytecode + +2016-08-26 rocky + + * __pkginfo__.py, requirements.txt: Bump min requirement versions xdis we need increased so we don't catch old xdis bugs + +2016-08-25 rocky + + * test/simple_source/bug36/01_fstring.py, + uncompyle6/semantics/pysource.py: Handle 3.6 Format String + conversions !r, !s, !a + 2016-08-20 rocky - * uncompyle6/version.py: Get ready for release 2.8.1 + * ChangeLog, NEWS, uncompyle6/version.py: Get ready for release + 2.8.1 2016-08-16 rocky diff --git a/__pkginfo__.py b/__pkginfo__.py index 7565438e..d6c1ded8 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -38,7 +38,7 @@ entry_points={ ]} ftp_url = None install_requires = ['spark-parser >= 1.4.0', - 'xdis >= 2.2.2'] + 'xdis >= 2.2.3'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6' diff --git a/uncompyle6/version.py b/uncompyle6/version.py index c6b4fe17..d51db010 100644 --- a/uncompyle6/version.py +++ b/uncompyle6/version.py @@ -1,3 +1,3 @@ # This file is suitable for sourcing inside bash as # well as importing into Python -VERSION='2.8.1' +VERSION='2.8.2'