update version to 1.12.0

This commit is contained in:
Wangjunqi123 2023-02-02 16:48:52 +08:00
parent d3eaf4f3fe
commit f1e947eaa6
3 changed files with 5 additions and 2 deletions

BIN
1.12.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
Name: python-beaker Name: python-beaker
Version: 1.12.0 Version: 1.12.0
Release: 1 Release: 2
Summary: A web session and general caching library. Summary: A web session and general caching library.
License: BSD and MIT License: BSD and MIT
URL: http://beaker.readthedocs.io URL: http://beaker.readthedocs.io
@ -40,7 +40,7 @@ Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycrypto
%prep %prep
%autosetup -n Beaker-%{version} -p1 %autosetup -n beaker-%{version} -p1
%build %build
%py3_build %py3_build
@ -65,6 +65,9 @@ kill %1
%{python3_sitelib}/Beaker* %{python3_sitelib}/Beaker*
%changelog %changelog
* Thu Feb 02 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.12.0-2
- fix build problem
* Wed Jan 18 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.12.0-1 * Wed Jan 18 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.12.0-1
- upgrade package version to 1.12.0 - upgrade package version to 1.12.0