Compare commits

..

No commits in common. "544e655c82d462543ec289350bd33e19d7f190b9" and "85a9747755c08798c3a4b5bc319729a65fcefd11" have entirely different histories.

3 changed files with 6 additions and 21 deletions

Binary file not shown.

BIN
beaker-1.11.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with tests
Name: python-beaker
Version: 1.12.1
Release: 1
Version: 1.11.0
Release: 2
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.1.tar.gz
Source0: https://github.com/bbangert/beaker/archive/%{version}/beaker-%{version}.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(paste)
BuildRequires: python3dist(nose) python3dist(paste) python3dist(pycrypto)
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
%if %{with tests}
BuildRequires: python3dist(webtest)
%endif
Requires: python3dist(paste)
Recommends: python3dist(cryptography) python3dist(pycryptodome) python3dist(pycryptopp)
Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycryptodome) python3dist(pycryptopp)
%{?python_provide:%python_provide python3-beaker}
@ -60,26 +60,11 @@ kill %1
%files -n python3-beaker
%license LICENSE
%doc README.*
%doc README.* CHANGELOG
%{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