From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/
Date: Tue, 25 Feb 2020 14:51:17 +0000 (UTC) [thread overview]
Message-ID: <1582642234.2950f52fbd4d3e6657af8e33d059484e91c51fc0.juippis@gentoo> (raw)
commit: 2950f52fbd4d3e6657af8e33d059484e91c51fc0
Author: WGH <wgh <AT> torlan <DOT> ru>
AuthorDate: Mon Feb 24 18:45:54 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 14:50:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2950f52f
dev-python/python-language-server: fix dep versions
Copy dependency version bounds from the upstream setup.py:
https://github.com/palantir/python-language-server/blob/0.31.8/setup.py#L38
This fixes the problem when e.g. older jedi satisfies the ebuild
dependency, but the package itself checks dependency specified it
in its setup.py at runtime, refusing to work on mismatch (see #710684).
If pyls silently accepted wrong package version it could've been worse,
though.
Closes: https://bugs.gentoo.org/710684
Signed-off-by: Maxim Plotnikov <wgh <AT> torlan.ru>
Closes: https://github.com/gentoo/gentoo/pull/14761
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../python-language-server/python-language-server-0.31.8.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-language-server/python-language-server-0.31.8.ebuild b/dev-python/python-language-server/python-language-server-0.31.8.ebuild
index 0ebc9ebc1a9..53b3086f0cd 100644
--- a/dev-python/python-language-server/python-language-server-0.31.8.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.31.8.ebuild
@@ -19,10 +19,12 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]
+RDEPEND="
+ >=dev-python/jedi-0.14.1[${PYTHON_USEDEP}]
+ <dev-python/jedi-0.16.0[${PYTHON_USEDEP}]
dev-python/pluggy[${PYTHON_USEDEP}]
- dev-python/python-jsonrpc-server[${PYTHON_USEDEP}]
- dev-python/ujson[${PYTHON_USEDEP}]"
+ >=dev-python/python-jsonrpc-server-0.3.2[${PYTHON_USEDEP}]
+ <=dev-python/ujson-1.35[${PYTHON_USEDEP}]"
DEPEND="test? (
dev-python/autopep8[${PYTHON_USEDEP}]
next reply other threads:[~2020-02-25 14:51 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 14:51 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-19 7:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/ Michał Górny
2021-05-19 0:19 Sam James
2021-01-18 19:06 Michał Górny
2021-01-18 17:43 Sam James
2021-01-18 12:09 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2020-12-17 0:18 Matt Turner
2020-12-17 0:18 Matt Turner
2020-11-17 14:21 Joonas Niilola
2020-11-17 14:21 Joonas Niilola
2020-11-15 7:18 Joonas Niilola
2020-11-13 18:35 Thomas Deutschmann
2020-11-05 1:39 Matt Turner
2020-10-16 13:26 Joonas Niilola
2020-10-13 18:06 Sam James
2020-10-07 18:44 Joonas Niilola
2020-09-23 4:54 Matt Turner
2020-08-19 22:50 Matt Turner
2020-07-28 19:19 Matt Turner
2020-07-17 4:14 Matt Turner
2020-05-26 20:43 Matt Turner
2020-05-04 12:34 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-02-25 14:51 Joonas Niilola
2020-02-15 20:43 Matt Turner
2020-01-29 6:14 Joonas Niilola
2020-01-15 11:52 Joonas Niilola
2020-01-15 11:52 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1582642234.2950f52fbd4d3e6657af8e33d059484e91c51fc0.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox