!29 update to 1.12.1

From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-06-09 09:21:49 +00:00 committed by Gitee
commit 544e655c82
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
1.12.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with tests %bcond_with tests
Name: python-beaker Name: python-beaker
Version: 1.12.0 Version: 1.12.1
Release: 2 Release: 1
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
Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.0.tar.gz Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.1.tar.gz
Patch6000: beaker-use-system-paste.patch Patch6000: beaker-use-system-paste.patch
BuildArch: noarch BuildArch: noarch
@ -65,6 +65,9 @@ kill %1
%{python3_sitelib}/Beaker* %{python3_sitelib}/Beaker*
%changelog %changelog
* Mon Jun 5 2023 dillon chen<dillon.chen@gmail.com> 1.12.1-1
- upgrade package version to 1.12.1
* Thu Jun 1 2023 dillon chen<dillon.chen@gmail.com> 1.12.0-3 * Thu Jun 1 2023 dillon chen<dillon.chen@gmail.com> 1.12.0-3
- remove python-crypto(EOL) - remove python-crypto(EOL)