remove version requirement for parso<0.8.0 [release 0.17.2-2mamba;Sun Nov 28 2021]
This commit is contained in:
parent
b4fa93e21d
commit
6069259434
@ -1,6 +1,6 @@
|
|||||||
Name: python-jedi
|
Name: python-jedi
|
||||||
Version: 0.17.2
|
Version: 0.17.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An autocompletion tool for Python that can be used for text editors
|
Summary: An autocompletion tool for Python that can be used for text editors
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -23,6 +23,7 @@ BuildRequires: python3.7dist(parso)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jedi-%{version}
|
%setup -q -n jedi-%{version}
|
||||||
|
sed -i "s|parso.*|parso>=0.7.0|" requirements.txt jedi.egg-info/requires.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -44,6 +45,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/jedi-%{version}-py*.egg-info/*
|
%{python_sitearch}/jedi-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.2-2mamba
|
||||||
|
- remove version requirement for parso<0.8.0
|
||||||
|
|
||||||
* Sun Apr 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.2-1mamba
|
* Sun Apr 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.2-1mamba
|
||||||
- update to 0.17.2
|
- update to 0.17.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user