diff --git a/1.26.7.tar.gz b/1.26.7.tar.gz deleted file mode 100644 index 123f26b..0000000 Binary files a/1.26.7.tar.gz and /dev/null differ diff --git a/1.26.8.tar.gz b/1.26.8.tar.gz new file mode 100644 index 0000000..42f9869 Binary files /dev/null and b/1.26.8.tar.gz differ diff --git a/python-urllib3.spec b/python-urllib3.spec index 9729bf5..90f8c1f 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -2,8 +2,8 @@ %bcond_without tests Name: python-%{srcname} -Version: 1.26.7 -Release: 2 +Version: 1.26.8 +Release: 1 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -74,6 +74,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Mon Jul 18 2022 OpenStack_SIG - 1.26.8-1 +- Upgrade package to version 1.26.8 + * Wed Jul 06 2022 chenhaixing - 1.26.7-2 - add patch Bump RECENT_DATE and solve test case test_recent_date failed