revert parso pinning
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=100
This commit is contained in:
parent
652d84257c
commit
ac6269d169
@ -34,7 +34,8 @@ Patch1: fix_test_compiled_signature_annotation_string.patch
|
|||||||
# PATCH-FIX-UPSTREAM supported_pythons_310_311.patch gh#davidhalter/jedi#1914 mcepl@suse.com
|
# PATCH-FIX-UPSTREAM supported_pythons_310_311.patch gh#davidhalter/jedi#1914 mcepl@suse.com
|
||||||
# Add '3.11' among _SUPPORTED_PYTHONS
|
# Add '3.11' among _SUPPORTED_PYTHONS
|
||||||
Patch2: supported_pythons_310_311.patch
|
Patch2: supported_pythons_310_311.patch
|
||||||
BuildRequires: %{python_module parso >= 0.8.0}
|
# The author of jedi and parso takes pinning very seriously, adhere to it!
|
||||||
|
BuildRequires: %{python_module parso >= 0.8.0 with %python-parso < 0.9}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest >= 5}
|
BuildRequires: %{python_module pytest >= 5}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -42,7 +43,7 @@ BuildRequires: %{python_module typing}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# The author of jedi and parso takes pinning very seriously, adhere to it!
|
# See pinning note above
|
||||||
Requires: (python-parso >= 0.8.0 with python-parso < 0.9)
|
Requires: (python-parso >= 0.8.0 with python-parso < 0.9)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user