unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34864] [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
@ 2019-03-14 23:17 Brett Gilio
  2019-03-14 23:34 ` [bug#34864] [PATCH 1/2] gnu: python-language-server: Update to 0.25.0 Brett Gilio
  2019-03-15  1:43 ` bug#34864: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Leo Famulari
  0 siblings, 2 replies; 3+ messages in thread
From: Brett Gilio @ 2019-03-14 23:17 UTC (permalink / raw)
  To: 34864

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add --]
[-- Type: text/x-patch, Size: 1070 bytes --]

From 844149bd57e7da174afb599dde2c5dca403ad8e7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 14 Mar 2019 18:15:23 -0500
Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
 python-pylint.

* gnu/packages/python-xyz.scm (python-language-server): [propagated-inputs]
  add python-pylint
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f55b36bbd..706524bbb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2653,7 +2653,8 @@ Server (PLS).")
        ("python-pycodestyle" ,python-pycodestyle)
        ("python-mccabe" ,python-mccabe)
        ("python-rope" ,python-rope)
-       ("python-autopep8" ,python-autopep8)))
+       ("python-autopep8" ,python-autopep8)
+       ("python-pylint" ,python-pylint)))
     (home-page "https://github.com/palantir/python-language-server")
     (synopsis "Python implementation of the Language Server Protocol")
     (description
-- 
2.21.0

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

* [bug#34864] [PATCH 1/2] gnu: python-language-server: Update to 0.25.0.
  2019-03-14 23:17 [bug#34864] [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Brett Gilio
@ 2019-03-14 23:34 ` Brett Gilio
  2019-03-15  1:43 ` bug#34864: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Brett Gilio @ 2019-03-14 23:34 UTC (permalink / raw)
  To: 34864

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 1/2] gnu: python-language-server: Update to 0.25.0. --]
[-- Type: text/x-patch, Size: 1130 bytes --]

From e3eac10d90b047e958ae96cacfe39a76b1335941 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 14 Mar 2019 18:14:55 -0500
Subject: [PATCH 1/2] gnu: python-language-server: Update to 0.25.0.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.25.0.
---
 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 ab8e54329..f55b36bbd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2634,14 +2634,14 @@ Server (PLS).")
 (define-public python-language-server
   (package
     (name "python-language-server")
-    (version "0.24.0")
+    (version "0.25.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-language-server" version))
        (sha256
         (base32
-         "05zmv6jr7qbgnkz0lqh5pr7kr4lm12i8ljm2k5h5kz3q9m8d4mm0"))))
+         "1xabnaqd4n72myrc3mxl2y33vr2p7c9c5a87n77p9k327ckvdx01"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)
-- 
2.21.0

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

* bug#34864: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
  2019-03-14 23:17 [bug#34864] [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Brett Gilio
  2019-03-14 23:34 ` [bug#34864] [PATCH 1/2] gnu: python-language-server: Update to 0.25.0 Brett Gilio
@ 2019-03-15  1:43 ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2019-03-15  1:43 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34864-done

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

On Thu, Mar 14, 2019 at 06:17:49PM -0500, Brett Gilio wrote:
> From 844149bd57e7da174afb599dde2c5dca403ad8e7 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Thu, 14 Mar 2019 18:15:23 -0500
> Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
>  python-pylint.
> 
> * gnu/packages/python-xyz.scm (python-language-server): [propagated-inputs]
>   add python-pylint

Thanks!

I noticed that python-language-server 0.25.0 fails to build without this
change, so I squashed the commits into one and pushed as
fe4a4bd23aa55bc6e8f5639db0dbfb358df99861.

In general, if some changes need to happen in the same commit to avoid
breakage, we make them in the same commit.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2019-03-15  1:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 23:17 [bug#34864] [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Brett Gilio
2019-03-14 23:34 ` [bug#34864] [PATCH 1/2] gnu: python-language-server: Update to 0.25.0 Brett Gilio
2019-03-15  1:43 ` bug#34864: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).