Compare commits
7 Commits
public_clo
...
slfo-1.2
| Author | SHA256 | Date | |
|---|---|---|---|
| b9933dc0c4 | |||
| ca106555f2 | |||
| e3594721e4 | |||
| b1df6ecfc6 | |||
| 28a7ce539c | |||
| 5c664d9ac8 | |||
| ddf3f3d00c |
BIN
1.35.47.tar.gz
LFS
Normal file
BIN
1.35.47.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31626b7c55cdca0e27bf81766cd121560c6ac94a277b2fa0e58de86056a88089
|
||||
size 932855
|
||||
1915
python-boto3.changes
1915
python-boto3.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-boto3
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,26 +17,31 @@
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%if 0%{suse_version} < 1600
|
||||
%define pytestjobs %{?jobs: -n %jobs}
|
||||
%else
|
||||
%define pytestjobs -n ${RPM_BUILD_NCPUS:-1}
|
||||
%endif
|
||||
Name: python-boto3
|
||||
Version: 1.38.1
|
||||
Version: 1.35.47
|
||||
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.38.1 with %python-botocore < 1.39.0}
|
||||
BuildRequires: %{python_module botocore >= 1.35.47 with %python-botocore < 1.36.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module s3transfer >= 0.12.0 with %python-s3transfer < 0.13.0}
|
||||
BuildRequires: %{python_module s3transfer >= 0.10.0 with %python-s3transfer < 0.11.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: (python-botocore >= 1.38.1 with python-botocore < 1.39.0)
|
||||
Requires: (python-botocore >= 1.35.47 with python-botocore < 1.36.0)
|
||||
Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0)
|
||||
Requires: (python-s3transfer >= 0.12.0 with python-s3transfer < 0.13.0)
|
||||
Requires: (python-s3transfer >= 0.10.0 with python-s3transfer < 0.11.0)
|
||||
BuildArch: noarch
|
||||
%if 0%{?sle_version} >= 150400
|
||||
Obsoletes: python3-boto3 < %{version}
|
||||
@@ -60,13 +65,10 @@ 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}
|
||||
|
||||
@@ -78,7 +80,7 @@ http://boto3.readthedocs.org/en/latest/
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest %{?jobs: -n %jobs} --ignore tests/integration -k "not no_bare_six_imports"
|
||||
%pytest %{?pytestjobs} --ignore tests/integration -k "not no_bare_six_imports"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user