Accepting request 821570 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/821570 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=26
This commit is contained in:
commit
3dbe54e9fc
@ -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
3
jedi-0.17.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20
|
||||
size 1139617
|
@ -1 +1,2 @@
|
||||
addFilter("zero-length.*typeshed.*pyi")
|
||||
addFilter("zero-length.*django-stubs.*pyi")
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user