update to 1.12.1

This commit is contained in:
dillon_chen 2023-06-05 16:28:29 +08:00
parent e5497586f7
commit 3d4789a0f8
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
Name: python-beaker
Version: 1.12.0
Release: 2
Version: 1.12.1
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/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
BuildArch: noarch
@ -65,6 +65,9 @@ kill %1
%{python3_sitelib}/Beaker*
%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
- remove python-crypto(EOL)