diff --git a/python-beaker.spec b/python-beaker.spec index ddaa825..cb9503f 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -1,22 +1,20 @@ Name: python-beaker -Version: 1.11.0 +Version: 1.12.0 Release: 1mamba Summary: A Session and Caching library with WSGI Middleware Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://beaker.groovie.org +URL: https://beaker.readthedocs.io/en/latest/ Source: http://pypi.debian.net/Beaker/Beaker-%{version}.tar.gz Patch0: python-beaker-1.5-absimport.patch License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python-setuptools-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Beaker is a web session and general caching library that includes WSGI middleware for use in web applications. @@ -56,15 +54,22 @@ Features --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/Beaker-%{version}-py*.egg-info +%{python_sitearch}/Beaker-%{version}-py*.egg-info/* #%doc LICENSE CHANGELOG %changelog +* Sat Dec 17 2022 Silvan Calarco 1.12.0-1mamba +- update to 1.12.0 + * Sat Oct 05 2019 Automatic Build System 1.11.0-1mamba - automatic version update by autodist