update version to 1.12.0

This commit is contained in:
Wangjunqi123 2023-01-18 13:56:53 +08:00
parent f13e39b843
commit d3eaf4f3fe
3 changed files with 8 additions and 5 deletions

BIN
Beaker-1.12.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with tests
Name: python-beaker
Version: 1.11.0
Release: 3
Version: 1.12.0
Release: 1
Summary: A web session and general caching library.
License: BSD and MIT
URL: http://beaker.readthedocs.io
Source0: https://github.com/bbangert/beaker/archive/%{version}/beaker-%{version}.tar.gz
Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.0.tar.gz
Patch6000: beaker-use-system-paste.patch
BuildArch: noarch
@ -40,7 +40,7 @@ Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycrypto
%prep
%autosetup -n beaker-%{version} -p1
%autosetup -n Beaker-%{version} -p1
%build
%py3_build
@ -60,11 +60,14 @@ kill %1
%files -n python3-beaker
%license LICENSE
%doc README.* CHANGELOG
%doc README.*
%{python3_sitelib}/beaker/
%{python3_sitelib}/Beaker*
%changelog
* Wed Jan 18 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.12.0-1
- upgrade package version to 1.12.0
* Mon Jun 13 2022 guozhaorui <guozhaorui1@h-partners.com> - 1.11.0-3
- DESC: remove python3-nose