rebuilt with python 3.10 [release 1.0.1-2mamba;Tue Apr 11 2023]

This commit is contained in:
Sdk Build System 2024-01-06 11:19:57 +01:00
parent 38242ba3b9
commit 6c84627dda

View File

@ -1,6 +1,6 @@
Name: python-jmespath
Version: 1.0.1
Release: 1mamba
Release: 2mamba
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
Group: System/Libraries
Vendor: openmamba
@ -37,12 +37,24 @@ CFLAGS="%{optflags}" %{__python} setup.py build
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
%defattr(-,root,root)
%{_bindir}/jp.py*
%dir %{python_sitearch}/jmespath-%{version}-py*.egg-info
%{python_sitearch}/jmespath-%{version}-py*.egg-info/*
%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
- automatic version update by autodist