automatic version update by autodist [release 2.0.2-1mamba;Sun Oct 24 2021]
This commit is contained in:
parent
314b0fb49d
commit
e111e5d589
@ -1,20 +1,21 @@
|
|||||||
Name: python-caches
|
Name: python-caches
|
||||||
Version: 0.2.18
|
Version: 2.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python caching backed by Redis
|
Summary: Python caching backed by Redis
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.python.org/pypi/caches
|
URL: https://pypi.org/project/caches/
|
||||||
Source: https://pypi.python.org/packages/source/c/caches/caches-%{version}.tar.gz
|
Source: https://pypi.debian.net/caches/caches-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -38,11 +39,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/caches-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/caches-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.18-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user