From 5e7632c33e3e5793bd21dd2a3572f721c5fcd85a Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 24 Oct 2017 22:56:23 -0400 Subject: [PATCH] Bump uncompyle. Pypy 5.8.0-beta tolerance --- Makefile | 4 ++-- __pkginfo__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 736e7389..3cd37b33 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,9 @@ check-3.7: pytest check-2.6: $(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 -2.6 5.0 5.3: +2.6 5.0 5.3 5.8: #:PyPy pypy3-2.4.0 Python 3: pypy-3.2 2.4: diff --git a/__pkginfo__.py b/__pkginfo__.py index d341f282..c9b1bc7c 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -39,7 +39,7 @@ entry_points = { 'pydisassemble=uncompyle6.bin.pydisassemble:main', ]} 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'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com'