2016-01-26 09:14:46 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-boto3
|
|
|
|
#
|
2023-01-04 15:00:21 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2016-01-26 09:14:46 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-11-06 13:21:05 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-01-26 09:14:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-05-18 18:48:30 +00:00
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2020-11-25 23:18:43 +00:00
|
|
|
%define skip_python2 1
|
2016-01-26 09:14:46 +00:00
|
|
|
Name: python-boto3
|
2023-01-31 16:10:31 +00:00
|
|
|
Version: 1.26.60
|
2016-01-26 09:14:46 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Amazon Web Services Library
|
|
|
|
License: Apache-2.0
|
2018-04-24 13:31:58 +00:00
|
|
|
URL: https://github.com/boto/boto3
|
|
|
|
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
|
2019-02-16 12:57:30 +00:00
|
|
|
# Related test dependencies
|
2022-11-07 08:43:20 +00:00
|
|
|
BuildRequires: %{python_module botocore < 1.30.0}
|
2023-01-31 16:10:31 +00:00
|
|
|
BuildRequires: %{python_module botocore >= 1.29.60}
|
2022-05-20 15:47:25 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2022-06-03 12:56:31 +00:00
|
|
|
BuildRequires: %{python_module s3transfer < 0.7.0}
|
|
|
|
BuildRequires: %{python_module s3transfer >= 0.6.0}
|
2019-03-06 13:26:11 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: %{python_module six}
|
2017-09-15 20:31:20 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2022-11-07 08:43:20 +00:00
|
|
|
Requires: python-botocore < 1.30.0
|
2023-01-31 16:10:31 +00:00
|
|
|
Requires: python-botocore >= 1.29.60
|
2023-01-06 19:18:06 +00:00
|
|
|
Requires: python-jmespath < 2.0.0
|
2016-01-26 09:14:46 +00:00
|
|
|
Requires: python-jmespath >= 0.7.1
|
2022-06-03 12:56:31 +00:00
|
|
|
Requires: python-s3transfer < 0.7.0
|
|
|
|
Requires: python-s3transfer >= 0.6.0
|
2018-09-12 17:17:42 +00:00
|
|
|
Requires: python-six
|
2016-01-26 09:14:46 +00:00
|
|
|
BuildArch: noarch
|
2017-05-18 18:48:30 +00:00
|
|
|
%python_subpackages
|
2016-01-26 09:14:46 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
|
|
|
|
Python, which allows Python developers to write software that makes use of
|
|
|
|
services like Amazon S3 and Amazon EC2.
|
|
|
|
|
|
|
|
For documentation consult the online documentation at
|
|
|
|
http://boto3.readthedocs.org/en/latest/
|
|
|
|
|
2021-04-13 16:47:47 +00:00
|
|
|
|
2023-01-27 14:32:00 +00:00
|
|
|
|
2023-01-31 16:10:31 +00:00
|
|
|
|
2016-01-26 09:14:46 +00:00
|
|
|
# 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}
|
2018-09-12 17:17:42 +00:00
|
|
|
sed -i 's/from botocore.vendored //' boto3/compat.py
|
2016-01-26 09:14:46 +00:00
|
|
|
|
|
|
|
%build
|
2017-05-18 18:48:30 +00:00
|
|
|
%python_build
|
2016-01-26 09:14:46 +00:00
|
|
|
|
|
|
|
%install
|
2017-05-18 18:48:30 +00:00
|
|
|
%python_install
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2016-01-26 09:14:46 +00:00
|
|
|
|
2018-04-24 13:31:58 +00:00
|
|
|
%check
|
Accepting request 928170 from home:glaubitz:branches:devel:languages:python:aws
- Update to version 1.19.6
* api-change:``gamelift``: [``botocore``] Added support for Arm-based AWS
Graviton2 instances, such as M6g, C6g, and R6g.
* api-change:``ecs``: [``botocore``] Amazon ECS now supports running Fargate
tasks on Windows Operating Systems Families which includes Windows Server
2019 Core and Windows Server 2019 Full.
* api-change:``sagemaker``: [``botocore``] This release adds support for
RStudio on SageMaker.
* api-change:``connectparticipant``: [``botocore``] This release adds a new
boolean attribute - Connect Participant - to the CreateParticipantConnection
API, which can be used to mark the participant as connected.
* api-change:``ec2``: [``botocore``] Added new read-only DenyAllIGWTraffic
network interface attribute. Added support for DL1 24xlarge instances
powered by Habana Gaudi Accelerators for deep learning model training
workloads
* api-change:``ssm-incidents``: [``botocore``] Updating documentation, adding
new field to ConflictException to indicate earliest retry timestamp for some
operations, increase maximum length of nextToken fields
- from version 1.19.5
* api-change:``autoscaling``: [``botocore``] This release adds support for
attribute-based instance type selection, a new EC2 Auto Scaling feature
that lets customers express their instance requirements as a set of attributes,
such as vCPU, memory, and storage.
* api-change:``ec2``: [``botocore``] This release adds: attribute-based instance
type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express
instance requirements as attributes like vCPU, memory, and storage; and Spot
placement score, a feature that helps customers identify an optimal location
to run Spot workloads.
* enhancement:Session: Added `get_partition_for_region` to lookup partition for
a given region_name
OBS-URL: https://build.opensuse.org/request/show/928170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=100
2021-11-01 07:52:37 +00:00
|
|
|
%pytest --ignore tests/integration -k "not no_bare_six_imports"
|
2018-04-24 13:31:58 +00:00
|
|
|
|
2017-05-18 18:48:30 +00:00
|
|
|
%files %{python_files}
|
2018-04-24 13:31:58 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc CONTRIBUTING.rst README.rst
|
2016-01-26 09:14:46 +00:00
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
%changelog
|