automatic version update by autodist [release 0.9.1-1mamba;Mon Feb 06 2017]

This commit is contained in:
Automatic Build System 2024-01-06 11:19:56 +01:00
parent d36fbe28c1
commit 67531ab6cc

View File

@ -1,5 +1,5 @@
Name: python-jmespath
Version: 0.9.0
Version: 0.9.1
Release: 1mamba
Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/jmespath/jmespath.py
Source: https://pypi.python.org/packages/source/j/jmespath/jmespath-%{version}.tar.gz
Source: https://pypi.debian.net/jmespath/jmespath-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
@ -33,11 +33,14 @@ 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 -f %{name}.filelist
%defattr(-,root,root)
%changelog
* Mon Feb 06 2017 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
- automatic version update by autodist
* Mon Dec 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
- package created using the webbuild interface