Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
544e655c82
!29 update to 1.12.1
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-06-09 09:21:49 +00:00
dillon_chen
3d4789a0f8 update to 1.12.1 2023-06-05 16:28:29 +08:00
openeuler-ci-bot
23f9e21204
!27 remove pycrypto
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-06-01 09:28:49 +00:00
dillon_chen
e5497586f7 remove pycrypto 2023-06-01 17:07:42 +08:00
openeuler-ci-bot
60cc542644
!25 fix python-beaker build problem
From: @Wangjunqi123 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-02-03 02:51:25 +00:00
Wangjunqi123
f1e947eaa6 update version to 1.12.0 2023-02-02 17:39:51 +08:00
openeuler-ci-bot
467335f0d9
!24 Upgrade to latest release [python-beaker -> 1.12.0]
From: @Wangjunqi123 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-02-01 01:47:20 +00:00
Wangjunqi123
d3eaf4f3fe update version to 1.12.0 2023-02-01 09:31:57 +08:00
openeuler-ci-bot
f13e39b843
!23 remove buildrequire python3-nose
From: @guo-zhaorui 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-06-13 12:08:37 +00:00
guozhaorui
bce455fdfb remove buildrequire python3-nose 2022-06-13 15:39:59 +08:00
3 changed files with 21 additions and 6 deletions

BIN
1.12.1.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: 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/%{version}/beaker-%{version}.tar.gz
Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.1.tar.gz
Patch6000: beaker-use-system-paste.patch
BuildArch: noarch
@ -24,14 +24,14 @@ is also included to manage Session objects and signed cookies.
%package -n python3-beaker
Summary: %summary
BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock)
BuildRequires: python3dist(nose) python3dist(paste) python3dist(pycrypto)
BuildRequires: python3dist(paste)
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
%if %{with tests}
BuildRequires: python3dist(webtest)
%endif
Requires: python3dist(paste)
Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycryptodome) python3dist(pycryptopp)
Recommends: python3dist(cryptography) python3dist(pycryptodome) python3dist(pycryptopp)
%{?python_provide:%python_provide python3-beaker}
@ -60,11 +60,26 @@ kill %1
%files -n python3-beaker
%license LICENSE
%doc README.* CHANGELOG
%doc README.*
%{python3_sitelib}/beaker/
%{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)
* 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
- upgrade package version to 1.12.0
* Mon Jun 13 2022 guozhaorui <guozhaorui1@h-partners.com> - 1.11.0-3
- DESC: remove python3-nose
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.11.0-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git