removed requirement for python-setuptools-devel [release 1.12.1-3mamba;Wed Jan 17 2024]
This commit is contained in:
parent
126265bc8d
commit
e3ec490c1f
@ -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
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: python-beaker
|
Name: python-beaker
|
||||||
Version: 1.12.1
|
Version: 1.12.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A Session and Caching library with WSGI Middleware
|
Summary: A Session and Caching library with WSGI Middleware
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,14 +8,10 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://beaker.readthedocs.io/en/latest/
|
URL: https://beaker.readthedocs.io/en/latest/
|
||||||
Source: http://pypi.debian.net/Beaker/Beaker-%{version}.tar.gz
|
Source: http://pypi.debian.net/Beaker/Beaker-%{version}.tar.gz
|
||||||
Patch0: python-beaker-1.5-absimport.patch
|
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
BuildRequires: python-setuptools-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Beaker is a web session and general caching library that includes WSGI middleware for use in web applications.
|
Beaker is a web session and general caching library that includes WSGI middleware for use in web applications.
|
||||||
@ -43,7 +39,6 @@ Features
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Beaker-%{version}
|
%setup -q -n Beaker-%{version}
|
||||||
#%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -65,9 +60,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/Beaker-%{version}-py*.egg-info
|
%dir %{python_sitearch}/Beaker-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/Beaker-%{version}-py*.egg-info/*
|
%{python_sitearch}/Beaker-%{version}-py*.egg-info/*
|
||||||
#%doc LICENSE CHANGELOG
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user