GNU bug report logs -
#52160
[PATCH 1/7] gnu: Add python-lsp-server.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 28 Nov 2021 15:12:02 UTC
Severity: normal
Tags: patch
Merged with 52161
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 01 Dec 2021 17:15:55 +0100
with message-id <87k0goxpvo.fsf <at> 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 <at> gnu.org.)
--
52160: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52160
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-jsonrpc-server): Delete variable.
* gnu/packages/python-xyz.scm (python-lsp-jsonrpc): New variable.
Removes deprecated python-jsonrpc-server package and adds maintained
fork.
---
gnu/packages/python-xyz.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 203af5865e..1383f9681d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4871,24 +4871,24 @@ (define-public python-feedgenerator
(define-public python2-feedgenerator
(package-with-python2 python-feedgenerator))
-(define-public python-jsonrpc-server
+(define-public python-lsp-jsonrpc
(package
- (name "python-jsonrpc-server")
- (version "0.4.0")
+ (name "python-lsp-jsonrpc")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "python-jsonrpc-server" version))
+ (uri (pypi-uri "python-lsp-jsonrpc" version))
(sha256
(base32
- "1585ybn3djvx5r5zbxkzlhz2wb1d47y4wrfwaxdyq0gi87jl7ib2"))))
+ "1gb0fsamxndhplx25v8m0b3k7aknzy454fpa0qsqsqnv6c3igv3v"))))
(build-system python-build-system)
- (propagated-inputs
+ (native-inputs
`(("python-mock" ,python-mock)
- ("python-pytest" ,python-pytest)
- ("python-ujson" ,python-ujson)))
- (home-page
- "https://github.com/palantir/python-jsonrpc-server")
+ ("python-pytest" ,python-pytest)))
+ (propagated-inputs
+ `(("python-ujson" ,python-ujson)))
+ (home-page "https://github.com/python-lsp/python-lsp-jsonrpc")
(synopsis "JSON RPC 2.0 server library")
(description
"This package provides a JSON RPC 2.0 server library for Python.")
--
2.34.0
[Message part 3 (message/rfc822, inline)]
Hello,
jgart via Guix-patches via <guix-patches <at> 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
This bug report was last modified 3 years and 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.