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.2.5
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,3 +1,10 @@
|
|||||||
|
uncompyle6 3.2.5 2019-12-30 Clearout sale
|
||||||
|
|
||||||
|
- 3.7.2 Remove deprecation warning on regexp string that isn't raw
|
||||||
|
- main.main() parameter `codes` is not used - note that
|
||||||
|
- Improve Python 3.6+ control flow detection
|
||||||
|
- More complete fragment instruction annotation for `imports`
|
||||||
|
|
||||||
uncompyle6 3.2.4 2018-10-27 7x9 release
|
uncompyle6 3.2.4 2018-10-27 7x9 release
|
||||||
|
|
||||||
- Bug fixes #180, #182, #187, #192
|
- Bug fixes #180, #182, #187, #192
|
||||||
|
@@ -57,7 +57,7 @@ entry_points = {
|
|||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ['spark-parser >= 1.8.7, < 1.9.0',
|
install_requires = ['spark-parser >= 1.8.7, < 1.9.0',
|
||||||
'xdis >= 3.8.8, < 3.9.0']
|
'xdis >= 3.8.9, < 3.9.0']
|
||||||
|
|
||||||
license = 'GPL3'
|
license = 'GPL3'
|
||||||
mailing_list = 'python-debugger@googlegroups.com'
|
mailing_list = 'python-debugger@googlegroups.com'
|
||||||
|
@@ -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.4'
|
VERSION='3.2.5'
|
||||||
|
Reference in New Issue
Block a user