diff --git a/python-urllib3.spec b/python-urllib3.spec index bbc8407..bc86565 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.24.3 -Release: 1 +Release: 2 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -32,7 +32,7 @@ Requires: python2-ipaddress python2-pysocks BuildRequires: python2-devel %if %{with tests} -BuildRequires: python2-nose python2-nose-exclude python2-coverage python2-mock python2-six +BuildRequires: python2-nose python2-coverage python2-mock python2-six BuildRequires: python2-pysocks python2-pytest python2-tornado python2-backports-ssl_match_hostname %endif @@ -110,5 +110,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Sat Oct 26 2019 openEuler Buildteam - 1.24.3-2 +- optimize spec file. + * Mon Sep 16 2019 openEuler Buildteam - 1.24.3-1 - Package init