aws-cli/ac_update-docutils.patch

21 lines
536 B
Diff
Raw Normal View History

- Update to 1.36.18 * api-change:``appsync``: Provides description of new Amazon Bedrock runtime datasource. * api-change:``cognito-idp``: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation. * api-change:``ec2``: This release includes a new API for modifying instance network-performance-options after launch. * api-change:``ecs``: This is a documentation only update to address various tickets for Amazon ECS. * api-change:``keyspaces``: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. * api-change:``medialive``: H265 outputs now support disabling the deblocking filter. * api-change:``workspaces``: Added text to clarify case-sensitivity - from version 1.36.17 * api-change:``partnercentral-selling``: Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling. * api-change:``qbusiness``: This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters. - from version 1.36.16 * api-change:``bedrock``: Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. * api-change:``bedrock-agent``: This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. * api-change:``bedrock-agent-runtime``: This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=224
2024-12-11 13:04:58 +01:00
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 @@
install_requires = [
'botocore==1.35.77',
- 'docutils>=0.10,<0.17',
- 's3transfer>=0.10.0,<0.11.0',
- 'PyYAML>=3.10,<6.1',
- 'colorama>=0.2.5,<0.4.7',
- 'rsa>=3.1.2,<4.8',
+ 'docutils>=0.10',
+ 's3transfer>=0.10.0',
+ 'PyYAML>=3.10',
+ 'colorama>=0.2.5',
+ 'rsa>=3.1.2',
]