From 7383cb454b39a3d394f38243491e87acbda41a4d Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 8 Sep 2020 21:53:41 -0700 Subject: [PATCH 1/2] python3-parso: revert to 0.7.1. https://github.com/davidhalter/jedi/issues/1666 --- srcpkgs/python3-parso/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template index 5fed4bfb7ee..6aef878381b 100644 --- a/srcpkgs/python3-parso/template +++ b/srcpkgs/python3-parso/template @@ -1,6 +1,7 @@ # Template file for 'python3-parso' pkgname=python3-parso -version=0.8.0 +reverts="0.8.0_1" +version=0.7.1 revision=1 archs=noarch wrksrc="parso-${version}" @@ -12,7 +13,7 @@ maintainer="Andrew J. Hesford " license="MIT" homepage="https://github.com/davidhalter/parso" distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz" -checksum=2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64 +checksum=caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9 post_install() { vlicense LICENSE.txt From 7a3daae920791f7aa1b92ae4f2e4dd3273e81c85 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 8 Sep 2020 21:54:10 -0700 Subject: [PATCH 2/2] python-jedi: remove erroneous patch This version of jedi is NOT compatible with parso 0.8.0. https://github.com/davidhalter/jedi/issues/1666 --- srcpkgs/python-jedi/patches/py3-parso-requirement.patch | 6 ------ srcpkgs/python-jedi/template | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 srcpkgs/python-jedi/patches/py3-parso-requirement.patch diff --git a/srcpkgs/python-jedi/patches/py3-parso-requirement.patch b/srcpkgs/python-jedi/patches/py3-parso-requirement.patch deleted file mode 100644 index b6daa80444b..00000000000 --- a/srcpkgs/python-jedi/patches/py3-parso-requirement.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- requirements.txt.orig 2020-08-04 22:18:10.590850660 -0400 -+++ requirements.txt 2020-08-04 22:18:48.906184653 -0400 -@@ -1 +1,2 @@ --parso>=0.7.0,<0.8.0 -+parso>=0.7.0,<0.8.0; python_version<"3" -+parso>=0.7.0; python_version>="3" diff --git a/srcpkgs/python-jedi/template b/srcpkgs/python-jedi/template index 0799a69c69f..b3c9fb6a436 100644 --- a/srcpkgs/python-jedi/template +++ b/srcpkgs/python-jedi/template @@ -1,7 +1,7 @@ # Template file for 'python-jedi' pkgname=python-jedi version=0.17.2 -revision=2 +revision=3 archs=noarch wrksrc="jedi-${version}" build_style=python-module