Compare commits
10 Commits
85a9747755
...
544e655c82
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
544e655c82 | ||
|
|
3d4789a0f8 | ||
|
|
23f9e21204 | ||
|
|
e5497586f7 | ||
|
|
60cc542644 | ||
|
|
f1e947eaa6 | ||
|
|
467335f0d9 | ||
|
|
d3eaf4f3fe | ||
|
|
f13e39b843 | ||
|
|
bce455fdfb |
BIN
1.12.1.tar.gz
Normal file
BIN
1.12.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: python-beaker
|
Name: python-beaker
|
||||||
Version: 1.11.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/%{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
|
Patch6000: beaker-use-system-paste.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -24,14 +24,14 @@ is also included to manage Session objects and signed cookies.
|
|||||||
%package -n python3-beaker
|
%package -n python3-beaker
|
||||||
Summary: %summary
|
Summary: %summary
|
||||||
BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock)
|
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)
|
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3dist(webtest)
|
BuildRequires: python3dist(webtest)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: python3dist(paste)
|
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}
|
%{?python_provide:%python_provide python3-beaker}
|
||||||
|
|
||||||
@ -60,11 +60,26 @@ kill %1
|
|||||||
|
|
||||||
%files -n python3-beaker
|
%files -n python3-beaker
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.* CHANGELOG
|
%doc README.*
|
||||||
%{python3_sitelib}/beaker/
|
%{python3_sitelib}/beaker/
|
||||||
%{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
|
||||||
|
- 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
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.11.0-2
|
||||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user