From fc8894be4a713b9d470b58735c46a367d3bc21b7 Mon Sep 17 00:00:00 2001 From: He Rengui Date: Wed, 17 Mar 2021 13:19:12 +0800 Subject: [PATCH] remove conflicting weak dependencies: python3-crypto (cherry picked from commit 9d0e4dc7b1b965dc1e8160d2c2b30fcff4b7e520) --- python-beaker.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 7db00cd..e893231 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -1,8 +1,8 @@ %bcond_with tests Name: python-beaker -Version: 1.11.0 -Release: 1 +Version: 1.10.0 +Release: 6 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io @@ -31,7 +31,7 @@ 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,10 +65,10 @@ kill %1 %{python3_sitelib}/Beaker* %changelog -* Tue Feb 2 2021 wangjie -1.11.0-1 -- upgrade 1.11 +* Wed Mar 17 2021 herengui - 1.10.0-6 +- remove conflicting weak dependencies: python3-crypto -* Sat Dec 12 2020 tianwei - 1.10.0-6 +* Fri Dec 11 2020 tianwei - 1.10.0-5 - remove mongod * Wed Aug 5 2020 tianwei - 1.10.0-5 -- Gitee