From c54a47b15f85be50d2278aa79fd514eb08580e65 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 15 Aug 2017 10:47:12 -0400 Subject: [PATCH] Get ready for release 2.11.4 --- ChangeLog | 26 ++++++++++++++++++++++++-- NEWS | 14 +++++++++++++- uncompyle6/version.py | 2 +- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1593718..ec34f87b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,29 @@ +2017-08-15 rocky + + * uncompyle6/version.py: Get ready for release 2.11.4 + +2017-08-15 rocky + + * __pkginfo__.py, pytest/validate.py, uncompyle6/parser.py, + uncompyle6/scanner.py: Misc cleanups... remove code now in xdis require at least xdis 3.5.4 PyPy tolerance + in validate testing + +2017-08-13 rocky + + * pytest/test_basic.py, uncompyle6/parser.py, uncompyle6/scanner.py: + Allow 3-part version string lookups, e.g 2.7.1 We allow a float here, but if passed a string like '2.7'. or + '2.7.13', accept that in looking up either a scanner or a parser. + +2017-08-10 rocky + + * README.rst: Link typo Name is trepan2 now not trepan + 2017-08-09 rocky - * README.rst, __pkginfo__.py, uncompyle6/version.py: Get ready for - release 2.11.3 + * ChangeLog, NEWS, README.rst, __pkginfo__.py, + uncompyle6/semantics/consts.py, uncompyle6/version.py: Get ready for + release 2.11.3 need xdis 3.5.1 for now. Adjust for xdis "is-not" which we need as + "is not" 2017-08-02 rocky diff --git a/NEWS b/NEWS index e1d418c2..efcee88e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ -uncompyle6 2.11.2 2017-08-09 +uncompyle6 2.11.4 2017-08-15 + +* scanner and parser now allow 3-part version string lookups, + e.g. 2.7.1 We allow a float here, but if passed a string like '2.7'. or +* unpin 3.5.1. xdis 3.5.4 has been releasd and fixes the problems we had. Use that. +* some routnes here moved to xdis. Use the xdis version +* README.rst: Link typo Name is trepan2 now not trepan +* xdis-forched change adjust for COMPARE_OP "is-not" in + semanatic routines. We need "is not". +* Some PyPy tolerance in validate testing. +* Some pyston tolerance + +uncompyle6 2.11.3 2017-08-09 Very minor changes diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 632937ca..e7a1612b 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.11.3' +VERSION='2.11.4'