update to 0.18.1 [release 0.18.1-1mamba;Fri Apr 01 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:19:20 +01:00
parent 6069259434
commit e9edb303f5

View File

@ -1,6 +1,6 @@
Name: python-jedi
Version: 0.17.2
Release: 2mamba
Version: 0.18.1
Release: 1mamba
Summary: An autocompletion tool for Python that can be used for text editors
Group: System/Libraries
Vendor: openmamba
@ -23,7 +23,7 @@ BuildRequires: python3.7dist(parso)
%prep
%setup -q -n jedi-%{version}
sed -i "s|parso.*|parso>=0.7.0|" requirements.txt jedi.egg-info/requires.txt
#sed -i "s|parso.*|parso>=0.7.0|" requirements.txt jedi.egg-info/requires.txt
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -45,6 +45,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/jedi-%{version}-py*.egg-info/*
%changelog
* Fri Apr 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.1-1mamba
- update to 0.18.1
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.2-2mamba
- remove version requirement for parso<0.8.0