rebuilt with python 3.10 [release 1.0.1-2mamba;Tue Apr 11 2023]
This commit is contained in:
parent
38242ba3b9
commit
6c84627dda
@ -1,6 +1,6 @@
|
|||||||
Name: python-jmespath
|
Name: python-jmespath
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
|
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -37,12 +37,24 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%if "%{?with_pyver}" != "3"
|
||||||
|
# Rename any conflicting file outside of python site packages tree
|
||||||
|
for f in %{_bindir}/jp.py; do
|
||||||
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
|
done
|
||||||
|
sed -i "\,%{_bindir},d" %{name}.filelist
|
||||||
|
%endif
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/jp.py*
|
||||||
%dir %{python_sitearch}/jmespath-%{version}-py*.egg-info
|
%dir %{python_sitearch}/jmespath-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/jmespath-%{version}-py*.egg-info/*
|
%{python_sitearch}/jmespath-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2023 Sdk Build System <sdk@mambasoft.it> 1.0.1-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Sat Jun 18 2022 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
* Sat Jun 18 2022 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user