You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Get ready for release 3.5.1
This commit is contained in:
12
NEWS.md
12
NEWS.md
@@ -1,3 +1,15 @@
|
|||||||
|
3.5.1 2019-10-29 JNC
|
||||||
|
====================
|
||||||
|
|
||||||
|
- Pypy 3.3, 3.5, 3.6, and 3.6.9 support
|
||||||
|
- Improve 3.0 decompilation
|
||||||
|
- no parse errors on stlib bytecode. However accurate translation in
|
||||||
|
control-flow and and/or detection needs work
|
||||||
|
- Remove extraneous iter() in "for" of list comprehension Fixes #272
|
||||||
|
- "for" block without a POP_BLOCK and confusing JUMP_BACK for CONTINUE. Fixes #293
|
||||||
|
- Fix unmarshal incompletness detected in Pypy 3.6
|
||||||
|
- Miscellaneous bugs fixed
|
||||||
|
|
||||||
3.5.0 2019-10-12 Stony Brook Ride
|
3.5.0 2019-10-12 Stony Brook Ride
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ entry_points = {
|
|||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
|
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
|
||||||
"xdis >= 4.1.2, < 4.2.0"]
|
"xdis >= 4.1.3, < 4.2.0"]
|
||||||
|
|
||||||
license = "GPL3"
|
license = "GPL3"
|
||||||
mailing_list = "python-debugger@googlegroups.com"
|
mailing_list = "python-debugger@googlegroups.com"
|
||||||
|
@@ -56,8 +56,9 @@
|
|||||||
|
|
||||||
$ . ./admin-tools/make-dist-older.sh
|
$ . ./admin-tools/make-dist-older.sh
|
||||||
$ git tag release-python-2.4-$VERSION
|
$ git tag release-python-2.4-$VERSION
|
||||||
|
$ twine check dist/uncompyle6-$VERSION*
|
||||||
$ . ./admin-tools/make-dist-newer.sh
|
$ . ./admin-tools/make-dist-newer.sh
|
||||||
|
$ twine check dist/uncompyle6-$VERSION*
|
||||||
|
|
||||||
Goto https://github.com/rocky/python-uncompyle6/releases
|
Goto https://github.com/rocky/python-uncompyle6/releases
|
||||||
|
|
||||||
|
@@ -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.5.0" # noqa
|
VERSION="3.5.1" # noqa
|
||||||
|
Reference in New Issue
Block a user