diff --git a/python-caches.spec b/python-caches.spec index 27ba284..4a05f6e 100644 --- a/python-caches.spec +++ b/python-caches.spec @@ -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 -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 2.0.2-1mamba +- automatic version update by autodist + * Fri Apr 08 2016 Silvan Calarco 0.2.18-1mamba - package created using the webbuild interface