From 2934ead9a3a9c5c990cfc8c19691bc5f9b2b8bcdd0a1beb7acedac483f5640a2 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 17 Mar 2022 11:20:05 +0000 Subject: [PATCH 1/2] Accepting request 962339 from home:pgajdos:python - actually does not require python-mock for build OBS-URL: https://build.opensuse.org/request/show/962339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=108 --- python-boto3.changes | 5 +++++ python-boto3.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-boto3.changes b/python-boto3.changes index 6de539a..dbee0e8 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 16 13:41:29 UTC 2022 - pgajdos@suse.com + +- actually does not require python-mock for build + ------------------------------------------------------------------- Wed Feb 16 10:29:04 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index ef9ecf0..c64a67e 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -28,7 +28,6 @@ Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies BuildRequires: %{python_module botocore < 1.25.0} BuildRequires: %{python_module botocore >= 1.24.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 6.2.5} BuildRequires: %{python_module s3transfer < 0.6.0} BuildRequires: %{python_module s3transfer >= 0.5.0} From 9052eda242225ae67afc61e5c7a6a0aa39ef21d9655b9720e9e1a1bd0c4ae808 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 18 Mar 2022 14:27:33 +0000 Subject: [PATCH 2/2] Accepting request 962725 from home:glaubitz:branches:devel:languages:python:aws - Update to version 1.21.10 * api-change:``mediapackage``: [``botocore``] This release adds Hybridcast as an available profile option for Dash Origin Endpoints. * api-change:``rds``: [``botocore``] Documentation updates for Multi-AZ DB clusters. * api-change:``mgn``: [``botocore``] Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest). * api-change:``kafkaconnect``: [``botocore``] Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation. - from version 1.21.9 * api-change:``finspace-data``: [``botocore``] Add new APIs for managing Users and Permission Groups. * api-change:``amplify``: [``botocore``] Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4. * api-change:``fsx``: [``botocore``] This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations. * api-change:``fis``: [``botocore``] This release adds logging support for AWS Fault Injection Simulator experiments. Experiment templates can now be configured to send experiment activity logs to Amazon CloudWatch Logs or to an S3 bucket. * api-change:``route53-recovery-cluster``: [``botocore``] This release adds a new API option to enable overriding safety rules to allow routing control state updates. * api-change:``amplifyuibuilder``: [``botocore``] We are adding the ability to configure workflows and actions for components. * api-change:``athena``: [``botocore``] This release adds support for updating an existing named query. * api-change:``ec2``: [``botocore``] This release adds support for new AMI property 'lastLaunchedTime' * api-change:``servicecatalog-appregistry``: [``botocore``] AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for OBS-URL: https://build.opensuse.org/request/show/962725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=109 --- 1.21.0.tar.gz | 3 -- 1.21.10.tar.gz | 3 ++ python-boto3.changes | 113 +++++++++++++++++++++++++++++++++++++++++++ python-boto3.spec | 6 +-- 4 files changed, 119 insertions(+), 6 deletions(-) delete mode 100644 1.21.0.tar.gz create mode 100644 1.21.10.tar.gz diff --git a/1.21.0.tar.gz b/1.21.0.tar.gz deleted file mode 100644 index 21b74b0..0000000 --- a/1.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b49978c0454ea6f5de55be163873b4d5aac888115db0639986049384a318d741 -size 468664 diff --git a/1.21.10.tar.gz b/1.21.10.tar.gz new file mode 100644 index 0000000..dc8eda1 --- /dev/null +++ b/1.21.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf99c9eed887183bdec95bf0dfa54590a32a81fcadaf63cad85da3bdf2373e8 +size 474434 diff --git a/python-boto3.changes b/python-boto3.changes index dbee0e8..c321772 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,116 @@ +------------------------------------------------------------------- +Fri Mar 18 14:26:57 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 1.21.10 + * api-change:``mediapackage``: [``botocore``] This release adds Hybridcast as an available profile + option for Dash Origin Endpoints. + * api-change:``rds``: [``botocore``] Documentation updates for Multi-AZ DB clusters. + * api-change:``mgn``: [``botocore``] Add support for GP3 and IO2 volume types. Add bootMode to + LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest). + * api-change:``kafkaconnect``: [``botocore``] Adds operation for custom plugin deletion + (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and + DescribeConnector responses to return errors from asynchronous resource creation. +- from version 1.21.9 + * api-change:``finspace-data``: [``botocore``] Add new APIs for managing Users and Permission + Groups. + * api-change:``amplify``: [``botocore``] Add repositoryCloneMethod field for hosting an Amplify + app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4. + * api-change:``fsx``: [``botocore``] This release adds support for the following FSx for OpenZFS + features: snapshot lifecycle transition messages, force flag for deleting file systems with child + resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations. + * api-change:``fis``: [``botocore``] This release adds logging support for AWS Fault Injection + Simulator experiments. Experiment templates can now be configured to send experiment activity logs + to Amazon CloudWatch Logs or to an S3 bucket. + * api-change:``route53-recovery-cluster``: [``botocore``] This release adds a new API option to + enable overriding safety rules to allow routing control state updates. + * api-change:``amplifyuibuilder``: [``botocore``] We are adding the ability to configure workflows + and actions for components. + * api-change:``athena``: [``botocore``] This release adds support for updating an existing named + query. + * api-change:``ec2``: [``botocore``] This release adds support for new AMI property + 'lastLaunchedTime' + * api-change:``servicecatalog-appregistry``: [``botocore``] AppRegistry is deprecating Application + and Attribute-Group Name update feature. In this release, we are marking the name attributes for + Update APIs as deprecated to give a heads up to our customers. +- from version 1.21.8 + * api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache + * api-change:``panorama``: [``botocore``] Added NTP server configuration parameter to + ProvisionDevice operation. Added alternate software fields to DescribeDevice response +- from version 1.21.7 + * api-change:``route53``: [``botocore``] SDK doc update for Route 53 to update some parameters with + new information. + * api-change:``databrew``: [``botocore``] This AWS Glue Databrew release adds feature to merge job + outputs into a max number of files for S3 File output type. + * api-change:``transfer``: [``botocore``] Support automatic pagination when listing AWS Transfer + Family resources. + * api-change:``s3control``: [``botocore``] Amazon S3 Batch Operations adds support for new + integrity checking capabilities in Amazon S3. + * api-change:``s3``: [``botocore``] This release adds support for new integrity checking + capabilities in Amazon S3. You can choose from four supported checksum algorithms for data + integrity checking on your upload and download requests. In addition, AWS SDK can automatically + calculate a checksum as it streams data into S3 + * api-change:``fms``: [``botocore``] AWS Firewall Manager now supports the configuration of AWS + Network Firewall policies with either centralized or distributed deployment models. This release + also adds support for custom endpoint configuration, where you can choose which Availability Zones + to create firewall endpoints in. + * api-change:``lightsail``: [``botocore``] This release adds support to delete and create Lightsail + default key pairs that you can use with Lightsail instances. + * api-change:``autoscaling``: [``botocore``] You can now hibernate instances in a warm pool to stop + instances without deleting their RAM contents. You can now also return instances to the warm pool + on scale in, instead of always terminating capacity that you will need later. +- from version 1.21.6 + * api-change:``transfer``: [``botocore``] The file input selection feature provides the ability to + use either the originally uploaded file or the output file from the previous workflow step, + enabling customers to make multiple copies of the original file while keeping the source file + intact for file archival. + * api-change:``lambda``: [``botocore``] Lambda releases .NET 6 managed runtime to be available in + all commercial regions. + * api-change:``textract``: [``botocore``] Added support for merged cells and column header for + table response. +- from version 1.21.5 + * api-change:``translate``: [``botocore``] This release enables customers to use translation + settings for formality customization in their synchronous translation output. + * api-change:``wafv2``: [``botocore``] Updated descriptions for logging configuration. + * api-change:``apprunner``: [``botocore``] AWS App Runner adds a Java platform (Corretto 8, + Corretto 11 runtimes) and a Node.js 14 runtime. +- from version 1.21.4 + * api-change:``imagebuilder``: [``botocore``] This release adds support to enable faster launching + for Windows AMIs created by EC2 Image Builder. + * api-change:``customer-profiles``: [``botocore``] This release introduces apis + CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These + apis are used to manage and view integration workflows. + * api-change:``dynamodb``: [``botocore``] DynamoDB ExecuteStatement API now supports Limit as a + request parameter to specify the maximum number of items to evaluate. If specified, the service + will process up to the Limit and the results will include a LastEvaluatedKey value to continue the + read in a subsequent operation. +- from version 1.21.3 + * api-change:``transfer``: [``botocore``] Properties for Transfer Family used with SFTP, FTP, and + FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user + authenticates onto a server using one of the previously mentioned protocols. + * api-change:``gamelift``: [``botocore``] Increase string list limit from 10 to 100. + * api-change:``budgets``: [``botocore``] This change introduces + DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified + account +- from version 1.21.2 + * api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management + (IAM). + * api-change:``redshift``: [``botocore``] SDK release for Cross region datasharing and cost-control + for cross region datasharing + * api-change:``evidently``: [``botocore``] Add support for filtering list of experiments and + launches by status + * api-change:``backup``: [``botocore``] AWS Backup add new S3_BACKUP_OBJECT_FAILED and + S3_RESTORE_OBJECT_FAILED event types in BackupVaultNotifications events list. +- from version 1.21.1 + * api-change:``ec2``: [``botocore``] Documentation updates for EC2. + * api-change:``budgets``: [``botocore``] Adds support for auto-adjusting budgets, a new budget + method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a + budget limit baseline using a historical lookback average or current period forecast. + * api-change:``ce``: [``botocore``] AWS Cost Anomaly Detection now supports SNS FIFO topic + subscribers. + * api-change:``glue``: [``botocore``] Support for optimistic locking in UpdateTable + * api-change:``ssm``: [``botocore``] Assorted ticket fixes and updates for AWS Systems Manager. +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Mar 16 13:41:29 UTC 2022 - pgajdos@suse.com diff --git a/python-boto3.spec b/python-boto3.spec index c64a67e..6fb0fd1 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.21.0 +Version: 1.21.10 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.25.0} -BuildRequires: %{python_module botocore >= 1.24.0} +BuildRequires: %{python_module botocore >= 1.24.10} BuildRequires: %{python_module pytest >= 6.2.5} BuildRequires: %{python_module s3transfer < 0.6.0} BuildRequires: %{python_module s3transfer >= 0.5.0} @@ -36,7 +36,7 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.25.0 -Requires: python-botocore >= 1.24.0 +Requires: python-botocore >= 1.24.10 Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.6.0