diff --git a/python-jedi.changes b/python-jedi.changes index b6cbfb8..b3fae57 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 26 10:48:44 UTC 2019 - Tomáš Chvátal + +- 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 - 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 diff --git a/python-jedi.spec b/python-jedi.spec index 3002943..29dc7ff 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -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