diff --git a/python-urllib3.spec b/python-urllib3.spec index 30cb4b9730b670868eb8842150b6da7f7230cead..b4e039ab6cdea981e2a496ac1743d8d21679309f 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.13 +Version: 1.26.18 Release: %{anolis_release}%{dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -73,6 +73,9 @@ sed -i -e 's/^import mock/from unittest import mock/' \ %doc CHANGES.rst README.rst %changelog +* Thu Oct 19 2023 Funda Wang - 1.26.18-1 +- New version 1.26.18 + * Wed Apr 12 2023 Shawn Wang - 1.26.13-2 - Add doc package - Optimize the spec file diff --git a/urllib3-1.26.13.tar.gz b/urllib3-1.26.13.tar.gz deleted file mode 100644 index 7f7b1a5bf97ebb3e976a998a2d1979f02e3cc18c..0000000000000000000000000000000000000000 Binary files a/urllib3-1.26.13.tar.gz and /dev/null differ diff --git a/urllib3-1.26.18.tar.gz b/urllib3-1.26.18.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9c93a68b7171cae312e0afd6c7922c584e7cb5e3 Binary files /dev/null and b/urllib3-1.26.18.tar.gz differ