!25 fix python-beaker build problem

From: @Wangjunqi123 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-02-03 02:51:25 +00:00 committed by Gitee
commit 60cc542644
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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