diff --git a/1.26.7.tar.gz b/1.26.7.tar.gz deleted file mode 100644 index 123f26b8f9079fcaab44d2ca8804ada33ea1b001..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..42f98691ad5ee6074b433859e48338c9c31311c2 Binary files /dev/null and b/1.26.8.tar.gz differ diff --git a/python-urllib3.spec b/python-urllib3.spec index 9729bf5835737dbee46df587d0ccf5fa155f7470..90f8c1f580f4ac28894997ef52e2eb249d6a7c0c 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