Benjamin Greiner 2020-07-17 21:48:21 +00:00 committed by Git OBS Bridge
parent 7375fdd96b
commit 1aea6dcf21
5 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:807d5d4f96711a2bcfdd5dfa3b1ae6d09aa53832b182090b222b5efb81f52f63
size 1137664

3
jedi-0.17.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20
size 1139617

View File

@ -1 +1,2 @@
addFilter("zero-length.*typeshed.*pyi")
addFilter("zero-length.*django-stubs.*pyi")

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jul 17 21:43:14 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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"