diff --git a/python-urllib3.spec b/python-urllib3.spec index c71737a4568fbc6d5b2fd983b8880c19fda13957..9b80eb5d80f91e3a48e62ebe22de1e3fc78b3b16 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.26.7 -Release: 1 +Release: 2 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -25,7 +25,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %if %{with tests} -BuildRequires: python3-nose python3-mock python3-six python-idna python-dateutil +BuildRequires: python3-cryptography python3-mock python3-six python-idna python-dateutil BuildRequires: python3-pysocks python3-pytest python3-tornado python-trustme %endif @@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Fri Jan 07 2022 zhanzhimin - 1.26.7-2 +- remove python-nose dependency + * Sat Nov 27 2021 zhanzhimin - 1.26.7-1 - update to 1.26.7