Get ready for release 3.2.4

This commit is contained in:
rocky
2018-10-27 11:04:26 -04:00
parent 4c6bdd58ab
commit 1bcf0d54f7
5 changed files with 14 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ decompiler service for versions of Python up to 2.6.
## Description ## Description
<!-- Replace this text with a clear and concise description of the bug. --> <!-- Add a clear and concise description of the bug. -->
## How to Reproduce ## How to Reproduce
@@ -54,7 +54,7 @@ can add that too.
## Expected behavior ## Expected behavior
<!-- A clear and concise description of what you expected to happen. --> <!-- Add a clear and concise description of what you expected to happen. -->
## Environment ## Environment

View File

@@ -6,17 +6,17 @@ about: Tell us about a new feature that you would like to see in uncompyle6
## Description ## Description
<!-- Replace this text with a short description of the feature. This might <!-- Add a short description of the feature. This might
include same input and output. --> include same input and output. -->
## Background ## Background
<!-- Replace this text with any additional background for the <!-- Add any additional background for the
feature, for example: user scenarios, or the value of the feature. --> feature, for example: user scenarios, or the value of the feature. -->
## Tests ## Tests
<!-- _This section is optional._ <!-- _This section is optional._
Replace this text with suggestions on how to test the feature, Add text with suggestions on how to test the feature,
if it is not obvious. if it is not obvious.
--> -->

6
NEWS
View File

@@ -1,3 +1,9 @@
uncompyle6 3.2.4 2018-06-04 7x9 release
- Bug fixes #180, #182, #187, #192
- Enhancements #189
- Internal improvements
uncompyle6 3.2.3 2018-06-04 Michael Cohen flips and Fleetwood Redux uncompyle6 3.2.3 2018-06-04 Michael Cohen flips and Fleetwood Redux
- Python 1.3 support 3.0 bug and - Python 1.3 support 3.0 bug and

View File

@@ -56,8 +56,8 @@ entry_points = {
'pydisassemble=uncompyle6.bin.pydisassemble:main', 'pydisassemble=uncompyle6.bin.pydisassemble:main',
]} ]}
ftp_url = None ftp_url = None
install_requires = ['spark-parser >= 1.8.5, < 1.9.0', install_requires = ['spark-parser >= 1.8.7, < 1.9.0',
'xdis >= 3.8.6, < 3.9.0'] 'xdis >= 3.8.8, < 3.9.0']
license = 'GPL3' license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com' mailing_list = 'python-debugger@googlegroups.com'

View File

@@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# This file is suitable for sourcing inside bash as # This file is suitable for sourcing inside bash as
# well as importing into Python # well as importing into Python
VERSION='3.2.3' VERSION='3.2.4'