From 7bb859e2d488dea047577610f60ce40ab048ccb9 Mon Sep 17 00:00:00 2001 From: gordonwwang Date: Tue, 26 Sep 2023 20:58:50 +0800 Subject: [PATCH] Upgrade to 1.26.16 --- python-urllib3.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index c72c160..2a89e0d 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -4,8 +4,8 @@ Summary: Python HTTP library with thread-safe connection pooling and file post Name: python-%{srcname} -Version: 1.26.12 -Release: 5%{?dist} +Version: 1.26.16 +Release: 1%{?dist} License: MIT URL: https://github.com/urllib3/urllib3 Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz @@ -75,6 +75,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \ %{python3_sitelib}/urllib3-*.egg-info/ %changelog +* Tue Sep 26 2023 Wang Guodong - 1.26.16-1 +- Upgrade to version 1.26.16 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 1.26.12-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index 775ec39..81f5417 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urllib3-1.26.12.tar.gz) = 71b4b14782d336a3fc187bb82197be02f06acfca06569e4ae2b73edb64cde2f30fded65eb36a9cbac6172e7c90a49f6d2283c6b9cb27f215e111ae49cf41850f +SHA512 (urllib3-1.26.16.tar.gz) = 47cb993acabf169470448bc91b1a0d1fb4df6e60bf97ce6fb06f5397935f33f693cd0851a663fb36a7c5a4b19ed4dbcc0fcce9f45839315354a013f41d837f7a -- Gitee