Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-boto3 for openSUSE:Factory 
checked in at 2022-01-27 23:16:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto3.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto3"

Thu Jan 27 23:16:30 2022 rev:62 rq:949257 version:1.20.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes        
2022-01-15 21:45:21.953619366 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.1898/python-boto3.changes      
2022-01-27 23:16:52.431016738 +0100
@@ -1,0 +2,55 @@
+Fri Jan 21 13:20:19 UTC 2022 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 1.23.40
+  * api-change:``guardduty``: [``botocore``] Amazon GuardDuty findings now 
include
+    remoteAccountDetails under AwsApiCallAction section if instance credential 
is exfiltrated.
+  * api-change:``connect``: [``botocore``] This release adds tagging support 
for UserHierarchyGroups
+    resource.
+  * api-change:``mediatailor``: [``botocore``] This release adds support for 
multiple Segment
+    Delivery Configurations. Users can provide a list of names and URLs when 
creating or editing a
+    source location. When retrieving content, users can send a header to 
choose which URL should be
+    used to serve content.
+  * api-change:``fis``: [``botocore``] Added action startTime and action 
endTime timestamp fields to
+    the ExperimentAction object
+  * api-change:``ec2``: [``botocore``] C6i, M6i and R6i instances are powered 
by a third-generation
+    Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo 
frequency of 3.5 GHz
+- from version 1.20.39
+  * api-change:``macie2``: [``botocore``] This release of the Amazon Macie API 
introduces stricter
+    validation of requests to create custom data identifiers.
+  * api-change:``ec2-instance-connect``: [``botocore``] Adds support for 
ED25519 keys.
+    PushSSHPublicKey Availability Zone parameter is now optional. Adds 
EC2InstanceStateInvalidException
+    for instances that are not running. This was previously a service 
exception, so this may require
+    updating your code to handle this new exception.
+- from version 1.20.38
+  * api-change:``ivs``: [``botocore``] This release adds support for the new 
Thumbnail Configuration
+    property for Recording Configurations. For more information see
+    https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html
+  * api-change:``storagegateway``: [``botocore``] Documentation update for 
adding bandwidth
+    throttling support for S3 File Gateways.
+  * api-change:``location``: [``botocore``] This release adds the 
CalculateRouteMatrix API which
+    calculates routes for the provided departure and destination positions. 
The release also deprecates
+    the use of pricing plan across all verticals.
+  * api-change:``cloudtrail``: [``botocore``] This release fixes a 
documentation bug in the
+    description for the readOnly field selector in advanced event selectors. 
The description now
+    clarifies that users omit the readOnly field selector to select both Read 
and Write management
+    events.
+  * api-change:``ec2``: [``botocore``] Add support for AWS Client VPN client 
login banner and session
+    timeout.
+- from version 1.20.37
+  * enhancement:Configuration: [``botocore``] Adding support for 
`defaults_mode` configuration. The
+    `defaults_mode` will be used to determine how certain default 
configuration options are resolved in
+    the SDK.
+- from version 1.20.36
+  * api-change:``config``: [``botocore``] Update ResourceType enum with values 
for CodeDeploy, EC2
+    and Kinesis resources
+  * api-change:``application-insights``: [``botocore``] Application Insights 
support for Active
+    Directory and SharePoint
+  * api-change:``honeycode``: [``botocore``] Added read and write api support 
for multi-select
+    picklist. And added errorcode field to DescribeTableDataImportJob API 
output, when import job fails.
+  * api-change:``ram``: [``botocore``] This release adds the 
ListPermissionVersions API which lists
+    the versions for a given permission.
+  * api-change:``lookoutmetrics``: [``botocore``] This release adds a new 
DeactivateAnomalyDetector
+    API operation.
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  1.20.35.tar.gz

New:
----
  1.20.40.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-boto3.spec ++++++
--- /var/tmp/diff_new_pack.HyQvr6/_old  2022-01-27 23:16:53.047012482 +0100
+++ /var/tmp/diff_new_pack.HyQvr6/_new  2022-01-27 23:16:53.055012427 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-boto3
-Version:        1.20.35
+Version:        1.20.40
 Release:        0
 Summary:        Amazon Web Services Library
 License:        Apache-2.0
@@ -27,7 +27,7 @@
 Source:         https://github.com/boto/boto3/archive/%{version}.tar.gz
 # Related test dependencies
 BuildRequires:  %{python_module botocore < 1.24.0}
-BuildRequires:  %{python_module botocore >= 1.23.35}
+BuildRequires:  %{python_module botocore >= 1.23.40}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest >= 6.2.5}
 BuildRequires:  %{python_module s3transfer < 0.6.0}
@@ -37,7 +37,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-botocore < 1.24.0
-Requires:       python-botocore >= 1.23.35
+Requires:       python-botocore >= 1.23.40
 Requires:       python-jmespath < 1.0.0
 Requires:       python-jmespath >= 0.7.1
 Requires:       python-s3transfer < 0.6.0

++++++ 1.20.35.tar.gz -> 1.20.40.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/.changes/1.20.36.json 
new/boto3-1.20.40/.changes/1.20.36.json
--- old/boto3-1.20.35/.changes/1.20.36.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.40/.changes/1.20.36.json     2022-01-20 20:08:53.000000000 
+0100
@@ -0,0 +1,27 @@
+[
+  {
+    "category": "``config``",
+    "description": "[``botocore``] Update ResourceType enum with values for 
CodeDeploy, EC2 and Kinesis resources",
+    "type": "api-change"
+  },
+  {
+    "category": "``application-insights``",
+    "description": "[``botocore``] Application Insights support for Active 
Directory and SharePoint",
+    "type": "api-change"
+  },
+  {
+    "category": "``honeycode``",
+    "description": "[``botocore``] Added read and write api support for 
multi-select picklist. And added errorcode field to DescribeTableDataImportJob 
API output, when import job fails.",
+    "type": "api-change"
+  },
+  {
+    "category": "``ram``",
+    "description": "[``botocore``] This release adds the 
ListPermissionVersions API which lists the versions for a given permission.",
+    "type": "api-change"
+  },
+  {
+    "category": "``lookoutmetrics``",
+    "description": "[``botocore``] This release adds a new 
DeactivateAnomalyDetector API operation.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/.changes/1.20.37.json 
new/boto3-1.20.40/.changes/1.20.37.json
--- old/boto3-1.20.35/.changes/1.20.37.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.40/.changes/1.20.37.json     2022-01-20 20:08:53.000000000 
+0100
@@ -0,0 +1,7 @@
+[
+  {
+    "category": "Configuration",
+    "description": "[``botocore``] Adding support for `defaults_mode` 
configuration. The `defaults_mode` will be used to determine how certain 
default configuration options are resolved in the SDK.",
+    "type": "enhancement"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/.changes/1.20.38.json 
new/boto3-1.20.40/.changes/1.20.38.json
--- old/boto3-1.20.35/.changes/1.20.38.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.40/.changes/1.20.38.json     2022-01-20 20:08:53.000000000 
+0100
@@ -0,0 +1,27 @@
+[
+  {
+    "category": "``ivs``",
+    "description": "[``botocore``] This release adds support for the new 
Thumbnail Configuration property for Recording Configurations. For more 
information see 
https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html";,
+    "type": "api-change"
+  },
+  {
+    "category": "``storagegateway``",
+    "description": "[``botocore``] Documentation update for adding bandwidth 
throttling support for S3 File Gateways.",
+    "type": "api-change"
+  },
+  {
+    "category": "``location``",
+    "description": "[``botocore``] This release adds the CalculateRouteMatrix 
API which calculates routes for the provided departure and destination 
positions. The release also deprecates the use of pricing plan across all 
verticals.",
+    "type": "api-change"
+  },
+  {
+    "category": "``cloudtrail``",
+    "description": "[``botocore``] This release fixes a documentation bug in 
the description for the readOnly field selector in advanced event selectors. 
The description now clarifies that users omit the readOnly field selector to 
select both Read and Write management events.",
+    "type": "api-change"
+  },
+  {
+    "category": "``ec2``",
+    "description": "[``botocore``] Add support for AWS Client VPN client login 
banner and session timeout.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/.changes/1.20.39.json 
new/boto3-1.20.40/.changes/1.20.39.json
--- old/boto3-1.20.35/.changes/1.20.39.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.40/.changes/1.20.39.json     2022-01-20 20:08:53.000000000 
+0100
@@ -0,0 +1,12 @@
+[
+  {
+    "category": "``macie2``",
+    "description": "[``botocore``] This release of the Amazon Macie API 
introduces stricter validation of requests to create custom data identifiers.",
+    "type": "api-change"
+  },
+  {
+    "category": "``ec2-instance-connect``",
+    "description": "[``botocore``] Adds support for ED25519 keys. 
PushSSHPublicKey Availability Zone parameter is now optional. Adds 
EC2InstanceStateInvalidException for instances that are not running. This was 
previously a service exception, so this may require updating your code to 
handle this new exception.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/.changes/1.20.40.json 
new/boto3-1.20.40/.changes/1.20.40.json
--- old/boto3-1.20.35/.changes/1.20.40.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.40/.changes/1.20.40.json     2022-01-20 20:08:53.000000000 
+0100
@@ -0,0 +1,27 @@
+[
+  {
+    "category": "``guardduty``",
+    "description": "[``botocore``] Amazon GuardDuty findings now include 
remoteAccountDetails under AwsApiCallAction section if instance credential is 
exfiltrated.",
+    "type": "api-change"
+  },
+  {
+    "category": "``connect``",
+    "description": "[``botocore``] This release adds tagging support for 
UserHierarchyGroups resource.",
+    "type": "api-change"
+  },
+  {
+    "category": "``mediatailor``",
+    "description": "[``botocore``] This release adds support for multiple 
Segment Delivery Configurations. Users can provide a list of names and URLs 
when creating or editing a source location. When retrieving content, users can 
send a header to choose which URL should be used to serve content.",
+    "type": "api-change"
+  },
+  {
+    "category": "``fis``",
+    "description": "[``botocore``] Added action startTime and action endTime 
timestamp fields to the ExperimentAction object",
+    "type": "api-change"
+  },
+  {
+    "category": "``ec2``",
+    "description": "[``botocore``] C6i, M6i and R6i instances are powered by a 
third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core 
turbo frequency of 3.5 GHz",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/CHANGELOG.rst 
new/boto3-1.20.40/CHANGELOG.rst
--- old/boto3-1.20.35/CHANGELOG.rst     2022-01-13 20:14:52.000000000 +0100
+++ new/boto3-1.20.40/CHANGELOG.rst     2022-01-20 20:08:53.000000000 +0100
@@ -2,6 +2,49 @@
 CHANGELOG
 =========
 
+1.20.40
+=======
+
+* api-change:``guardduty``: [``botocore``] Amazon GuardDuty findings now 
include remoteAccountDetails under AwsApiCallAction section if instance 
credential is exfiltrated.
+* api-change:``connect``: [``botocore``] This release adds tagging support for 
UserHierarchyGroups resource.
+* api-change:``mediatailor``: [``botocore``] This release adds support for 
multiple Segment Delivery Configurations. Users can provide a list of names and 
URLs when creating or editing a source location. When retrieving content, users 
can send a header to choose which URL should be used to serve content.
+* api-change:``fis``: [``botocore``] Added action startTime and action endTime 
timestamp fields to the ExperimentAction object
+* api-change:``ec2``: [``botocore``] C6i, M6i and R6i instances are powered by 
a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core 
turbo frequency of 3.5 GHz
+
+
+1.20.39
+=======
+
+* api-change:``macie2``: [``botocore``] This release of the Amazon Macie API 
introduces stricter validation of requests to create custom data identifiers.
+* api-change:``ec2-instance-connect``: [``botocore``] Adds support for ED25519 
keys. PushSSHPublicKey Availability Zone parameter is now optional. Adds 
EC2InstanceStateInvalidException for instances that are not running. This was 
previously a service exception, so this may require updating your code to 
handle this new exception.
+
+
+1.20.38
+=======
+
+* api-change:``ivs``: [``botocore``] This release adds support for the new 
Thumbnail Configuration property for Recording Configurations. For more 
information see 
https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html
+* api-change:``storagegateway``: [``botocore``] Documentation update for 
adding bandwidth throttling support for S3 File Gateways.
+* api-change:``location``: [``botocore``] This release adds the 
CalculateRouteMatrix API which calculates routes for the provided departure and 
destination positions. The release also deprecates the use of pricing plan 
across all verticals.
+* api-change:``cloudtrail``: [``botocore``] This release fixes a documentation 
bug in the description for the readOnly field selector in advanced event 
selectors. The description now clarifies that users omit the readOnly field 
selector to select both Read and Write management events.
+* api-change:``ec2``: [``botocore``] Add support for AWS Client VPN client 
login banner and session timeout.
+
+
+1.20.37
+=======
+
+* enhancement:Configuration: [``botocore``] Adding support for `defaults_mode` 
configuration. The `defaults_mode` will be used to determine how certain 
default configuration options are resolved in the SDK.
+
+
+1.20.36
+=======
+
+* api-change:``config``: [``botocore``] Update ResourceType enum with values 
for CodeDeploy, EC2 and Kinesis resources
+* api-change:``application-insights``: [``botocore``] Application Insights 
support for Active Directory and SharePoint
+* api-change:``honeycode``: [``botocore``] Added read and write api support 
for multi-select picklist. And added errorcode field to 
DescribeTableDataImportJob API output, when import job fails.
+* api-change:``ram``: [``botocore``] This release adds the 
ListPermissionVersions API which lists the versions for a given permission.
+* api-change:``lookoutmetrics``: [``botocore``] This release adds a new 
DeactivateAnomalyDetector API operation.
+
+
 1.20.35
 =======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/boto3/__init__.py 
new/boto3-1.20.40/boto3/__init__.py
--- old/boto3-1.20.35/boto3/__init__.py 2022-01-13 20:14:52.000000000 +0100
+++ new/boto3-1.20.40/boto3/__init__.py 2022-01-20 20:08:53.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 __author__ = 'Amazon Web Services'
-__version__ = '1.20.35'
+__version__ = '1.20.40'
 
 
 # The default Boto3 session; autoloaded when needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/scripts/new-change 
new/boto3-1.20.40/scripts/new-change
--- old/boto3-1.20.35/scripts/new-change        2022-01-13 20:14:52.000000000 
+0100
+++ new/boto3-1.20.40/scripts/new-change        2022-01-20 20:08:53.000000000 
+0100
@@ -57,7 +57,7 @@
 # feature: A larger feature or change in behavior, usually resulting in a
 #          minor version bump.
 # bugfix: Fixing a bug in an existing code path.
-# enhancment: Small change to an underlying implementation detail.
+# enhancement: Small change to an underlying implementation detail.
 # api-change: Changes to a modeled API.
 type: {change_type}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/setup.cfg new/boto3-1.20.40/setup.cfg
--- old/boto3-1.20.35/setup.cfg 2022-01-13 20:14:52.000000000 +0100
+++ new/boto3-1.20.40/setup.cfg 2022-01-20 20:08:53.000000000 +0100
@@ -3,7 +3,7 @@
 
 [metadata]
 requires_dist =
-    botocore>=1.23.35,<1.24.0
+    botocore>=1.23.40,<1.24.0
     jmespath>=0.7.1,<1.0.0
     s3transfer>=0.5.0,<0.6.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.35/setup.py new/boto3-1.20.40/setup.py
--- old/boto3-1.20.35/setup.py  2022-01-13 20:14:52.000000000 +0100
+++ new/boto3-1.20.40/setup.py  2022-01-20 20:08:53.000000000 +0100
@@ -13,7 +13,7 @@
 
 
 requires = [
-    'botocore>=1.23.35,<1.24.0',
+    'botocore>=1.23.40,<1.24.0',
     'jmespath>=0.7.1,<1.0.0',
     's3transfer>=0.5.0,<0.6.0'
 ]

Reply via email to