From 89aae810d09a5245f812444cd4991e54c8908998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A3=8B=E5=BE=B7?= Date: Fri, 2 Jun 2023 07:12:19 +0000 Subject: [PATCH] update python-beaker.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈棋德 (cherry picked from commit 49c351d7f9a6c23b7929e63d78cf85edbb29634d) --- python-beaker.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 6bed8db..9413eb9 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -2,7 +2,7 @@ Name: python-beaker Version: 1.11.0 -Release: 2 +Release: 3 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io @@ -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) 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} @@ -65,6 +65,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Fri Jun 2 2023 dillon chen - 1.11.0-3 +- remoe pycrypto(EOL) + * Sat Jan 08 2022 renhongxun - 1.11.0-2 - remove python3-nose -- Gitee