From 381913c1a7c47aa06c014aff79aa97d7323d8d8d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 14 Feb 2024 00:43:15 +0100 Subject: [PATCH] relax version requirement for urllib3 [release 1.34.40-2mamba;Tue Feb 13 2024] --- python-botocore.spec | 84 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 3 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index 04474d0..c4619e7 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,6 +1,6 @@ Name: python-botocore -Version: 1.34.14 -Release: 1mamba +Version: 1.34.40 +Release: 2mamba Summary: A low-level interface to a growing number of Amazon Web Services Group: System/Libraries Vendor: openmamba @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/boto/botocore Source: https://github.com/boto/botocore.git/%{version}/botocore-%{version}.tar.bz2 -#Source: https://pypi.debian.net/botocore/botocore-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -26,6 +25,7 @@ BuildRequires: python3.11dist(urllib3) %prep %setup -q -n botocore-%{version} +sed -i "s|\(urllib3.*\),<2.1|\1|" setup.py %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -47,6 +47,84 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/botocore-%{version}-py*.egg-info/* %changelog +* Tue Feb 13 2024 Silvan Calarco 1.34.40-2mamba +- relax version requirement for urllib3 + +* Tue Feb 13 2024 Automatic Build System 1.34.40-1mamba +- automatic version update by autodist + +* Sat Feb 10 2024 Automatic Build System 1.34.39-1mamba +- automatic version update by autodist + +* Sat Feb 10 2024 Automatic Build System 1.34.38-1mamba +- automatic version update by autodist + +* Thu Feb 08 2024 Automatic Build System 1.34.37-1mamba +- automatic version update by autodist + +* Wed Feb 07 2024 Automatic Build System 1.34.36-1mamba +- automatic version update by autodist + +* Tue Feb 06 2024 Automatic Build System 1.34.35-1mamba +- automatic version update by autodist + +* Sat Feb 03 2024 Automatic Build System 1.34.34-1mamba +- automatic version update by autodist + +* Fri Feb 02 2024 Automatic Build System 1.34.33-1mamba +- automatic version update by autodist + +* Thu Feb 01 2024 Automatic Build System 1.34.32-1mamba +- automatic version update by autodist + +* Wed Jan 31 2024 Automatic Build System 1.34.31-1mamba +- automatic version update by autodist + +* Tue Jan 30 2024 Automatic Build System 1.34.30-1mamba +- automatic version update by autodist + +* Sat Jan 27 2024 Automatic Build System 1.34.29-1mamba +- automatic version update by autodist + +* Fri Jan 26 2024 Automatic Build System 1.34.28-1mamba +- automatic version update by autodist + +* Thu Jan 25 2024 Automatic Build System 1.34.27-1mamba +- automatic version update by autodist + +* Wed Jan 24 2024 Automatic Build System 1.34.26-1mamba +- automatic version update by autodist + +* Tue Jan 23 2024 Automatic Build System 1.34.25-1mamba +- automatic version update by autodist + +* Sat Jan 20 2024 Automatic Build System 1.34.23-1mamba +- automatic version update by autodist + +* Fri Jan 19 2024 Automatic Build System 1.34.22-1mamba +- automatic version update by autodist + +* Thu Jan 18 2024 Automatic Build System 1.34.21-1mamba +- automatic version update by autodist + +* Wed Jan 17 2024 Automatic Build System 1.34.20-1mamba +- automatic version update by autodist + +* Sun Jan 14 2024 Automatic Build System 1.34.19-1mamba +- automatic version update by autodist + +* Sat Jan 13 2024 Automatic Build System 1.34.18-1mamba +- automatic version update by autodist + +* Fri Jan 12 2024 Automatic Build System 1.34.17-1mamba +- automatic version update by autodist + +* Thu Jan 11 2024 Automatic Build System 1.34.16-1mamba +- automatic version update by autodist + +* Tue Jan 09 2024 Automatic Build System 1.34.15-1mamba +- automatic version update by autodist + * Sat Jan 06 2024 Automatic Build System 1.34.14-1mamba - automatic version update by autodist