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:
Jan Matejek 2017-10-02 12:23:58 +00:00 committed by Git OBS Bridge
parent 8f73e428ae
commit bc4db9ddea
4 changed files with 20 additions and 5 deletions

View File

@ -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
View File

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

View File

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

View File

@ -29,7 +29,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jedi
Version: 0.10.2
Version: 0.11.0
Release: 0
Summary: An autocompletion tool for Python
License: MIT and Python-2.0
@ -37,6 +37,7 @@ Group: Development/Languages/Python
Url: https://github.com/davidhalter/jedi
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module parso}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -44,6 +45,7 @@ BuildRequires: python-rpm-macros
# Test requirements
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module docopt}
BuildRequires: %{python_module numpydoc}
BuildRequires: %{python_module pytest >= 2.3.5}
BuildRequires: %{python_module pytest-cache}
BuildRequires: python2-typing
@ -93,7 +95,7 @@ popd
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.txt CHANGELOG.rst LICENSE.txt README.rst
%doc AUTHORS.txt CHANGELOG.rst LICENSE.txt README.rst
%{python_sitelib}/jedi-%{version}-py*.egg-info
%{python_sitelib}/jedi/