diff --git a/python-urllib3.spec b/python-urllib3.spec index 076b4dc68d843147523c600a380ffab55af20e13..e7dcdfb5ec4330cff2d5cb58afcad2d1b91e6be0 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,9 +1,9 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_with tests %global pypi_name urllib3 Name: python-%{pypi_name} -Version: 1.26.18 +Version: 2.2.2 Release: %{anolis_release}%{dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -70,9 +70,12 @@ sed -i -e 's/^import mock/from unittest import mock/' \ %license LICENSE.txt %files -n python3-%{pypi_name}-doc -%doc CHANGES.rst README.rst +%doc CHANGES.rst %changelog +* Tue Jun 25 2024 mgb01105731 - 2.2.2-1 +- update to 2.2.2 + * Mon Mar 11 2024 Zhao Hang - 1.26.18-2 - Rebuild with python3.11 diff --git a/urllib3-1.26.18.tar.gz b/urllib3-1.26.18.tar.gz deleted file mode 100644 index 9c93a68b7171cae312e0afd6c7922c584e7cb5e3..0000000000000000000000000000000000000000 Binary files a/urllib3-1.26.18.tar.gz and /dev/null differ diff --git a/urllib3-2.2.2.tar.gz b/urllib3-2.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..aea9fb01884e96c4c5bb747a8bfc732f34019c1f Binary files /dev/null and b/urllib3-2.2.2.tar.gz differ