You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Bump uncompyle. Pypy 5.8.0-beta tolerance
This commit is contained in:
4
Makefile
4
Makefile
@@ -42,9 +42,9 @@ check-3.7: pytest
|
|||||||
check-2.6:
|
check-2.6:
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
|
|
||||||
#:PyPy 2.6.1 or PyPy 5.0.1
|
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
|
||||||
# Skip for now
|
# Skip for now
|
||||||
2.6 5.0 5.3:
|
2.6 5.0 5.3 5.8:
|
||||||
|
|
||||||
#:PyPy pypy3-2.4.0 Python 3:
|
#:PyPy pypy3-2.4.0 Python 3:
|
||||||
pypy-3.2 2.4:
|
pypy-3.2 2.4:
|
||||||
|
@@ -39,7 +39,7 @@ entry_points = {
|
|||||||
'pydisassemble=uncompyle6.bin.pydisassemble:main',
|
'pydisassemble=uncompyle6.bin.pydisassemble:main',
|
||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ['spark-parser >= 1.7.0, < 1.8.0',
|
install_requires = ['spark-parser >= 1.7.1, < 1.8.0',
|
||||||
'xdis >= 3.6.0, < 3.7.0', 'six']
|
'xdis >= 3.6.0, < 3.7.0', 'six']
|
||||||
license = 'MIT'
|
license = 'MIT'
|
||||||
mailing_list = 'python-debugger@googlegroups.com'
|
mailing_list = 'python-debugger@googlegroups.com'
|
||||||
|
Reference in New Issue
Block a user