!8 replace python-crypto with python-pycryptodome
From: @tong_1001 Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
3738833d7f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-beaker
|
||||
Version: 1.10.0
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: A web session and general caching library.
|
||||
License: BSD and MIT
|
||||
URL: http://beaker.readthedocs.io
|
||||
@ -23,7 +23,7 @@ is also included to manage Session objects and signed cookies.
|
||||
%package -n python2-beaker
|
||||
Summary: %summary
|
||||
BuildRequires: python2-devel python2dist(cryptography) python2dist(funcsigs) python2dist(mock)
|
||||
BuildRequires: python2dist(nose) python2dist(paste) python2dist(pycrypto)
|
||||
BuildRequires: python2dist(nose) python2dist(paste) python2dist(pycryptodome)
|
||||
BuildRequires: python2dist(redis) python2dist(setuptools) python2dist(sqlalchemy)
|
||||
%if %{with tests}
|
||||
BuildRequires: python2dist(webtest)
|
||||
@ -43,7 +43,7 @@ Obsoletes: %{name} < %{version}-%{release}
|
||||
%package -n python3-beaker
|
||||
Summary: %summary
|
||||
BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock)
|
||||
BuildRequires: python3dist(nose) python3dist(paste) python3dist(pycrypto)
|
||||
BuildRequires: python3dist(nose) python3dist(paste) python3dist(pycryptodome)
|
||||
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
|
||||
%if %{with tests}
|
||||
BuildRequires: python3dist(webtest)
|
||||
@ -95,6 +95,9 @@ kill %1
|
||||
%{python3_sitelib}/Beaker*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 08 2020 shixuantong <shixuantong@huawei.com> - 1.10.0-6
|
||||
- replace python-crypto with python-pycryptodome
|
||||
|
||||
* Sat Dec 12 2020 tianwei <tianwei12@huawei.com> - 1.10.0-5
|
||||
- remove mongod
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user