update to 1.12.0 [release 1.12.0-1mamba;Sat Dec 17 2022]
This commit is contained in:
parent
bb4a57c800
commit
dfb700e1e6
@ -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.
|
||||
@ -57,14 +55,21 @@ Features
|
||||
--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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user