From f8d2e0028fa9d506e08712550072ebc27a6e13ce Mon Sep 17 00:00:00 2001 From: tomcruiseqi Date: Tue, 28 Apr 2026 15:34:11 +0800 Subject: [PATCH] [CVE] Rebuild with python-utllib3 >= 1.26.19-4 To #bug30835 Rebuild with python-utllib3 >= 1.26.19-4 Project: TC2024080204 Signed-off-by: tomcruiseqi --- python-s3transfer.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 9229c69..5783915 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname s3transfer %global _description \ @@ -21,9 +21,12 @@ BuildArch: noarch Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3-jmespath >= 1.1.0 +BuildRequires: python3-dateutil >= 2.8.2 +BuildRequires: python3dist(urllib3) >= 1.26.19-4 # required to run the test suite -BuildRequires: python3dist(botocore) >= 1.33.2 -BuildRequires: python3dist(botocore) < 2.0 +BuildRequires: python3dist(botocore) >= 1.42.97 +BuildRequires: python3dist(botocore) < 2.0 BuildRequires: python3dist(pytest) %description -n python3-%{srcname} %{_description} @@ -61,5 +64,8 @@ Doc files for python3-%{srcname} %doc README.rst %changelog +* Tue Apr 28 2026 tomcruiseqi - 0.8.1-2 +- Rebuild with python-utllib3 >= 1.26.19-4 + * Wed Nov 29 2023 Chunmei Xu - 0.8.1-1 - init from upstream -- Gitee