rebuilt with distdeps [release 0.10.0-3mamba;Mon Aug 30 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:19:56 +01:00
parent cd715fd077
commit b38dcf67c7

View File

@ -1,6 +1,6 @@
Name: python-jmespath
Version: 0.10.0
Release: 2mamba
Release: 3mamba
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
Group: System/Libraries
Vendor: openmamba
@ -10,10 +10,8 @@ URL: https://github.com/jmespath/jmespath.py
Source: https://pypi.debian.net/jmespath/jmespath-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
@ -37,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/jmespath-%{version}-py*.egg-info
%{python_sitearch}/jmespath-%{version}-py*.egg-info/*
%changelog
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-3mamba
- rebuilt with distdeps
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
- rebuilt with py3* packages