diff --git a/python-beaker-1.5-absimport.patch b/python-beaker-1.5-absimport.patch deleted file mode 100644 index 9af45f4..0000000 --- a/python-beaker-1.5-absimport.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- beaker/ext/google.py 2009-10-19 19:09:50.000000000 +0200 -+++ beaker/ext/google.py-gil 2009-11-27 03:19:22.000000000 +0100 -@@ -1,4 +1,3 @@ --from __future__ import absolute_import - import cPickle - import logging - from datetime import datetime diff --git a/python-beaker.spec b/python-beaker.spec index 6a8c281..acf7e29 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -1,6 +1,6 @@ Name: python-beaker Version: 1.12.1 -Release: 2mamba +Release: 3mamba Summary: A Session and Caching library with WSGI Middleware Group: System/Libraries/Python Vendor: openmamba @@ -8,14 +8,10 @@ Distribution: openmamba Packager: Silvan Calarco 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: libpython311-devel ## AUTOBUILDREQ-END -BuildRequires: python3-devel >= 3.11.5-3mamba -BuildRequires: libpython3-devel >= 3.7.4 -BuildRequires: python-setuptools-devel %description Beaker is a web session and general caching library that includes WSGI middleware for use in web applications. @@ -43,7 +39,6 @@ Features %prep %setup -q -n Beaker-%{version} -#%patch0 -p0 %build %{__python} setup.py build @@ -65,9 +60,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/Beaker-%{version}-py*.egg-info %{python_sitearch}/Beaker-%{version}-py*.egg-info/* -#%doc LICENSE CHANGELOG +%doc LICENSE %changelog +* Wed Jan 17 2024 Silvan Calarco 1.12.1-3mamba +- removed requirement for python-setuptools-devel + * Tue Sep 26 2023 Automatic Build System 1.12.1-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba