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
|
Name: python-beaker
|
||||||
Version: 1.11.0
|
Version: 1.12.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://pypi.debian.net/Beaker/Beaker-%{version}.tar.gz
|
||||||
Patch0: python-beaker-1.5-absimport.patch
|
Patch0: python-beaker-1.5-absimport.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
BuildRequires: libpython3-devel >= 3.7.4
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools-devel
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%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.
|
||||||
@ -57,14 +55,21 @@ Features
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/Beaker-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/Beaker-%{version}-py*.egg-info/*
|
||||||
#%doc LICENSE CHANGELOG
|
#%doc LICENSE CHANGELOG
|
||||||
|
|
||||||
%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
|
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user