From 575ae686ad9567860cbb132b5fdc6776b9a0c62e23690568274483bda6ed473d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 15:00:21 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=135 --- 1.26.26.tar.gz | 3 --- 1.26.42.tar.gz | 3 +++ python-boto3.changes | 11 +++++++++++ python-boto3.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 1.26.26.tar.gz create mode 100644 1.26.42.tar.gz diff --git a/1.26.26.tar.gz b/1.26.26.tar.gz deleted file mode 100644 index ddf19ed..0000000 --- a/1.26.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:799549e487cc86873af19c61752daeaa2d8b88de2f74d1a9caa6813b55e7f9a6 -size 576812 diff --git a/1.26.42.tar.gz b/1.26.42.tar.gz new file mode 100644 index 0000000..e28d6ba --- /dev/null +++ b/1.26.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0468de985ebf365c2ffbc332190b135640dc1fd99a8fd60c35cec75048ae4924 +size 586350 diff --git a/python-boto3.changes b/python-boto3.changes index d9b0e72..ea16988 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 4 14:59:06 UTC 2023 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Fri Dec 9 13:27:05 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index c4b9127..0fc9d94 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-boto3 -Version: 1.26.26 +Version: 1.26.42 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -62,10 +62,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} sed -i 's/from botocore.vendored //' boto3/compat.py