emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52160: closed ([PATCH 1/7] gnu: Add python-lsp-server.)


From: GNU bug Tracking System
Subject: bug#52160: closed ([PATCH 1/7] gnu: Add python-lsp-server.)
Date: Wed, 01 Dec 2021 16:17:02 +0000

Your message dated Wed, 01 Dec 2021 17:15:55 +0100
with message-id <87k0goxpvo.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2.
has caused the debbugs.gnu.org bug report #52160,
regarding [PATCH 1/7] gnu: Add python-lsp-server.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52160: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52160
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/7] gnu: python-parso: Update to 0.8.2. Date: Sun, 28 Nov 2021 10:08:50 -0500
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(-)

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)
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2. Date: Wed, 01 Dec 2021 17:15:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]