Accepting request 1056682 from devel:languages:python:aws

- update to 1.26.42:
  * api-change:``securitylake``: [``botocore``] Allow CreateSubscriber API
    to take string input that allows setting more descriptive
    SubscriberDescription field. Make souceTypes field required in model
    level for UpdateSubscriberRequest as it is required for every API call
    on the backend. Allow ListSubscribers take any String as nextToken
    param.

OBS-URL: https://build.opensuse.org/request/show/1056682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2023-01-07 16:16:24 +00:00 committed by Git OBS Bridge
commit 40c80a7774
4 changed files with 17 additions and 15 deletions

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b91e9c9edd99c9850f90676db8ade63b12a174abcfa3e4cbe63a51c3bd6b36ff
size 586086

3
1.26.42.tar.gz Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0468de985ebf365c2ffbc332190b135640dc1fd99a8fd60c35cec75048ae4924
size 586350

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 4 14:59:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.26.42:
* api-change:``securitylake``: [``botocore``] Allow CreateSubscriber API
to take string input that allows setting more descriptive
SubscriberDescription field. Make souceTypes field required in model
level for UpdateSubscriberRequest as it is required for every API call
on the backend. Allow ListSubscribers take any String as nextToken
param.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 12:37:02 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Jan 2 12:37:02 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

@ -1,7 +1,7 @@
# #
# spec file for package python-boto3 # spec file for package python-boto3
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-boto3 Name: python-boto3
Version: 1.26.41 Version: 1.26.42
Release: 0 Release: 0
Summary: Amazon Web Services Library Summary: Amazon Web Services Library
License: Apache-2.0 License: Apache-2.0
@ -37,13 +37,12 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-botocore < 1.30.0 Requires: python-botocore < 1.30.0
Requires: python-botocore >= 1.29.41 Requires: python-botocore >= 1.29.41
Requires: python-jmespath < 1.0.0 Requires: python-jmespath < 2.0.0
Requires: python-jmespath >= 0.7.1 Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.7.0 Requires: python-s3transfer < 0.7.0
Requires: python-s3transfer >= 0.6.0 Requires: python-s3transfer >= 0.6.0
Requires: python-six Requires: python-six
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -55,17 +54,9 @@ For documentation consult the online documentation at
http://boto3.readthedocs.org/en/latest/ http://boto3.readthedocs.org/en/latest/
# Note to maintainers also familia with python-boto: # Note to maintainers also familia with python-boto:
# The documentation generation requires access to AWS, thus it is not # The documentation generation requires access to AWS, thus it is not
# possible to generate the documentation in OBS # possible to generate the documentation in OBS
%prep %prep
%setup -q -n boto3-%{version} %setup -q -n boto3-%{version}
sed -i 's/from botocore.vendored //' boto3/compat.py sed -i 's/from botocore.vendored //' boto3/compat.py