* api-change:``ec2``: This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances * api-change:``security-ir``: Update PrincipalId pattern documentation to reflect what user should receive back from the API call - from version 1.40.21 * api-change:``amp``: Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus * api-change:``auditmanager``: With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded. * api-change:``dsql``: Features: support for customer managed encryption keys * api-change:``glue``: This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning - from version 1.40.20 * api-change:``application-autoscaling``: Doc only update that addresses a customer reported issue. * api-change:``bedrock-agent-runtime``: Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress. * api-change:``cloudwatch``: Adds support for setting up Contributor Insight rules on logs transformed via Logs Transformation feature. * api-change:``ec2``: Release of Dualstack and Ipv6-only EC2 Public DNS hostnames * api-change:``partnercentral-selling``: Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations. - from version 1.40.19 * api-change:``datasync``: Remove Discovery APIs from the DataSync service * api-change:``ec2``: This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events. * api-change:``glue``: Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields. OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=230
22 lines
542 B
Diff
22 lines
542 B
Diff
diff -Nru aws-cli-1.40.22.orig/setup.py aws-cli-1.40.22/setup.py
|
|
--- aws-cli-1.40.22.orig/setup.py 2025-05-23 20:06:14.000000000 +0200
|
|
+++ aws-cli-1.40.22/setup.py 2025-05-27 09:12:55.639798334 +0200
|
|
@@ -24,12 +24,12 @@
|
|
|
|
|
|
install_requires = [
|
|
- 'botocore==1.38.23',
|
|
- 'docutils>=0.18.1,<=0.19',
|
|
+ 'botocore>=1.38.23',
|
|
+ 'docutils>=0.18.1',
|
|
's3transfer>=0.13.0,<0.14.0',
|
|
- 'PyYAML>=3.10,<6.1',
|
|
- 'colorama>=0.2.5,<0.4.7',
|
|
- 'rsa>=3.1.2,<4.8',
|
|
+ 'PyYAML>=3.10',
|
|
+ 'colorama>=0.2.5',
|
|
+ 'rsa>=3.1.2',
|
|
]
|
|
|
|
|