diff --git a/1.26.12.tar.gz b/1.26.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..12bc80a15ab952c1fa0540bb03a0a1e09fd993f1 Binary files /dev/null and b/1.26.12.tar.gz differ diff --git a/1.26.8.tar.gz b/1.26.8.tar.gz deleted file mode 100644 index 42f98691ad5ee6074b433859e48338c9c31311c2..0000000000000000000000000000000000000000 Binary files a/1.26.8.tar.gz and /dev/null differ diff --git a/python-urllib3.spec b/python-urllib3.spec index 6ea883f1d7ca2d9f379c99a5ebfe7740e420656f..2a8829c1c4e88331f9f5f0a5ab2e15cac42c6843 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -2,12 +2,12 @@ %bcond_without tests Name: python-%{srcname} -Version: 1.26.8 -Release: 2 +Version: 1.26.12 +Release: 1 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io -Source0: https://github.com/urllib3/urllib3/archive/%{version}/%{version}.tar.gz +Source0: https://github.com/urllib3/urllib3/archive/refs/tags/%{version}.tar.gz Source1: ssl_match_hostname_py3.py Patch0001: remove_mock.patch @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Sun Sep 04 2022 tianlijing - 1.26.12-1 +- update to 1.26.12 + * Tue Aug 09 2022 chenhaixing - 1.26.8-2 - delete patch Bump-RECENT_DATE.patch and modify RECENT_DATE in python-urllib3.spec to adapt time change