From bce455fdfb706cb1dfe45c9159784c4eb67c54f5 Mon Sep 17 00:00:00 2001 From: guozhaorui Date: Mon, 13 Jun 2022 15:39:59 +0800 Subject: [PATCH] remove buildrequire python3-nose --- python-beaker.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index a4fa1d6..c5a69c1 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,7 +24,7 @@ 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(nose) python3dist(paste) python3dist(pycrypto) +BuildRequires: python3dist(paste) python3dist(pycrypto) BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy) %if %{with tests} BuildRequires: python3dist(webtest) @@ -65,6 +65,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Mon Jun 13 2022 guozhaorui - 1.11.0-3 +- DESC: remove python3-nose + * Fri Jul 30 2021 chenyanpanHW - 1.11.0-2 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git -- Gitee