From e15244a608a81e04b90de1085cb15d3856f83f31f4d41298ee275ddec271780e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 30 Jun 2022 19:59:27 +0000 Subject: [PATCH] Accepting request 986063 from home:glaubitz:branches:devel:languages:python:aws - Update to version 1.24.20 * api-change:``appstream``: [``botocore``] Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``medialive``: [``botocore``] This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs. * api-change:``redshift-serverless``: [``botocore``] Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. * api-change:``sagemaker``: [``botocore``] This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API. * api-change:``translate``: [``botocore``] Added ListLanguages API which can be used to list the languages supported by Translate. - from version 1.24.19 * api-change:``datasync``: [``botocore``] AWS DataSync now supports Amazon FSx for NetApp ONTAP locations. * api-change:``ec2``: [``botocore``] This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature. * api-change:``finspace-data``: [``botocore``] Release new API GetExternalDataViewAccessDetails * api-change:``polly``: [``botocore``] Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB). - from version 1.24.18 * api-change:``iot``: [``botocore``] This release ease the restriction for the input of tag value OBS-URL: https://build.opensuse.org/request/show/986063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=116 --- 1.24.2.tar.gz | 3 - 1.24.20.tar.gz | 3 + python-boto3.changes | 158 +++++++++++++++++++++++++++++++++++++++++++ python-boto3.spec | 6 +- 4 files changed, 164 insertions(+), 6 deletions(-) delete mode 100644 1.24.2.tar.gz create mode 100644 1.24.20.tar.gz diff --git a/1.24.2.tar.gz b/1.24.2.tar.gz deleted file mode 100644 index 3ebd387..0000000 --- a/1.24.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2597d60725abba38de348010dc2905d4f6c4f88a5170286e87b2364c714a7d8 -size 505904 diff --git a/1.24.20.tar.gz b/1.24.20.tar.gz new file mode 100644 index 0000000..e9ffc6e --- /dev/null +++ b/1.24.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4af2f733b8cf49ea59b329826b787068eaf848830d53f98613f4f5d7c40c7c +size 512415 diff --git a/python-boto3.changes b/python-boto3.changes index d733d89..4dbb0e2 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,161 @@ +------------------------------------------------------------------- +Thu Jun 30 10:50:27 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 1.24.20 + * api-change:``appstream``: [``botocore``] Includes support for StreamingExperienceSettings in + CreateStack and UpdateStack APIs + * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version + * api-change:``emr``: [``botocore``] Update emr client to latest version + * api-change:``medialive``: [``botocore``] This release adds support for automatic renewal of + MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This + release also adds support for labelling accessibility-focused audio and caption tracks in HLS + outputs. + * api-change:``redshift-serverless``: [``botocore``] Add new API operations for Amazon Redshift + Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned + clusters. The new operations let you interact with Redshift Serverless resources, such as create + snapshots, list VPC endpoints, delete resource policies, and more. + * api-change:``sagemaker``: [``botocore``] This release adds: UpdateFeatureGroup, + UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; + LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API. + * api-change:``translate``: [``botocore``] Added ListLanguages API which can be used to list the + languages supported by Translate. +- from version 1.24.19 + * api-change:``datasync``: [``botocore``] AWS DataSync now supports Amazon FSx for NetApp ONTAP + locations. + * api-change:``ec2``: [``botocore``] This release adds a new spread placement group to EC2 + Placement Groups: host level spread, which spread instances between physical hosts, available to + Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a + new parameter: SpreadLevel to support this feature. + * api-change:``finspace-data``: [``botocore``] Release new API GetExternalDataViewAccessDetails + * api-change:``polly``: [``botocore``] Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), + Daniel (de-DE) and Arthur (en-GB). +- from version 1.24.18 + * api-change:``iot``: [``botocore``] This release ease the restriction for the input of tag value + to align with AWS standard, now instead of min length 1, we change it to min length 0. +- from version 1.24.17 + * api-change:``glue``: [``botocore``] This release enables the new ListCrawls API for viewing the + AWS Glue Crawler run history. + * api-change:``rds-data``: [``botocore``] Documentation updates for RDS Data API +- from version 1.24.16 + * api-change:``lookoutequipment``: [``botocore``] This release adds visualizations to the scheduled + inference results. Users will be able to see interference results, including diagnostic results + from their running inference schedulers. + * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has released support + for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision. + * api-change:``mgn``: [``botocore``] New and modified APIs for the Post-Migration Framework + * api-change:``migration-hub-refactor-spaces``: [``botocore``] This release adds the new API + UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API + will now allow users to create route in ACTIVE/INACTIVE state. + * api-change:``sagemaker``: [``botocore``] SageMaker Ground Truth now supports Virtual Private + Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode. +- from version 1.24.15 + * api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway + * api-change:``pricing``: [``botocore``] This release introduces 1 update to the GetProducts API. + The serviceCode attribute is now required when you use the GetProductsRequest. + * api-change:``transfer``: [``botocore``] Until today, the service supported only RSA host keys and + user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 + host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, + ECDSA, and ED25519 host and user keys. +- from version 1.24.14 + * api-change:``ec2``: [``botocore``] This release adds support for Private IP VPNs, a new feature + allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over + Direct Connect as transport. + * api-change:``ecs``: [``botocore``] Amazon ECS UpdateService now supports the following + parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy. + * api-change:``wellarchitected``: [``botocore``] Adds support for lens tagging, Adds support for + multiple helpful-resource urls and multiple improvement-plan urls. +- from version 1.24.13 + * api-change:``ds``: [``botocore``] This release adds support for describing and updating AWS + Managed Microsoft AD settings + * api-change:``kafka``: [``botocore``] Documentation updates to use Az Id during cluster creation. + * api-change:``outposts``: [``botocore``] This release adds the AssetLocation structure to the + ListAssets response. AssetLocation includes the RackElevation for an Asset. +- from version 1.24.12 + * api-change:``connect``: [``botocore``] This release updates these APIs: UpdateInstanceAttribute, + DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically + enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the + specified Amazon Connect instance. + * api-change:``connectcampaigns``: [``botocore``] Added Amazon Connect high volume outbound + communications SDK. + * api-change:``dynamodb``: [``botocore``] Doc only update for DynamoDB service + * api-change:``dynamodbstreams``: [``botocore``] Update dynamodbstreams client to latest version +- from version 1.24.11 + * api-change:``redshift-data``: [``botocore``] This release adds a new --workgroup-name field to + operations that connect to an endpoint. Customers can now execute queries against their serverless + workgroups. + * api-change:``redshiftserverless``: [``botocore``] Add new API operations for Amazon Redshift + Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned + clusters. The new operations let you interact with Redshift Serverless resources, such as create + snapshots, list VPC endpoints, delete resource policies, and more. + * api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager + * api-change:``securityhub``: [``botocore``] Added Threats field for security findings. Added new + resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 + TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and + WAF Rules +- from version 1.24.10 + * api-change:``finspace-data``: [``botocore``] This release adds a new set of APIs, + GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, + ListPermissionGroupsByUser, ListUsersByPermissionGroup. + * api-change:``guardduty``: [``botocore``] Adds finding fields available from GuardDuty Console. + Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts + and Replace them with Administrator Accounts. + * api-change:``servicecatalog-appregistry``: [``botocore``] This release adds a new API + ListAttributeGroupsForApplication that returns associated attribute groups of an application. In + addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the + 'Name' attribute. + * api-change:``workspaces``: [``botocore``] Added new field "reason" to + OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API + will now return a reason giving more context on the failure. +- from version 1.24.9 + * api-change:``budgets``: [``botocore``] Add a budgets ThrottlingException. Update the CostFilters + value pattern. + * api-change:``lookoutmetrics``: [``botocore``] Adding filters to Alert and adding new UpdateAlert + API. + * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added support for + rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. +- from version 1.24.8 + * api-change:``outposts``: [``botocore``] This release adds API operations AWS uses to install + Outpost servers. +- from version 1.24.7 + * api-change:``frauddetector``: [``botocore``] Documentation updates for Amazon Fraud Detector + (AWSHawksNest) +- from version 1.24.6 + * api-change:``chime-sdk-meetings``: [``botocore``] Adds support for live transcription in AWS + GovCloud (US) Regions. +- from version 1.24.5 + * api-change:``dms``: [``botocore``] This release adds DMS Fleet Advisor APIs and exposes + functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor + instances, and to collect and analyze information about the local data infrastructure. + * api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management + (IAM). + * api-change:``m2``: [``botocore``] AWS Mainframe Modernization service is a managed mainframe + service and set of tools for planning, migrating, modernizing, and running mainframe workloads on + AWS + * api-change:``neptune``: [``botocore``] This release adds support for Neptune to be configured as + a global database, with a primary DB cluster in one region, and up to five secondary DB clusters in + other regions. + * api-change:``redshift-serverless``: [``botocore``] Add new API operations for Amazon Redshift + Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned + clusters. The new operations let you interact with Redshift Serverless resources, such as create + snapshots, list VPC endpoints, delete resource policies, and more. + * api-change:``redshift``: [``botocore``] Adds new API GetClusterCredentialsWithIAM to return + temporary credentials. +- from version 1.24.4 + * api-change:``auditmanager``: [``botocore``] This release introduces 2 updates to the Audit + Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment + or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API + operation. + * api-change:``ce``: [``botocore``] Added two new APIs to support cost allocation tags operations: + ListCostAllocationTags, UpdateCostAllocationTagsStatus. +- from version 1.24.3 + * api-change:``chime-sdk-messaging``: [``botocore``] This release adds support for searching + channels by members via the SearchChannels API, removes required restrictions for Name and Mode in + UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as + channel id as optional parameters. + * api-change:``connect``: [``botocore``] This release adds a new API, GetCurrentUserData, which + returns real-time details about users' current activity. +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Fri Jun 3 10:06:33 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index f3c4202..4792938 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.24.2 +Version: 1.24.20 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.28.0} -BuildRequires: %{python_module botocore >= 1.27.2} +BuildRequires: %{python_module botocore >= 1.27.20} 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.28.0 -Requires: python-botocore >= 1.27.2 +Requires: python-botocore >= 1.27.20 Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.7.0