From 1aea6dcf218a9cd36737bd4e4c1cb5b5ce53610352d03aaa0b447be11f1b07f6 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 17 Jul 2020 21:48:21 +0000 Subject: [PATCH] Update to 0.17.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=73 --- jedi-0.17.1.tar.gz | 3 --- jedi-0.17.2.tar.gz | 3 +++ python-jedi-rpmlintrc | 1 + python-jedi.changes | 10 ++++++++++ python-jedi.spec | 3 +-- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 jedi-0.17.1.tar.gz create mode 100644 jedi-0.17.2.tar.gz diff --git a/jedi-0.17.1.tar.gz b/jedi-0.17.1.tar.gz deleted file mode 100644 index cbcc870..0000000 --- a/jedi-0.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:807d5d4f96711a2bcfdd5dfa3b1ae6d09aa53832b182090b222b5efb81f52f63 -size 1137664 diff --git a/jedi-0.17.2.tar.gz b/jedi-0.17.2.tar.gz new file mode 100644 index 0000000..0875ea3 --- /dev/null +++ b/jedi-0.17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 +size 1139617 diff --git a/python-jedi-rpmlintrc b/python-jedi-rpmlintrc index c6e9929..1e13a08 100644 --- a/python-jedi-rpmlintrc +++ b/python-jedi-rpmlintrc @@ -1 +1,2 @@ addFilter("zero-length.*typeshed.*pyi") +addFilter("zero-length.*django-stubs.*pyi") diff --git a/python-jedi.changes b/python-jedi.changes index ea9f037..ef2bc1c 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 17 21:43:14 UTC 2020 - Benjamin Greiner + +- Update to version 0.17.2 + * Added an option to pass environment variables to ``Environment`` + * ``Project(...).path`` exists now + * Support for Python 3.9 + * A few bugfixes +- rpmlint zero length django-stubs + ------------------------------------------------------------------- Sat Jun 20 12:15:53 UTC 2020 - Benjamin Greiner diff --git a/python-jedi.spec b/python-jedi.spec index 552344e..560b6cd 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jedi -Version: 0.17.1 +Version: 0.17.2 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0 @@ -60,7 +60,6 @@ implementation as a VIM plugin which uses Jedi's autocompletion. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -export PYTHONDONTWRITEBYTECODE=1 export LANG="en_US.UTF-8" skiptests="test_venv_and_pths" skiptests+=" or test_sqlite3_conversion"