diff --git a/python-urllib3.spec b/python-urllib3.spec index 790ef19ca2b5523dba03bf8bbfc68347ad3b2589..625909f0d2113e0e1b6bc08a196c3f3cbeecbf3e 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -2,8 +2,8 @@ %bcond_without tests Name: python-%{srcname} -Version: 1.25.9 -Release: 3 +Version: 1.25.10 +Release: 1 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -110,6 +110,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Tue 16 Nov 2021 huangtianhua - 1.25.10-1 +- Upgrade to 1.25.10 to satisfy python-response's requirement + * Mon 05 Jul 2021 zhanzhimin - 1.25.9-3 - fix CVE-2021-33503 diff --git a/urllib3-1.25.10.tar.gz b/urllib3-1.25.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d805d4c631692eb20cd75230ee91f21f4eb7e327 Binary files /dev/null and b/urllib3-1.25.10.tar.gz differ diff --git a/urllib3-1.25.9.tar.gz b/urllib3-1.25.9.tar.gz deleted file mode 100644 index 0bd5199cf526e083ce4e2cc9dece06e3fede9ec3..0000000000000000000000000000000000000000 Binary files a/urllib3-1.25.9.tar.gz and /dev/null differ