removed requirement for python-setuptools-devel [release 1.12.1-3mamba;Wed Jan 17 2024]

This commit is contained in:
Silvan Calarco 2024-01-18 09:43:34 +01:00
parent 126265bc8d
commit e3ec490c1f
2 changed files with 5 additions and 14 deletions

View File

@ -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

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.12.1-3mamba
- removed requirement for python-setuptools-devel
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.12.1-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba