From 5ce890c2e57e74393ccd0c749b566e5a86c2e666 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 2 Mar 2022 08:47:23 +0000 Subject: [PATCH] Remove python3-nose BuildRequires --- python-urllib3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index dec7db6..b92262b 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.26.3 -Release: 3 +Release: 4 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -26,7 +26,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %if %{with tests} -BuildRequires: python3-nose python3-mock python3-six python-idna python-dateutil +BuildRequires: python3-mock python3-six python-idna python-dateutil BuildRequires: python3-pysocks python3-pytest python3-tornado python-trustme %endif @@ -74,6 +74,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Wed Mar 02 2022 huangtianhua - 1.26.3-4 +- Remove python3-nose BuildRequires + * Mon Jul 5 2021 zhanzhimin - 1.26.3-3 - fix CVE-2021-33503 -- Gitee