From b38dcf67c752eef48ed7b37c3c7471e42ad0e7f1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:19:56 +0100 Subject: [PATCH] rebuilt with distdeps [release 0.10.0-3mamba;Mon Aug 30 2021] --- python-jmespath.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index df29b1b..af7aa80 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -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 0.10.0-3mamba +- rebuilt with distdeps + * Sun Aug 23 2020 Silvan Calarco 0.10.0-2mamba - rebuilt with py3* packages