- 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
This commit is contained in:
parent
807ae6bbca
commit
575ae686ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:799549e487cc86873af19c61752daeaa2d8b88de2f74d1a9caa6813b55e7f9a6
|
||||
size 576812
|
3
1.26.42.tar.gz
Normal file
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 13:27:05 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user