Accepting request 530232 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/530232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=19
This commit is contained in:
parent
8f73e428ae
commit
bc4db9ddea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e
|
|
||||||
size 381087
|
|
3
jedi-0.11.0.tar.gz
Normal file
3
jedi-0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6d5973573e76b1fd2ea75f6dcd6445d02d41ff3af5fc61b275b4e323d1dd396
|
||||||
|
size 337972
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 26 05:19:34 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* require python-parso
|
||||||
|
* require python-numpydoc for tests
|
||||||
|
|
||||||
|
- update to version 0.11.0:
|
||||||
|
* Split Jedi's parser into a separate project called parso.
|
||||||
|
* Avoiding side effects in REPL completion.
|
||||||
|
* Numpy docstring support should be much better.
|
||||||
|
* Moved the settings.*recursion* away, they are no longer usable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 19 18:58:25 UTC 2017 - sebix+novell.com@sebix.at
|
Mon Jun 19 18:58:25 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jedi
|
Name: python-jedi
|
||||||
Version: 0.10.2
|
Version: 0.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An autocompletion tool for Python
|
Summary: An autocompletion tool for Python
|
||||||
License: MIT and Python-2.0
|
License: MIT and Python-2.0
|
||||||
@ -37,6 +37,7 @@ Group: Development/Languages/Python
|
|||||||
Url: https://github.com/davidhalter/jedi
|
Url: https://github.com/davidhalter/jedi
|
||||||
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module parso}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -44,6 +45,7 @@ BuildRequires: python-rpm-macros
|
|||||||
# Test requirements
|
# Test requirements
|
||||||
BuildRequires: %{python_module colorama}
|
BuildRequires: %{python_module colorama}
|
||||||
BuildRequires: %{python_module docopt}
|
BuildRequires: %{python_module docopt}
|
||||||
|
BuildRequires: %{python_module numpydoc}
|
||||||
BuildRequires: %{python_module pytest >= 2.3.5}
|
BuildRequires: %{python_module pytest >= 2.3.5}
|
||||||
BuildRequires: %{python_module pytest-cache}
|
BuildRequires: %{python_module pytest-cache}
|
||||||
BuildRequires: python2-typing
|
BuildRequires: python2-typing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user