2 Commits

Author SHA256 Message Date
555f36c559 Fix version for botocoree and s3tranfer requires 2025-12-15 07:48:05 +01:00
63241f5547 Update to 1.42.5 bsc#1254587
This is an install requirement for fence-agents-aws
Same version sent to factory here: sr#1321836
2025-12-11 13:12:29 +01:00
4 changed files with 4976 additions and 18 deletions

BIN
1.35.47.tar.gz LFS

Binary file not shown.

BIN
1.42.5.tar.gz LFS Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-boto3
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,25 +23,25 @@
%define pytestjobs -n ${RPM_BUILD_NCPUS:-1}
%endif
Name: python-boto3
Version: 1.35.47
Version: 1.42.5
Release: 0
Summary: Amazon Web Services Library
License: Apache-2.0
URL: https://github.com/boto/boto3
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
# Related test dependencies
BuildRequires: %{python_module botocore >= 1.35.47 with %python-botocore < 1.36.0}
BuildRequires: %{python_module botocore >= 1.42.5 with %python-botocore < 1.43.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module s3transfer >= 0.10.0 with %python-s3transfer < 0.11.0}
BuildRequires: %{python_module s3transfer >= 0.16.0 with %python-s3transfer < 0.17.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: (python-botocore >= 1.35.47 with python-botocore < 1.36.0)
Requires: (python-botocore >= 1.42.5 with python-botocore < 1.43.0)
Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0)
Requires: (python-s3transfer >= 0.10.0 with python-s3transfer < 0.11.0)
Requires: (python-s3transfer >= 0.16.0 with python-s3transfer < 0.17.0)
BuildArch: noarch
%if 0%{?sle_version} >= 150400
Obsoletes: python3-boto3 < %{version}
@@ -57,18 +57,9 @@ For documentation consult the online documentation at
http://boto3.readthedocs.org/en/latest/
# Note to maintainers also familia with python-boto:
# The documentation generation requires access to AWS, thus it is not
# possible to generate the documentation in OBS
%prep
%setup -q -n boto3-%{version}