update code

This commit is contained in:
zhuchunyi 2019-11-06 19:50:44 +08:00
parent 9f3e52829e
commit 869b6d8ef2

View File

@ -3,7 +3,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.24.3 Version: 1.24.3
Release: 1 Release: 2
Summary: Sanity-friendly HTTP client for Python Summary: Sanity-friendly HTTP client for Python
License: MIT License: MIT
URL: https://urllib3.readthedocs.io URL: https://urllib3.readthedocs.io
@ -32,7 +32,7 @@ Requires: python2-ipaddress python2-pysocks
BuildRequires: python2-devel BuildRequires: python2-devel
%if %{with tests} %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 BuildRequires: python2-pysocks python2-pytest python2-tornado python2-backports-ssl_match_hostname
%endif %endif
@ -110,5 +110,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt
%{python3_sitelib}/urllib3-*.egg-info %{python3_sitelib}/urllib3-*.egg-info
%changelog %changelog
* Sat Oct 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.24.3-2
- optimize spec file.
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.24.3-1 * Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.24.3-1
- Package init - Package init