automatic version update by autodist [release 2.0.2-1mamba;Sun Oct 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 10:55:58 +01:00
parent 314b0fb49d
commit e111e5d589

View File

@ -1,20 +1,21 @@
Name: python-caches
Version: 0.2.18
Version: 2.0.2
Release: 1mamba
Summary: Python caching backed by Redis
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/caches
Source: https://pypi.python.org/packages/source/c/caches/caches-%{version}.tar.gz
URL: https://pypi.org/project/caches/
Source: https://pypi.debian.net/caches/caches-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-caches' to get the list of build requirements.
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(datatypes)
BuildRequires: python3.7dist(decorators)
BuildRequires: python3.7dist(dsnparse)
BuildRequires: python3.7dist(redis)
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
@ -38,11 +39,16 @@ 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}/caches-%{version}-py*.egg-info
%{python_sitearch}/caches-%{version}-py*.egg-info/*
%changelog
* Sun Oct 24 2021 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic version update by autodist
* Fri Apr 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.18-1mamba
- package created using the webbuild interface