diff mbox series

[bug#52160,1/7] gnu: python-parso: Update to 0.8.2.

Message ID 20211128150855.31108-1-jgart@dismail.de
State Accepted
Headers show
Series [bug#52160,1/7] gnu: python-parso: Update to 0.8.2. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

jgart Nov. 28, 2021, 3:08 p.m. UTC
Hi Guixers,

Here is a patch set for updating the unmaintained python language server 
that's in guix to use the new fork by the Spyder IDE team and community.

all best,

jgart

* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou Dec. 1, 2021, 4:15 p.m. UTC | #1
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> Here is a patch set for updating the unmaintained python language server 
> that's in guix to use the new fork by the Spyder IDE team and
> community.

Applied. Thank you.

Regards,
jgart Dec. 1, 2021, 11:18 p.m. UTC | #2
On Wed, 01 Dec 2021 17:15:55 +0100 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
> 
> jgart via Guix-patches via <guix-patches@gnu.org> writes:
> 
> > Here is a patch set for updating the unmaintained python language server 
> > that's in guix to use the new fork by the Spyder IDE team and
> > community.
> 
> Applied. Thank you.

Thank you Nicolas! 

all best,

jgart
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ffd39860d8..de43be43b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21320,13 +21320,13 @@  (define-public python-onetimepass
 (define-public python-parso
   (package
     (name "python-parso")
-    (version "0.7.1")
+    (version "0.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parso" version))
        (sha256
-        (base32 "1f9fc99mjx0h2ad4mgsid728nnmw58hvnq3411g8ljlr9dr49fna"))))
+        (base32 "161k8771m7w60qakyvrwf9q62lvakmix7mpfylpy7713qs939f0j"))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (build-system python-build-system)