From 80a5837b1c241951efaddda53c5fe206a94d354396372a01ce1830b7319b8b9d Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 15 Feb 2023 12:35:20 +0000 Subject: [PATCH] Accepting request 1065933 from home:glaubitz:branches:devel:languages:python:aws - Update to 1.26.71 * api-change:``appconfig``: [``botocore``] AWS AppConfig now offers the option to set a version label on hosted configuration versions. Version labels allow you to identify specific hosted configuration versions based on an alternate versioning scheme that you define. * api-change:``datasync``: [``botocore``] With this launch, we are giving customers the ability to use older SMB protocol versions, enabling them to use DataSync to copy data to and from their legacy storage arrays. * api-change:``ec2``: [``botocore``] With this release customers can turn host maintenance on or off when allocating or modifying a supported dedicated host. Host maintenance is turned on by default for supported hosts. - from version 1.26.70 * api-change:``account``: [``botocore``] This release of the Account Management API enables customers to view and manage whether AWS Opt-In Regions are enabled or disabled for their Account. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html * api-change:``appconfigdata``: [``botocore``] AWS AppConfig now offers the option to set a version label on hosted configuration versions. If a labeled hosted configuration version is deployed, its version label is available in the GetLatestConfiguration response. * api-change:``snowball``: [``botocore``] Adds support for EKS Anywhere on Snowball. AWS Snow Family customers can now install EKS Anywhere service on Snowball Edge Compute Optimized devices. - from version 1.26.69 * api-change:``autoscaling``: [``botocore``] You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh. * api-change:``connect``: [``botocore``] This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel. * api-change:``ec2``: [``botocore``] Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state. * api-change:``polly``: [``botocore``] Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko OBS-URL: https://build.opensuse.org/request/show/1065933 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=148 --- 1.26.66.tar.gz | 3 --- 1.26.71.tar.gz | 3 +++ python-boto3.changes | 64 ++++++++++++++++++++++++++++++++++++++++++++ python-boto3.spec | 8 +++--- 4 files changed, 71 insertions(+), 7 deletions(-) delete mode 100644 1.26.66.tar.gz create mode 100644 1.26.71.tar.gz diff --git a/1.26.66.tar.gz b/1.26.66.tar.gz deleted file mode 100644 index 11e62b5..0000000 --- a/1.26.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a4150b6807cc26529bc6f4319d42db8c0e3474fac852f75d72429b7bbcc48e5 -size 598939 diff --git a/1.26.71.tar.gz b/1.26.71.tar.gz new file mode 100644 index 0000000..78e2e63 --- /dev/null +++ b/1.26.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fe58faca9a0538df40dd84c10a5da83d2c134fdabc644c7825a34dfdc4954e +size 601272 diff --git a/python-boto3.changes b/python-boto3.changes index c1ddcdd..d2420a4 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Wed Feb 15 11:20:56 UTC 2023 - John Paul Adrian Glaubitz + +- Update to 1.26.71 + * api-change:``appconfig``: [``botocore``] AWS AppConfig now offers the option to set a version + label on hosted configuration versions. Version labels allow you to identify specific hosted + configuration versions based on an alternate versioning scheme that you define. + * api-change:``datasync``: [``botocore``] With this launch, we are giving customers the ability to + use older SMB protocol versions, enabling them to use DataSync to copy data to and from their + legacy storage arrays. + * api-change:``ec2``: [``botocore``] With this release customers can turn host maintenance on or + off when allocating or modifying a supported dedicated host. Host maintenance is turned on by + default for supported hosts. +- from version 1.26.70 + * api-change:``account``: [``botocore``] This release of the Account Management API enables + customers to view and manage whether AWS Opt-In Regions are enabled or disabled for their Account. + For more information, see + https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html + * api-change:``appconfigdata``: [``botocore``] AWS AppConfig now offers the option to set a version + label on hosted configuration versions. If a labeled hosted configuration version is deployed, its + version label is available in the GetLatestConfiguration response. + * api-change:``snowball``: [``botocore``] Adds support for EKS Anywhere on Snowball. AWS Snow + Family customers can now install EKS Anywhere service on Snowball Edge Compute Optimized devices. +- from version 1.26.69 + * api-change:``autoscaling``: [``botocore``] You can now either terminate/replace, ignore, or wait + for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back + changes from a failed instance refresh. + * api-change:``connect``: [``botocore``] This update provides the Wisdom session ARN for contacts + enabled for Wisdom in the chat channel. + * api-change:``ec2``: [``botocore``] Adds support for waiters that automatically poll for an + imported snapshot until it reaches the completed state. + * api-change:``polly``: [``botocore``] Amazon Polly adds two new neural Japanese voices - Kazuha, + Tomoko + * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Autopilot adds support for selecting + algorithms in CreateAutoMLJob API. + * api-change:``sns``: [``botocore``] This release adds support for SNS X-Ray active tracing as well + as other updates. +- from version 1.26.68 + * api-change:``chime-sdk-meetings``: [``botocore``] Documentation updates for Chime Meetings SDK + * api-change:``emr-containers``: [``botocore``] EMR on EKS allows configuring retry policies for + job runs through the StartJobRun API. Using retry policies, a job cause a driver pod to be + restarted automatically if it fails or is deleted. The job's status can be seen in the + DescribeJobRun and ListJobRun APIs and monitored using CloudWatch events. + * api-change:``evidently``: [``botocore``] Updated entity overrides parameter to accept up to 2500 + overrides or a total of 40KB. + * api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version + * api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version + * api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail + * api-change:``migration-hub-refactor-spaces``: [``botocore``] This release adds support for + creating environments with a network fabric type of NONE + * api-change:``workdocs``: [``botocore``] Doc only update for the WorkDocs APIs. + * api-change:``workspaces``: [``botocore``] Removed Windows Server 2016 BYOL and made changes based + on IAM campaign. +- from version 1.26.67 + * api-change:``backup``: [``botocore``] This release added one attribute (resource name) in the + output model of our 9 existing APIs in AWS backup so that customers will see the resource name at + the output. No input required from Customers. + * api-change:``cloudfront``: [``botocore``] CloudFront Origin Access Control extends support to AWS + Elemental MediaStore origins. + * api-change:``glue``: [``botocore``] DirectJDBCSource + Glue 4.0 streaming options + * api-change:``lakeformation``: [``botocore``] This release removes the LFTagpolicyResource + expression limits. +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Feb 8 13:05:12 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index a026086..ad6b1be 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-boto3 -Version: 1.26.66 +Version: 1.26.71 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -27,7 +27,7 @@ URL: https://github.com/boto/boto3 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies BuildRequires: %{python_module botocore < 1.30.0} -BuildRequires: %{python_module botocore >= 1.29.66} +BuildRequires: %{python_module botocore >= 1.29.71} BuildRequires: %{python_module pytest} BuildRequires: %{python_module s3transfer < 0.7.0} BuildRequires: %{python_module s3transfer >= 0.6.0} @@ -36,7 +36,7 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.30.0 -Requires: python-botocore >= 1.29.66 +Requires: python-botocore >= 1.29.71 Requires: python-jmespath < 2.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.7.0 @@ -56,10 +56,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