Accepting request 1239886 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1239886 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=103
This commit is contained in:
commit
d8c6f94cf1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb5ad33d3b4dca3b345160ecf34573e60bc1753fae39419c7d99b668e4e15486
|
||||
size 2849802
|
3
1.37.2.tar.gz
Normal file
3
1.37.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a58499a8ac111d40d362f8f944d1e69c24b6569993e7be4c22f6c9d55ced185b
|
||||
size 2882709
|
@ -1,17 +1,19 @@
|
||||
diff -Nru aws-cli-1.36.18.orig/setup.py aws-cli-1.36.18/setup.py
|
||||
--- aws-cli-1.36.18.orig/setup.py 2024-12-09 20:31:21.000000000 +0100
|
||||
+++ aws-cli-1.36.18/setup.py 2024-12-11 09:53:00.742420072 +0100
|
||||
@@ -25,11 +25,11 @@
|
||||
diff -Nru aws-cli-1.37.2.orig/setup.py aws-cli-1.37.2/setup.py
|
||||
--- aws-cli-1.37.2.orig/setup.py 2025-01-17 20:10:57.000000000 +0100
|
||||
+++ aws-cli-1.37.2/setup.py 2025-01-22 11:12:03.215683385 +0100
|
||||
@@ -24,12 +24,12 @@
|
||||
|
||||
|
||||
install_requires = [
|
||||
'botocore==1.35.77',
|
||||
- 'botocore==1.36.2',
|
||||
- 'docutils>=0.10,<0.17',
|
||||
- 's3transfer>=0.10.0,<0.11.0',
|
||||
- 's3transfer>=0.11.0,<0.12.0',
|
||||
- 'PyYAML>=3.10,<6.1',
|
||||
- 'colorama>=0.2.5,<0.4.7',
|
||||
- 'rsa>=3.1.2,<4.8',
|
||||
+ 'botocore>=1.36.2',
|
||||
+ 'docutils>=0.10',
|
||||
+ 's3transfer>=0.10.0',
|
||||
+ 's3transfer>=0.11.0',
|
||||
+ 'PyYAML>=3.10',
|
||||
+ 'colorama>=0.2.5',
|
||||
+ 'rsa>=3.1.2',
|
||||
|
288
aws-cli.changes
288
aws-cli.changes
@ -1,3 +1,291 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 10:12:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.37.2
|
||||
* api-change:``bedrock-runtime``: Allow hyphens in tool name for Converse and ConverseStream APIs
|
||||
* api-change:``detective``: Doc only update for Detective documentation.
|
||||
* api-change:``ec2``: Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge,
|
||||
p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
|
||||
* api-change:``notifications``: Added support for Managed Notifications, integration with AWS
|
||||
Organization and added aggregation summaries for Aggregate Notifications
|
||||
* api-change:``sagemaker``: Correction of docs for "Added support for ml.trn1.32xlarge instance
|
||||
type in Reserved Capacity Offering"
|
||||
- from version 1.37.1
|
||||
* api-change:``ecs``: The release addresses Amazon ECS documentation tickets.
|
||||
* api-change:``sagemaker``: Added support for ml.trn1.32xlarge instance type in Reserved Capacity
|
||||
Offering
|
||||
- from version 1.37.0
|
||||
* api-change:``apigateway``: Documentation updates for Amazon API Gateway
|
||||
* api-change:``bedrock-agent-runtime``: Now supports streaming for inline agents.
|
||||
* api-change:``cognito-identity``: corrects the dual-stack endpoint configuration
|
||||
* api-change:``partnercentral-selling``: Add Tagging support for ResourceSnapshotJob resources
|
||||
* api-change:``s3``: This change enhances integrity protections for new SDK requests to S3. S3 SDKs
|
||||
now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and
|
||||
new default integrity protections for S3 requests.
|
||||
* api-change:``security-ir``: Increase minimum length of Threat Actor IP 'userAgent' to 1.
|
||||
* api-change:``sesv2``: This release introduces a new recommendation in Virtual Deliverability
|
||||
Manager Advisor, which detects elevated complaint rates for customer sending identities.
|
||||
* api-change:``workspaces``: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
|
||||
* api-change:``workspaces-thin-client``: Mark type in MaintenanceWindow as required.
|
||||
* feature:``s3``: The S3 client attempts to validate response checksums for all S3 API operations
|
||||
that support checksums. However, if the SDK has not implemented the specified checksum algorithm
|
||||
then this validation is skipped. Checksum validation behavior can be configured using the
|
||||
``when_supported`` and ``when_required`` options - in code using the
|
||||
``response_checksum_validation`` parameter for ``botocore.config.Config``, in the shared AWS config
|
||||
file using ``response_checksum_validation``, or as an env variable using
|
||||
``AWS_RESPONSE_CHECKSUM_VALIDATION``.
|
||||
* feature:``s3``: Added support for the CRC64NVME checksum algorithm in the S3 client through the
|
||||
optional AWS CRT (``awscrt``) dependency.
|
||||
* feature:``s3``: S3 client behavior is updated to always calculate a CRC32 checksum by default for
|
||||
operations that support it (such as PutObject or UploadPart), or require it (such as
|
||||
DeleteObjects). Checksum behavior can be configured using ``when_supported`` and ``when_required``
|
||||
options - in code using the ``request_checksum_calculation`` parameter for
|
||||
``botocore.config.Config``, in the shared AWS config file using ``request_checksum_calculation``,
|
||||
or as an env variable using ``AWS_REQUEST_CHECKSUM_CALCULATION``. Note: Botocore will no longer
|
||||
automatically compute and populate the Content-MD5 header.
|
||||
- from version 1.36.40
|
||||
* api-change:``gamelift``: Amazon GameLift releases a new game session placement feature:
|
||||
PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement
|
||||
locations for a single StartGameSessionPlacement request.
|
||||
* api-change:``route53``: Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1)
|
||||
for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
|
||||
- from version 1.36.39
|
||||
* api-change:``artifact``: Support resolving regional API calls to partition's leader region
|
||||
endpoint.
|
||||
* api-change:``bedrock``: With this release, Bedrock Evaluation will now support latency-optimized
|
||||
inference for foundation models.
|
||||
* api-change:``ec2``: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint
|
||||
and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
|
||||
* api-change:``kafkaconnect``: Support updating connector configuration via UpdateConnector API.
|
||||
Release Operations API to monitor the status of the connector operation.
|
||||
* api-change:``transcribe``: This update provides tagging support for Transcribe's Call Analytics
|
||||
Jobs and Call Analytics Categories.
|
||||
- from version 1.36.38
|
||||
* api-change:``redshift``: Additions to the PubliclyAccessible and Encrypted parameters clarifying
|
||||
what the defaults are.
|
||||
* api-change:``securitylake``: Doc only update for ServiceName that fixes several customer-reported
|
||||
issues
|
||||
* api-change:``sts``: Fixed typos in the descriptions.
|
||||
- from version 1.36.37
|
||||
* api-change:``codebuild``: AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
|
||||
* api-change:``compute-optimizer``: This release expands AWS Compute Optimizer rightsizing
|
||||
recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies
|
||||
and multiple instance types.
|
||||
* api-change:``fms``: AWS Firewall Manager now lets you combine multiple resource tags using the
|
||||
logical AND operator or the logical OR operator.
|
||||
- from version 1.36.36
|
||||
* api-change:``rds``: Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime
|
||||
description.
|
||||
* api-change:``route53``: Amazon Route 53 now supports the Asia Pacific (Thailand) Region
|
||||
(ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that
|
||||
region
|
||||
* api-change:``sagemaker``: Adds support for IPv6 for SageMaker HyperPod cluster nodes.
|
||||
- from version 1.36.35
|
||||
* api-change:``cloudhsmv2``: Adds support to ModifyCluster for modifying a Cluster's Hsm Type.
|
||||
* api-change:``dynamodb``: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be
|
||||
configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
|
||||
* api-change:``imagebuilder``: This release adds support for importing images from ISO disk files.
|
||||
Added new ImportDiskImage API operation.
|
||||
* enhancement:``s3 ls``: Expose low-level ``ListBuckets` parameters ``Prefix`` and ``BucketRegion``
|
||||
to high-level ``s3 ls`` command as ``--bucket-name-prefix`` and ``--bucket-region``.
|
||||
- from version 1.36.34
|
||||
* api-change:``iotsecuretunneling``: Adds dualstack endpoint support for IoT Secure Tunneling
|
||||
* api-change:``supplychain``: Allow vanity DNS domain when creating a new ASC instance
|
||||
- from version 1.36.33
|
||||
* api-change:``ecs``: Adding SDK reference examples for Amazon ECS operations.
|
||||
* api-change:``route53domains``: Doc only update for Route 53 Domains that fixes several
|
||||
customer-reported issues
|
||||
* api-change:``s3``: This change is only for updating the model regexp of CopySource which is not
|
||||
for validation but only for documentation and user guide change.
|
||||
- from version 1.36.32
|
||||
* api-change:``appsync``: Modify UpdateGraphQLAPI operation and flag authenticationType as required.
|
||||
* api-change:``gamelift``: Amazon GameLift releases a new game session shutdown feature. Use the
|
||||
Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad
|
||||
state or is no longer needed.
|
||||
* api-change:``mediaconnect``: AWS Elemental MediaConnect now supports Content Quality Analysis for
|
||||
enhanced source stream monitoring. This enables you to track specific audio and video metrics in
|
||||
transport stream source flows, ensuring your content meets quality standards.
|
||||
* api-change:``mediaconvert``: This release adds support for the AVC3 codec and fixes an alignment
|
||||
issue with Japanese vertical captions.
|
||||
* api-change:``organizations``: Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to
|
||||
ConstraintViolationException for the EnableAllFeatures operation.
|
||||
* api-change:``sagemaker``: Adding ETag information with Model Artifacts for Model Registry
|
||||
* api-change:``sqs``: In-flight message typo fix from 20k to 120k.
|
||||
- from version 1.36.31
|
||||
* api-change:``ecr``: Restoring custom endpoint functionality for ECR
|
||||
* api-change:``ecr-public``: Restoring custom endpoint functionality for ECR Public
|
||||
- from version 1.36.30
|
||||
* api-change:``rds``: Updates Amazon RDS documentation to correct various descriptions.
|
||||
- from version 1.36.29
|
||||
* api-change:``bcm-pricing-calculator``: Added ConflictException to DeleteBillEstimate.
|
||||
* api-change:``ecr``: Add support for Dualstack Endpoints
|
||||
* api-change:``network-firewall``: Dual-stack endpoints are now supported.
|
||||
* api-change:``securityhub``: Documentation updates for AWS Security Hub
|
||||
- from version 1.36.28
|
||||
* api-change:``ecr``: Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
|
||||
* api-change:``ecr-public``: Add support for Dualstack endpoints
|
||||
* api-change:``eks``: This release adds support for DescribeClusterVersions API that provides
|
||||
important information about Kubernetes versions along with end of support dates
|
||||
* api-change:``glue``: Add IncludeRoot parameters to GetCatalogs API to return root catalog.
|
||||
- from version 1.36.27
|
||||
* api-change:``bedrock-agent``: Support for custom user agent and max web pages crawled for web
|
||||
connector. Support app only credentials for SharePoint connector. Increase agents memory duration
|
||||
limit to 365 days. Support to specify max number of session summaries to include in agent
|
||||
invocation context.
|
||||
* api-change:``bedrock-agent-runtime``: bedrock agents now supports long term memory and
|
||||
performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance
|
||||
configs
|
||||
* api-change:``bedrock-data-automation``: Documentation update for Amazon Bedrock Data Automation
|
||||
* api-change:``bedrock-data-automation-runtime``: Documentation update for Amazon Bedrock Data
|
||||
Automation Runtime
|
||||
* api-change:``billing``: Added new API's for defining and fetching Billing Views.
|
||||
* api-change:``ce``: Support for retrieving cost, usage, and forecast for billing view.
|
||||
* api-change:``connect``: This release supports adding NotAttributeCondition and Range to the
|
||||
RoutingCriteria object.
|
||||
* api-change:``docdb``: Support AWS Secret Manager managed password for AWS DocumentDB
|
||||
instance-based cluster.
|
||||
* api-change:``eks``: This release expands the catalog of upgrade insight checks
|
||||
* api-change:``macie2``: This release adds support for identifying S3 general purpose buckets that
|
||||
exceed the Amazon Macie quota for preventative control monitoring.
|
||||
* api-change:``outposts``: Add CS8365C as a supported power connector for Outpost sites.
|
||||
* api-change:``sagemaker``: This release adds support for c6i, m6i and r6i instance on SageMaker
|
||||
Hyperpod and trn1 instances in batch
|
||||
- from version 1.36.26
|
||||
* api-change:``appstream``: Added support for Rocky Linux 8 on Amazon AppStream 2.0
|
||||
* api-change:``mediaconvert``: This release adds support for inserting timecode tracks into MP4
|
||||
container outputs.
|
||||
* api-change:``medialive``: MediaLive is releasing ListVersions api
|
||||
* api-change:``qconnect``: Amazon Q in Connect enables agents to ask Q for assistance in multiple
|
||||
languages and Q will provide answers and recommended step-by-step guides in those languages. Qs
|
||||
default language is English (United States) and you can switch this by setting the locale
|
||||
configuration on the AI Agent.
|
||||
* api-change:``ssm-sap``: AWS Systems Manager for SAP added support for registration and discovery
|
||||
of distributed ABAP applications
|
||||
* api-change:``workspaces``: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.
|
||||
- from version 1.36.25
|
||||
* api-change:``amplify``: Added WAF Configuration to Amplify Apps
|
||||
* api-change:``budgets``: Releasing minor partition endpoint updates
|
||||
* api-change:``connect``: This release adds support for the UpdateParticipantAuthentication API
|
||||
used for customer authentication within Amazon Connect chats.
|
||||
* api-change:``connectparticipant``: This release adds support for the GetAuthenticationUrl and
|
||||
CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats.
|
||||
There are also minor updates to the GetAttachment API.
|
||||
* api-change:``datasync``: AWS DataSync introduces the ability to update attributes for in-cloud
|
||||
locations.
|
||||
* api-change:``iot``: Release connectivity status query API which is a dedicated high
|
||||
throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
|
||||
* api-change:``mwaa``: Added support for Apache Airflow version 2.10.3 to MWAA.
|
||||
* api-change:``quicksight``: Add support for PerformanceConfiguration attribute to Dataset entity.
|
||||
Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
|
||||
* api-change:``resiliencehub``: AWS Resilience Hub now automatically detects already configured
|
||||
CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered
|
||||
resources in the corresponding list API responses. It also allows you to include or exclude test
|
||||
recommendations for an AppComponent.
|
||||
* api-change:``transfer``: Added AS2 agreement configurations to control filename preservation and
|
||||
message signing enforcement. Added AS2 connector configuration to preserve content type from S3
|
||||
objects.
|
||||
- from version 1.36.24
|
||||
* api-change:``account``: Update endpoint configuration.
|
||||
* api-change:``backup``: Add Support for Backup Indexing
|
||||
* api-change:``backupsearch``: Add support for searching backups
|
||||
* api-change:``batch``: This feature allows AWS Batch on Amazon EKS to support configuration of Pod
|
||||
Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and
|
||||
Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
|
||||
* api-change:``cleanroomsml``: Add support for SQL compute configuration for
|
||||
StartAudienceGenerationJob API.
|
||||
* api-change:``cloudfront``: Adds support for OriginReadTimeout and OriginKeepaliveTimeout to
|
||||
create CloudFront Distributions with VPC Origins.
|
||||
* api-change:``codepipeline``: AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
|
||||
* api-change:``ecs``: Added support for enableFaultInjection task definition parameter which can be
|
||||
used to enable Fault Injection feature on ECS tasks.
|
||||
* api-change:``m2``: This release adds support for AWS Mainframe Modernization(M2) Service to allow
|
||||
specifying network type(ipv4, dual) for the environment instances. For dual network type, m2
|
||||
environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve
|
||||
only IPv4 requests.
|
||||
* api-change:``synthetics``: Add support to toggle outbound IPv6 traffic on canaries connected to
|
||||
dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter
|
||||
of the VpcConfig input object in CreateCanary and UpdateCanary APIs.
|
||||
- from version 1.36.23
|
||||
* api-change:``cloud9``: Added information about Ubuntu 18.04 will be removed from the available
|
||||
imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.
|
||||
* api-change:``dlm``: This release adds support for Local Zones in Amazon Data Lifecycle Manager
|
||||
EBS snapshot lifecycle policies.
|
||||
* api-change:``ec2``: This release adds support for EBS local snapshots in AWS Dedicated Local
|
||||
Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.
|
||||
* api-change:``greengrassv2``: Add support for runtime in GetCoreDevice and ListCoreDevices APIs.
|
||||
* api-change:``medialive``: AWS Elemental MediaLive adds three new features: MediaPackage v2
|
||||
endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups,
|
||||
and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in
|
||||
output streams.
|
||||
* api-change:``rds``: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value
|
||||
for RDS Proxy ClientPasswordAuthType.
|
||||
- from version 1.36.22
|
||||
* api-change:``cloudhsmv2``: Add support for Dual-Stack hsm2m.medium clusters. The customers will
|
||||
now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by
|
||||
specifying a new param called NetworkType=DUALSTACK during cluster creation.
|
||||
* api-change:``ec2``: This release adds GroupId to the response for DeleteSecurityGroup.
|
||||
* api-change:``eks``: Add NodeRepairConfig in CreateNodegroupRequest and
|
||||
UpdateNodegroupConfigRequest
|
||||
* api-change:``logs``: Limit PutIntegration IntegrationName and ListIntegrations
|
||||
IntegrationNamePrefix parameters to 50 characters
|
||||
* api-change:``mediaconnect``: AWS Elemental MediaConnect Gateway now supports Source Specific
|
||||
Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to
|
||||
a multicast IP when creating or updating an ingress bridge source.
|
||||
* api-change:``networkmanager``: There was a sentence fragment in
|
||||
UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an
|
||||
incomplete sentence or if it was a typo. Removed the fragment.
|
||||
* api-change:``servicediscovery``: AWS Cloud Map now supports service-level attributes, allowing
|
||||
you to associate custom metadata directly with services. These attributes can be retrieved,
|
||||
updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and
|
||||
DeleteServiceAttributes API calls.
|
||||
- from version 1.36.21
|
||||
* api-change:``connect``: Configure holidays and other overrides to hours of operation in advance.
|
||||
During contact handling, Amazon Connect automatically checks for overrides and provides customers
|
||||
with an appropriate flow path. After an override period passes call center automatically reverts to
|
||||
standard hours of operation.
|
||||
* api-change:``dms``: Add parameters to support for kerberos authentication. Add parameter for
|
||||
disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer
|
||||
value with Kinesis/Kafka settings.
|
||||
* api-change:``glue``: To support customer-managed encryption in Data Quality to allow customers
|
||||
encrypt data with their own KMS key, we will add a DataQualityEncryption field to the
|
||||
SecurityConfiguration API where customers can provide their KMS keys.
|
||||
* api-change:``guardduty``: Improved descriptions for certain APIs.
|
||||
* api-change:``route53domains``: This release includes the following API updates: added the
|
||||
enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to
|
||||
non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters.
|
||||
- from version 1.36.20
|
||||
* api-change:``artifact``: Add support for listing active customer agreements for the calling AWS
|
||||
Account.
|
||||
* api-change:``cloudtrail``: Doc-only updates for CloudTrail.
|
||||
* api-change:``cognito-idp``: Updated descriptions for some API operations and parameters,
|
||||
corrected some errors in Cognito user pools
|
||||
* api-change:``controlcatalog``: Minor documentation updates to the content of
|
||||
ImplementationDetails object part of the Control Catalog GetControl API
|
||||
* api-change:``emr-serverless``: This release adds support for accessing system profile logs in
|
||||
Lake Formation-enabled jobs.
|
||||
* api-change:``mgh``: API and documentation updates for AWS MigrationHub related to adding support
|
||||
for listing migration task updates and associating, disassociating and listing source resources
|
||||
* api-change:``sesv2``: Introduces support for multi-region endpoint.
|
||||
* api-change:``timestream-influxdb``: Adds networkType parameter to CreateDbInstance API which
|
||||
allows IPv6 support to the InfluxDB endpoint
|
||||
- from version 1.36.19
|
||||
* api-change:``application-autoscaling``: Doc only update for AAS Predictive Scaling policy
|
||||
configuration API.
|
||||
* api-change:``bcm-pricing-calculator``: Updated condition key inference from Workload Estimate,
|
||||
Bill Scenario, and Bill Estimate resources. Updated documentation links.
|
||||
* api-change:``connect``: Add support for Push Notifications for Amazon Connect chat. With Push
|
||||
Notifications enabled an alert could be sent to customers about new messages even when they aren't
|
||||
actively using the mobile application.
|
||||
* api-change:``finspace``: Update KxCommandLineArgument value parameter regex to allow for spaces
|
||||
and semicolons
|
||||
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to customize
|
||||
thumbnails recording mode and interval for both Individual Participant Recording (IPR) and
|
||||
Server-Side Compositions (SSC).
|
||||
* api-change:``sesv2``: Introduces support for creating DEED (Deterministic Easy-DKIM) identities.
|
||||
- Refresh patches for new version
|
||||
* ac_update-docutils.patch
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 08:54:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-cli
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: aws-cli
|
||||
Version: 1.36.18
|
||||
Version: 1.37.2
|
||||
Release: 0
|
||||
Summary: Amazon Web Services Command Line Interface
|
||||
License: Apache-2.0
|
||||
@ -42,13 +42,13 @@ BuildRequires: %{pythons}-pip
|
||||
BuildRequires: %{pythons}-setuptools
|
||||
BuildRequires: %{pythons}-wheel
|
||||
Requires: %{pythons}
|
||||
Requires: %{pythons}-botocore >= 1.35.60
|
||||
Requires: %{pythons}-botocore >= 1.36.2
|
||||
Requires: %{pythons}-six
|
||||
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
|
||||
Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0)
|
||||
Requires: (%{pythons}-docutils >= 0.10 with %{pythons}-docutils < 0.30)
|
||||
Requires: (%{pythons}-rsa >= 3.1.2 with %{pythons}-rsa < 5.0.0)
|
||||
Requires: (%{pythons}-s3transfer >= 0.10.0 with %{pythons}-s3transfer < 0.11.0)
|
||||
Requires: (%{pythons}-s3transfer >= 0.11.0 with %{pythons}-s3transfer < 0.12.0)
|
||||
|
||||
%description
|
||||
The AWS Command Line Interface (CLI) is a unified tool to manage AWS
|
||||
|
Loading…
x
Reference in New Issue
Block a user