14
0
forked from pool/python-jedi

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

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