Accepting request 622028 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/622028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2018-07-14 18:24:11 +00:00 committed by Git OBS Bridge
commit 1986d1e962
4 changed files with 25 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 2 01:09:29 UTC 2018 - arun@gmx.de
- specfile:
* require parso >= 0.3.0
* remove python-devel requirement
- update to version 0.12.1:
* This release forces you to upgrade parso. If you don't, nothing
will work anymore. Otherwise changes should be limited to bug
fixes. Unfortunately Jedi still uses a few internals of parso that
make it hard to keep compatibility over multiple releases. Parso
>=0.3.0 is going to be needed.
-------------------------------------------------------------------
Thu Apr 19 17:18:37 UTC 2018 - toddrme2178@gmail.com

View File

@ -16,40 +16,38 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# Compiled file tests only work on particular architectures and only run on python 3.4
%bcond_with tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jedi
Version: 0.12.0
Version: 0.12.1
Release: 0
Summary: An autocompletion tool for Python
License: MIT and Python-2.0
License: MIT AND Python-2.0
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
Patch0: test_requrements.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-parso
Requires: python-parso >= 0.3.0
BuildArch: noarch
%if %{with tests}
# Test requirements
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module docopt}
BuildRequires: %{python_module numpydoc}
BuildRequires: %{python_module parso}
BuildRequires: %{python_module parso >= 0.3.0}
BuildRequires: %{python_module pytest >= 2.3.5}
BuildRequires: %{python_module pytest-cache}
BuildRequires: python2-typing
BuildRequires: python3-tox
# do not require python3-typing for python >= 3.5
%if 0%{?suse_version} <= 1320
BuildRequires: python3-typing
%endif
BuildRequires: python3-tox
%endif
BuildArch: noarch
%python_subpackages
%description
@ -88,7 +86,6 @@ popd
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.txt CHANGELOG.rst README.rst
%license LICENSE.txt
%{python_sitelib}/jedi-%{version}-py*.egg-info