From cd715fd07748f7b9963d3808a9ad2e667014abfd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:19:56 +0100 Subject: [PATCH] rebuilt with py3* packages [release 0.10.0-2mamba;Sun Aug 23 2020] --- python-jmespath.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 9602f47..df29b1b 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -1,6 +1,6 @@ Name: python-jmespath Version: 0.10.0 -Release: 1mamba +Release: 2mamba Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document Group: System/Libraries Vendor: openmamba @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n jmespath-%{version} @@ -35,10 +39,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sun Aug 23 2020 Silvan Calarco 0.10.0-2mamba +- rebuilt with py3* packages + * Wed May 20 2020 Automatic Build System 0.10.0-1mamba - automatic version update by autodist