- Do not bother condition for typing, on 3.7+ it is provided by base

* Fixed an issue with embedded Python see https://github.com/davidhalter/jedi-vim/issues/870

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal 2019-03-26 10:49:10 +00:00 committed by Git OBS Bridge
parent a4afab3968
commit 46c102e604
2 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,13 @@
-------------------------------------------------------------------
Tue Mar 26 10:48:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not bother condition for typing, on 3.7+ it is provided by base
-------------------------------------------------------------------
Sat Mar 2 15:12:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.3:
* Fixed an issue with embedded Pytho, see https://github.com/davidhalter/jedi-vim/issues/870
* Fixed an issue with embedded Python see https://github.com/davidhalter/jedi-vim/issues/870
-------------------------------------------------------------------
Thu Feb 14 12:05:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -28,15 +28,11 @@ Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{ver
BuildRequires: %{python_module parso >= 0.3.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-typing
Requires: python-parso >= 0.3.0
BuildArch: noarch
# do not require python3-typing for python >= 3.5
%if 0%{python3_version_nodots} < 35
BuildRequires: python3-typing
%endif
%python_subpackages
%description