update to 1.12.0 [release 1.12.0-1mamba;Sat Dec 17 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 10:48:34 +01:00
parent bb4a57c800
commit dfb700e1e6

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.12.0-1mamba
- update to 1.12.0
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
- automatic version update by autodist