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-02-04 00:45:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto3.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto3"

Fri Feb  4 00:45:47 2022 rev:63 rq:950409 version:1.20.46

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes        
2022-01-27 23:16:52.431016738 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.1898/python-boto3.changes      
2022-02-04 00:46:04.313219729 +0100
@@ -1,0 +2,57 @@
+Tue Feb  1 10:30:52 UTC 2022 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 1.23.46
+  * api-change:``appconfigdata``: [``botocore``] Documentation updates for AWS 
AppConfig Data.
+  * api-change:``athena``: [``botocore``] This release adds a field, 
AthenaError, to the
+    GetQueryExecution response object when a query fails.
+  * api-change:``appconfig``: [``botocore``] Documentation updates for AWS 
AppConfig
+  * api-change:``cognito-idp``: [``botocore``] Doc updates for Cognito user 
pools API Reference.
+  * api-change:``secretsmanager``: [``botocore``] Feature are ready to release 
on Jan 28th
+  * api-change:``sagemaker``: [``botocore``] This release added a new NNA 
accelerator compilation
+    support for Sagemaker Neo.
+- from version 1.20.45
+  * api-change:``ec2``: [``botocore``] X2ezn instances are powered by Intel 
Cascade Lake CPUs that
+    deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of 
networking bandwidth
+  * api-change:``kafka``: [``botocore``] Amazon MSK has updated the 
CreateCluster and
+    UpdateBrokerStorage API that allows you to specify volume throughput 
during cluster creation and
+    broker volume updates.
+  * api-change:``connect``: [``botocore``] This release adds support for 
configuring a custom chat
+    duration when starting a new chat session via the StartChatContact API. 
The default value for chat
+    duration is 25 hours, minimum configurable value is 1 hour (60 minutes) 
and maximum configurable
+    value is 7 days (10,080 minutes).
+  * api-change:``amplify``: [``botocore``] Doc only update to the description 
of basicauthcredentials
+    to describe the required encoding and format.
+  * api-change:``opensearch``: [``botocore``] Allows customers to get progress 
updates for blue/green
+    deployments
+- from version 1.20.44
+  * api-change:``frauddetector``: [``botocore``] Added new APIs for viewing 
past predictions and
+    obtaining prediction metadata including prediction explanations: 
ListEventPredictions and
+    GetEventPredictionMetadata
+  * api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS 
Direct APIs.
+  * api-change:``codeguru-reviewer``: [``botocore``] Added failure state and 
adjusted timeout in
+    waiter
+  * api-change:``securityhub``: [``botocore``] Adding top level Sample boolean 
field
+  * api-change:``sagemaker``: [``botocore``] API changes relating to Fail 
steps in model building
+    pipeline and add PipelineExecutionFailureReason in 
PipelineExecutionSummary.
+- from version 1.20.43
+  * api-change:``fsx``: [``botocore``] This release adds support for growing 
SSD storage capacity and
+    growing/shrinking SSD IOPS for FSx for ONTAP file systems.
+  * api-change:``efs``: [``botocore``] Update efs client to latest version
+  * api-change:``connect``: [``botocore``] This release adds support for 
custom vocabularies to be
+    used with Contact Lens. Custom vocabularies improve transcription accuracy 
for one or more specific
+    words.
+  * api-change:``guardduty``: [``botocore``] Amazon GuardDuty expands threat 
detection coverage to
+    protect Amazon Elastic Kubernetes Service (EKS) workloads.
+- from version 1.20.42
+  * api-change:``route53-recovery-readiness``: [``botocore``] Updated 
documentation for Route53
+    Recovery Readiness APIs.
+- from version 1.20.41
+  * enhancement:Exceptions: [``botocore``] ProxyConnectionError previously 
provided the full proxy
+    URL. User info will now be appropriately masked if needed.
+  * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK 
has added support for
+    4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest 
sidecar Dolby Vision XML
+    metadata files, and the ability to flag WebVTT and IMSC tracks for 
accessibility in HLS.
+  * api-change:``transcribe``: [``botocore``] Add support for granular 
PIIEntityTypes when using
+    Batch ContentRedaction.
+
+-------------------------------------------------------------------

Old:
----
  1.20.40.tar.gz

New:
----
  1.20.46.tar.gz

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

Other differences:
------------------
++++++ python-boto3.spec ++++++
--- /var/tmp/diff_new_pack.iGYxRw/_old  2022-02-04 00:46:04.989214785 +0100
+++ /var/tmp/diff_new_pack.iGYxRw/_new  2022-02-04 00:46:04.993214755 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-boto3
-Version:        1.20.40
+Version:        1.20.46
 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.40}
+BuildRequires:  %{python_module botocore >= 1.23.46}
 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.40
+Requires:       python-botocore >= 1.23.46
 Requires:       python-jmespath < 1.0.0
 Requires:       python-jmespath >= 0.7.1
 Requires:       python-s3transfer < 0.6.0

++++++ 1.20.40.tar.gz -> 1.20.46.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/.changes/1.20.41.json 
new/boto3-1.20.46/.changes/1.20.41.json
--- old/boto3-1.20.40/.changes/1.20.41.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.46/.changes/1.20.41.json     2022-01-28 20:07:12.000000000 
+0100
@@ -0,0 +1,17 @@
+[
+  {
+    "category": "Exceptions",
+    "description": "[``botocore``] ProxyConnectionError previously provided 
the full proxy URL. User info will now be appropriately masked if needed.",
+    "type": "enhancement"
+  },
+  {
+    "category": "``mediaconvert``",
+    "description": "[``botocore``] AWS Elemental MediaConvert SDK has added 
support for 4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest 
sidecar Dolby Vision XML metadata files, and the ability to flag WebVTT and 
IMSC tracks for accessibility in HLS.",
+    "type": "api-change"
+  },
+  {
+    "category": "``transcribe``",
+    "description": "[``botocore``] Add support for granular PIIEntityTypes 
when using Batch ContentRedaction.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/.changes/1.20.42.json 
new/boto3-1.20.46/.changes/1.20.42.json
--- old/boto3-1.20.40/.changes/1.20.42.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.46/.changes/1.20.42.json     2022-01-28 20:07:12.000000000 
+0100
@@ -0,0 +1,7 @@
+[
+  {
+    "category": "``route53-recovery-readiness``",
+    "description": "[``botocore``] Updated documentation for Route53 Recovery 
Readiness APIs.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/.changes/1.20.43.json 
new/boto3-1.20.46/.changes/1.20.43.json
--- old/boto3-1.20.40/.changes/1.20.43.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.46/.changes/1.20.43.json     2022-01-28 20:07:12.000000000 
+0100
@@ -0,0 +1,22 @@
+[
+  {
+    "category": "``fsx``",
+    "description": "[``botocore``] This release adds support for growing SSD 
storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file 
systems.",
+    "type": "api-change"
+  },
+  {
+    "category": "``efs``",
+    "description": "[``botocore``] Update efs client to latest version",
+    "type": "api-change"
+  },
+  {
+    "category": "``connect``",
+    "description": "[``botocore``] This release adds support for custom 
vocabularies to be used with Contact Lens. Custom vocabularies improve 
transcription accuracy for one or more specific words.",
+    "type": "api-change"
+  },
+  {
+    "category": "``guardduty``",
+    "description": "[``botocore``] Amazon GuardDuty expands threat detection 
coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/.changes/1.20.44.json 
new/boto3-1.20.46/.changes/1.20.44.json
--- old/boto3-1.20.40/.changes/1.20.44.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.46/.changes/1.20.44.json     2022-01-28 20:07:12.000000000 
+0100
@@ -0,0 +1,27 @@
+[
+  {
+    "category": "``frauddetector``",
+    "description": "[``botocore``] Added new APIs for viewing past predictions 
and obtaining prediction metadata including prediction explanations: 
ListEventPredictions and GetEventPredictionMetadata",
+    "type": "api-change"
+  },
+  {
+    "category": "``ebs``",
+    "description": "[``botocore``] Documentation updates for Amazon EBS Direct 
APIs.",
+    "type": "api-change"
+  },
+  {
+    "category": "``codeguru-reviewer``",
+    "description": "[``botocore``] Added failure state and adjusted timeout in 
waiter",
+    "type": "api-change"
+  },
+  {
+    "category": "``securityhub``",
+    "description": "[``botocore``] Adding top level Sample boolean field",
+    "type": "api-change"
+  },
+  {
+    "category": "``sagemaker``",
+    "description": "[``botocore``] API changes relating to Fail steps in model 
building pipeline and add PipelineExecutionFailureReason in 
PipelineExecutionSummary.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/.changes/1.20.45.json 
new/boto3-1.20.46/.changes/1.20.45.json
--- old/boto3-1.20.40/.changes/1.20.45.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.46/.changes/1.20.45.json     2022-01-28 20:07:12.000000000 
+0100
@@ -0,0 +1,27 @@
+[
+  {
+    "category": "``ec2``",
+    "description": "[``botocore``] X2ezn instances are powered by Intel 
Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up 
to 100 Gbps of networking bandwidth",
+    "type": "api-change"
+  },
+  {
+    "category": "``kafka``",
+    "description": "[``botocore``] Amazon MSK has updated the CreateCluster 
and UpdateBrokerStorage API that allows you to specify volume throughput during 
cluster creation and broker volume updates.",
+    "type": "api-change"
+  },
+  {
+    "category": "``connect``",
+    "description": "[``botocore``] This release adds support for configuring a 
custom chat duration when starting a new chat session via the StartChatContact 
API. The default value for chat duration is 25 hours, minimum configurable 
value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 
minutes).",
+    "type": "api-change"
+  },
+  {
+    "category": "``amplify``",
+    "description": "[``botocore``] Doc only update to the description of 
basicauthcredentials to describe the required encoding and format.",
+    "type": "api-change"
+  },
+  {
+    "category": "``opensearch``",
+    "description": "[``botocore``] Allows customers to get progress updates 
for blue/green deployments",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/.changes/1.20.46.json 
new/boto3-1.20.46/.changes/1.20.46.json
--- old/boto3-1.20.40/.changes/1.20.46.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.20.46/.changes/1.20.46.json     2022-01-28 20:07:12.000000000 
+0100
@@ -0,0 +1,32 @@
+[
+  {
+    "category": "``appconfigdata``",
+    "description": "[``botocore``] Documentation updates for AWS AppConfig 
Data.",
+    "type": "api-change"
+  },
+  {
+    "category": "``athena``",
+    "description": "[``botocore``] This release adds a field, AthenaError, to 
the GetQueryExecution response object when a query fails.",
+    "type": "api-change"
+  },
+  {
+    "category": "``appconfig``",
+    "description": "[``botocore``] Documentation updates for AWS AppConfig",
+    "type": "api-change"
+  },
+  {
+    "category": "``cognito-idp``",
+    "description": "[``botocore``] Doc updates for Cognito user pools API 
Reference.",
+    "type": "api-change"
+  },
+  {
+    "category": "``secretsmanager``",
+    "description": "[``botocore``] Feature are ready to release on Jan 28th",
+    "type": "api-change"
+  },
+  {
+    "category": "``sagemaker``",
+    "description": "[``botocore``] This release added a new NNA accelerator 
compilation support for Sagemaker Neo.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/CHANGELOG.rst 
new/boto3-1.20.46/CHANGELOG.rst
--- old/boto3-1.20.40/CHANGELOG.rst     2022-01-20 20:08:53.000000000 +0100
+++ new/boto3-1.20.46/CHANGELOG.rst     2022-01-28 20:07:12.000000000 +0100
@@ -2,6 +2,60 @@
 CHANGELOG
 =========
 
+1.20.46
+=======
+
+* api-change:``appconfigdata``: [``botocore``] Documentation updates for AWS 
AppConfig Data.
+* api-change:``athena``: [``botocore``] This release adds a field, 
AthenaError, to the GetQueryExecution response object when a query fails.
+* api-change:``appconfig``: [``botocore``] Documentation updates for AWS 
AppConfig
+* api-change:``cognito-idp``: [``botocore``] Doc updates for Cognito user 
pools API Reference.
+* api-change:``secretsmanager``: [``botocore``] Feature are ready to release 
on Jan 28th
+* api-change:``sagemaker``: [``botocore``] This release added a new NNA 
accelerator compilation support for Sagemaker Neo.
+
+
+1.20.45
+=======
+
+* api-change:``ec2``: [``botocore``] X2ezn instances are powered by Intel 
Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up 
to 100 Gbps of networking bandwidth
+* api-change:``kafka``: [``botocore``] Amazon MSK has updated the 
CreateCluster and UpdateBrokerStorage API that allows you to specify volume 
throughput during cluster creation and broker volume updates.
+* api-change:``connect``: [``botocore``] This release adds support for 
configuring a custom chat duration when starting a new chat session via the 
StartChatContact API. The default value for chat duration is 25 hours, minimum 
configurable value is 1 hour (60 minutes) and maximum configurable value is 7 
days (10,080 minutes).
+* api-change:``amplify``: [``botocore``] Doc only update to the description of 
basicauthcredentials to describe the required encoding and format.
+* api-change:``opensearch``: [``botocore``] Allows customers to get progress 
updates for blue/green deployments
+
+
+1.20.44
+=======
+
+* api-change:``frauddetector``: [``botocore``] Added new APIs for viewing past 
predictions and obtaining prediction metadata including prediction 
explanations: ListEventPredictions and GetEventPredictionMetadata
+* api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS 
Direct APIs.
+* api-change:``codeguru-reviewer``: [``botocore``] Added failure state and 
adjusted timeout in waiter
+* api-change:``securityhub``: [``botocore``] Adding top level Sample boolean 
field
+* api-change:``sagemaker``: [``botocore``] API changes relating to Fail steps 
in model building pipeline and add PipelineExecutionFailureReason in 
PipelineExecutionSummary.
+
+
+1.20.43
+=======
+
+* api-change:``fsx``: [``botocore``] This release adds support for growing SSD 
storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
+* api-change:``efs``: [``botocore``] Update efs client to latest version
+* api-change:``connect``: [``botocore``] This release adds support for custom 
vocabularies to be used with Contact Lens. Custom vocabularies improve 
transcription accuracy for one or more specific words.
+* api-change:``guardduty``: [``botocore``] Amazon GuardDuty expands threat 
detection coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads.
+
+
+1.20.42
+=======
+
+* api-change:``route53-recovery-readiness``: [``botocore``] Updated 
documentation for Route53 Recovery Readiness APIs.
+
+
+1.20.41
+=======
+
+* enhancement:Exceptions: [``botocore``] ProxyConnectionError previously 
provided the full proxy URL. User info will now be appropriately masked if 
needed.
+* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK 
has added support for 4K AV1 output resolutions & 10-bit AV1 color, the ability 
to ingest sidecar Dolby Vision XML metadata files, and the ability to flag 
WebVTT and IMSC tracks for accessibility in HLS.
+* api-change:``transcribe``: [``botocore``] Add support for granular 
PIIEntityTypes when using Batch ContentRedaction.
+
+
 1.20.40
 =======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/boto3/__init__.py 
new/boto3-1.20.46/boto3/__init__.py
--- old/boto3-1.20.40/boto3/__init__.py 2022-01-20 20:08:53.000000000 +0100
+++ new/boto3-1.20.46/boto3/__init__.py 2022-01-28 20:07:12.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 __author__ = 'Amazon Web Services'
-__version__ = '1.20.40'
+__version__ = '1.20.46'
 
 
 # The default Boto3 session; autoloaded when needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.20.40/setup.cfg new/boto3-1.20.46/setup.cfg
--- old/boto3-1.20.40/setup.cfg 2022-01-20 20:08:53.000000000 +0100
+++ new/boto3-1.20.46/setup.cfg 2022-01-28 20:07:12.000000000 +0100
@@ -3,7 +3,7 @@
 
 [metadata]
 requires_dist =
-    botocore>=1.23.40,<1.24.0
+    botocore>=1.23.46,<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.40/setup.py new/boto3-1.20.46/setup.py
--- old/boto3-1.20.40/setup.py  2022-01-20 20:08:53.000000000 +0100
+++ new/boto3-1.20.46/setup.py  2022-01-28 20:07:12.000000000 +0100
@@ -13,7 +13,7 @@
 
 
 requires = [
-    'botocore>=1.23.40,<1.24.0',
+    'botocore>=1.23.46,<1.24.0',
     'jmespath>=0.7.1,<1.0.0',
     's3transfer>=0.5.0,<0.6.0'
 ]

Reply via email to