From 9e146b2ec90a13c0be0291ff34f1502ccaceb993a76fb84158f7f21c916056b1 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 10 Jun 2024 15:30:45 +0000 Subject: [PATCH] Accepting request 1179719 from home:glaubitz:branches:devel:languages:python:aws - Update to 1.34.122 * api-change:``auditmanager``: [``botocore``] New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned. * api-change:``b2bi``: [``botocore``] Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership. * api-change:``codepipeline``: [``botocore``] CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides. * api-change:``sagemaker``: [``botocore``] This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant. * api-change:``verifiedpermissions``: [``botocore``] This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests. - from version 1.34.121 * api-change:``account``: [``botocore``] This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization. * api-change:``alexaforbusiness``: [``botocore``] The alexaforbusiness client has been removed following the deprecation of the service. * api-change:``firehose``: [``botocore``] Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations * api-change:``fsx``: [``botocore``] This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand. * api-change:``glue``: [``botocore``] This release adds support for creating and updating Glue Data Catalog Views. * api-change:``honeycode``: [``botocore``] The honeycode client has been removed following the OBS-URL: https://build.opensuse.org/request/show/1179719 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=188 --- 1.34.105.tar.gz | 3 - 1.34.122.tar.gz | 3 + python-boto3.changes | 215 +++++++++++++++++++++++++++++++++++++++++++ python-boto3.spec | 7 +- 4 files changed, 222 insertions(+), 6 deletions(-) delete mode 100644 1.34.105.tar.gz create mode 100644 1.34.122.tar.gz diff --git a/1.34.105.tar.gz b/1.34.105.tar.gz deleted file mode 100644 index 55a74ab..0000000 --- a/1.34.105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:553184f6ed247f57986e2ac14745066225bf4690cc881886a235e5a15631ed1f -size 807800 diff --git a/1.34.122.tar.gz b/1.34.122.tar.gz new file mode 100644 index 0000000..20b99e5 --- /dev/null +++ b/1.34.122.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0e5624a29f576e6db0e6b8669c5fac28494e2d6765a6c3b606c0de65d7e2ae +size 817093 diff --git a/python-boto3.changes b/python-boto3.changes index 8e22296..745827f 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,218 @@ +------------------------------------------------------------------- +Mon Jun 10 15:00:02 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.34.122 + * api-change:``auditmanager``: [``botocore``] New feature: common controls. When creating custom + controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the + awsServices parameter is deprecated because we now manage services in scope for you. If used, the + input is ignored and an empty list is returned. + * api-change:``b2bi``: [``botocore``] Added exceptions to B2Bi List operations and + ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly + required when creating a Partnership. + * api-change:``codepipeline``: [``botocore``] CodePipeline now supports overriding S3 Source Object + Key during StartPipelineExecution, as part of Source Overrides. + * api-change:``sagemaker``: [``botocore``] This release introduces a new optional parameter: + InferenceAmiVersion, in ProductionVariant. + * api-change:``verifiedpermissions``: [``botocore``] This release adds OpenIdConnect (OIDC) + configuration support for IdentitySources, allowing for external IDPs to be used in authorization + requests. +- from version 1.34.121 + * api-change:``account``: [``botocore``] This release adds 3 new APIs (AcceptPrimaryEmailUpdate, + GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address + of member accounts within an AWS organization. + * api-change:``alexaforbusiness``: [``botocore``] The alexaforbusiness client has been removed + following the deprecation of the service. + * api-change:``firehose``: [``botocore``] Adds integration with Secrets Manager for Redshift, + Splunk, HttpEndpoint, and Snowflake destinations + * api-change:``fsx``: [``botocore``] This release adds support to increase metadata performance on + FSx for Lustre file systems beyond the default level provisioned when a file system is created. + This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file + systems or by updating it on demand. + * api-change:``glue``: [``botocore``] This release adds support for creating and updating Glue Data + Catalog Views. + * api-change:``honeycode``: [``botocore``] The honeycode client has been removed following the + deprecation of the service. + * api-change:``iotwireless``: [``botocore``] Adds support for wireless device to be in Conflict + FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one. + * api-change:``location``: [``botocore``] Added two new APIs, VerifyDevicePosition and + ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with + Geobuf fields. + * api-change:``sns``: [``botocore``] Doc-only update for SNS. These changes include + customer-reported issues and TXC3 updates. + * api-change:``sqs``: [``botocore``] Doc only updates for SQS. These updates include + customer-reported issues and TCX3 modifications. + * api-change:``storagegateway``: [``botocore``] Adds SoftwareUpdatePreferences to + DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains + AutomaticUpdatePolicy. + * enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.20.11 +- from version 1.34.120 + * api-change:``globalaccelerator``: [``botocore``] This release contains a new optional + ip-addresses input field for the update accelerator and update custom routing accelerator apis. + This input enables consumers to replace IPv4 addresses on existing accelerators with addresses + provided in the input. + * api-change:``glue``: [``botocore``] AWS Glue now supports native SaaS connectivity: Salesforce + connector available now + * api-change:``s3``: [``botocore``] Added new params copySource and key to copyObject API for + supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API + functionality. +- from version 1.34.119 + * api-change:``ec2``: [``botocore``] U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs + are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 + C7i instances that offer a baseline level of CPU performance with the ability to scale up to the + full compute performance 95% of the time. + * api-change:``pipes``: [``botocore``] This release adds Timestream for LiveAnalytics as a + supported target in EventBridge Pipes + * api-change:``sagemaker``: [``botocore``] Extend DescribeClusterNode response with private DNS + hostname and IP address, and placement information about availability zone and availability zone ID. + * api-change:``taxsettings``: [``botocore``] Initial release of AWS Tax Settings API +- from version 1.34.118 + * api-change:``amplify``: [``botocore``] This doc-only update identifies fields that are specific + to Gen 1 and Gen 2 applications. + * api-change:``batch``: [``botocore``] This release adds support for the AWS Batch + GetJobQueueSnapshot API operation. + * api-change:``eks``: [``botocore``] Adds support for EKS add-ons pod identity associations + integration + * api-change:``iottwinmaker``: [``botocore``] Support RESET_VALUE UpdateType for PropertyUpdates to + reset property value to default or null +- from version 1.34.117 + * api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports Self-hosted GitHub Actions + runners for Github Enterprise + * api-change:``codeguru-security``: [``botocore``] This release includes minor model updates and + documentation updates. + * api-change:``elasticache``: [``botocore``] Update to attributes of TestFailover and minor + revisions. + * api-change:``launch-wizard``: [``botocore``] This release adds support for describing workload + deployment specifications, deploying additional workload types, and managing tags for Launch Wizard + resources with API operations. +- from version 1.34.116 + * api-change:``acm``: [``botocore``] add v2 smoke tests and smithy smokeTests trait for SDK testing. + * api-change:``bedrock-agent``: [``botocore``] With this release, Knowledge bases for Bedrock adds + support for Titan Text Embedding v2. + * api-change:``bedrock-runtime``: [``botocore``] This release adds Converse and ConverseStream APIs + to Bedrock Runtime + * api-change:``cloudtrail``: [``botocore``] CloudTrail Lake returns PartitionKeys in the + GetEventDataStore API response. Events are grouped into partitions based on these keys for better + query performance. For example, the calendarday key groups events by day, while combining the + calendarday key with the hour key groups them by day and hour. + * api-change:``connect``: [``botocore``] Adding associatedQueueIds as a SearchCriteria and response + field to the SearchRoutingProfiles API + * api-change:``emr-serverless``: [``botocore``] The release adds support for spark structured + streaming. + * api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for Aurora Postgres DBname. + * api-change:``sagemaker``: [``botocore``] Adds Model Card information as a new component to Model + Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML + candidates per algorithm. +- from version 1.34.115 + * api-change:``athena``: [``botocore``] Throwing validation errors on CreateNotebook with Name + containing `/`,`:`,`\` + * api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports manually creating GitHub + webhooks + * api-change:``connect``: [``botocore``] This release includes changes to DescribeContact API's + response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, + AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and + SegmentAttributes information from a contact in Amazon Connect. + * api-change:``glue``: [``botocore``] Add optional field JobMode to CreateJob and UpdateJob APIs. + * api-change:``securityhub``: [``botocore``] Add ROOT type for TargetType model +- from version 1.34.114 + * api-change:``dynamodb``: [``botocore``] Doc-only update for DynamoDB. Specified the IAM actions + needed to authorize a user to create a table with a resource-based policy. + * api-change:``ec2``: [``botocore``] Providing support to accept BgpAsnExtended attribute + * api-change:``kafka``: [``botocore``] Adds ControllerNodeInfo in ListNodes response to support + Raft mode for MSK + * api-change:``swf``: [``botocore``] This release adds new APIs for deleting activity type and + workflow type resources. +- from version 1.34.113 + * api-change:``dynamodb``: [``botocore``] Documentation only updates for DynamoDB. + * api-change:``iotfleetwise``: [``botocore``] AWS IoT FleetWise now supports listing vehicles with + attributes filter, ListVehicles API is updated to support additional attributes filter. + * api-change:``managedblockchain``: [``botocore``] This is a minor documentation update to address + the impact of the shut down of the Goerli and Polygon networks. +- from version 1.34.112 + * api-change:``emr-serverless``: [``botocore``] This release adds the capability to run interactive + workloads using Apache Livy Endpoint. + * api-change:``opsworks``: [``botocore``] Documentation-only update for OpsWorks Stacks. +- from version 1.34.111 + * api-change:``chatbot``: [``botocore``] This change adds support for tagging Chatbot + configurations. + * api-change:``cloudformation``: [``botocore``] Added DeletionMode FORCE_DELETE_STACK for deleting + a stack that is stuck in DELETE_FAILED state due to resource deletion failure. + * api-change:``kms``: [``botocore``] This release includes feature to import customer's asymmetric + (RSA, ECC and SM2) and HMAC keys into KMS in China. + * api-change:``opensearch``: [``botocore``] This release adds support for enabling or disabling a + data source configured as part of Zero-ETL integration with Amazon S3, by setting its status. + * api-change:``wafv2``: [``botocore``] You can now use Security Lake to collect web ACL traffic + data. +- from version 1.34.110 + * api-change:``cloudfront``: [``botocore``] Model update; no change to SDK functionality. + * api-change:``glue``: [``botocore``] Add Maintenance window to CreateJob and UpdateJob APIs and + JobRun response. Add a new Job Run State for EXPIRED. + * api-change:``lightsail``: [``botocore``] This release adds support for Amazon Lightsail instances + to switch between dual-stack or IPv4 only and IPv6-only public IP address types. + * api-change:``mailmanager``: [``botocore``] This release includes a new Amazon SES feature called + Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen + their organization's email infrastructure, simplify email workflow management, and streamline email + compliance control. + * api-change:``pi``: [``botocore``] Performance Insights added a new input parameter called + AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted + the acceptable input characters. + * api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for Db2 license through AWS + Marketplace. + * api-change:``storagegateway``: [``botocore``] Added new SMBSecurityStrategy enum named + MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. +- from version 1.34.109 + * api-change:``bedrock-agent``: [``botocore``] This release adds support for using Guardrails with + Bedrock Agents. + * api-change:``bedrock-agent-runtime``: [``botocore``] This release adds support for using + Guardrails with Bedrock Agents. + * api-change:``controltower``: [``botocore``] Added ListControlOperations API and filtering support + for ListEnabledControls API. Updates also includes added metadata for enabled controls and control + operations. + * api-change:``osis``: [``botocore``] Add support for creating an OpenSearch Ingestion pipeline + that is attached to a provided VPC. Add information about the destinations of an OpenSearch + Ingestion pipeline to the GetPipeline and ListPipelines APIs. + * api-change:``rds``: [``botocore``] This release adds support for EngineLifecycleSupport on + DBInstances, DBClusters, and GlobalClusters. + * api-change:``secretsmanager``: [``botocore``] add v2 smoke tests and smithy smokeTests trait for + SDK testing +- from version 1.34.108 + * api-change:``application-autoscaling``: [``botocore``] add v2 smoke tests and smithy smokeTests + trait for SDK testing. + * api-change:``codebuild``: [``botocore``] Aws CodeBuild now supports 36 hours build timeout + * api-change:``elbv2``: [``botocore``] This release adds dualstack-without-public-ipv4 IP address + type for ALB. + * api-change:``lakeformation``: [``botocore``] Introduces a new API, GetDataLakePrincipal, that + returns the identity of the invoking principal + * api-change:``transfer``: [``botocore``] Enable use of CloudFormation traits in Smithy model to + improve generated CloudFormation schema from the Smithy API model. +- from version 1.34.107 + * api-change:``acm-pca``: [``botocore``] This release adds support for waiters to fail on + AccessDeniedException when having insufficient permissions + * api-change:``connect``: [``botocore``] Adding Contact Flow metrics to the GetMetricDataV2 API + * api-change:``kafka``: [``botocore``] AWS MSK support for Broker Removal. + * api-change:``mwaa``: [``botocore``] Amazon MWAA now supports Airflow web server auto scaling to + automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow + User Interface (UI) users. Customers can specify maximum and minimum web server instances during + environment creation and update workflow. + * api-change:``quicksight``: [``botocore``] This release adds DescribeKeyRegistration and + UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). + * api-change:``sagemaker``: [``botocore``] Introduced WorkerAccessConfiguration to SageMaker + Workteam. This allows customers to configure resource access for workers in a workteam. + * api-change:``secretsmanager``: [``botocore``] Documentation updates for AWS Secrets Manager + * bugfix:retries: [``botocore``] Fix backoff calculation for truncated binary exponential backoff + (`#3178 `__) +- from version 1.34.106 + * api-change:``bedrock-agent-runtime``: [``botocore``] Updating Bedrock Knowledge Base Metadata & + Filters feature with two new filters listContains and stringContains + * api-change:``codebuild``: [``botocore``] CodeBuild Reserved Capacity VPC Support + * api-change:``datasync``: [``botocore``] Task executions now display a CANCELLING status when an + execution is in the process of being cancelled. + * api-change:``grafana``: [``botocore``] This release adds new ServiceAccount and + ServiceAccountToken APIs. + * api-change:``medical-imaging``: [``botocore``] Added support for importing medical imaging data + from Amazon S3 buckets across accounts and regions. + * api-change:``securityhub``: [``botocore``] Documentation-only update for AWS Security Hub +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed May 15 10:07:57 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index eefece1..9cd3640 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-boto3 -Version: 1.34.105 +Version: 1.34.122 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 URL: https://github.com/boto/boto3 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies -BuildRequires: %{python_module botocore >= 1.34.105 with %python-botocore < 1.35.0} +BuildRequires: %{python_module botocore >= 1.34.122 with %python-botocore < 1.35.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} @@ -34,7 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: (python-botocore >= 1.34.105 with python-botocore < 1.35.0) +Requires: (python-botocore >= 1.34.122 with python-botocore < 1.35.0) Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0) Requires: (python-s3transfer >= 0.10.0 with python-s3transfer < 0.11.0) BuildArch: noarch @@ -60,6 +60,7 @@ 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}