Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fix broken python-jedi
@ 2020-09-09  4:59 CameronNemo
  2020-09-09 11:52 ` [PR REVIEW] " sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: CameronNemo @ 2020-09-09  4:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages jedi
https://github.com/void-linux/void-packages/pull/24773

Fix broken python-jedi
None

A patch file from https://github.com/void-linux/void-packages/pull/24773.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jedi-24773.patch --]
[-- Type: text/x-diff, Size: 2542 bytes --]

From 7383cb454b39a3d394f38243491e87acbda41a4d Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
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 <ajh@sideband.org>"
 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 <cnemo@tutanota.com>
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-09 16:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09  4:59 [PR PATCH] Fix broken python-jedi CameronNemo
2020-09-09 11:52 ` [PR REVIEW] " sgn
2020-09-09 12:00 ` [PR PATCH] [Updated] " sgn
2020-09-09 12:02 ` [PR REVIEW] " sgn
2020-09-09 13:07 ` ahesford
2020-09-09 14:11 ` [PR PATCH] [Closed]: " sgn
2020-09-09 14:13 ` [PR REVIEW] " sgn
2020-09-09 16:35 ` CameronNemo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).