forked from pool/aws-cli
Robert Schweikert
c193c1592a
- Update to 1.32.105 * api-change:``connect``: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances. * api-change:``s3``: Updated a few x-id in the http uri traits - from version 1.32.104 * api-change:``events``: Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API. * api-change:``vpc-lattice``: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10. - from version 1.32.103 * api-change:``discovery``: add v2 smoke tests and smithy smokeTests trait for SDK testing * api-change:``greengrassv2``: Mark ComponentVersion in ComponentDeploymentSpecification as required. * api-change:``sagemaker``: Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications. * api-change:``sso-oidc``: Updated request parameters for PKCE support. - from version 1.32.102 * api-change:``bedrock-agent-runtime``: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. * api-change:``pinpoint``: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. * api-change:``route53resolver``: Update the DNS Firewall settings to correct a spelling issue. * api-change:``ssm-sap``: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP * api-change:``verifiedpermissions``: Adds policy effect and actions fields to Policy API's. - from version 1.32.101 OBS-URL: https://build.opensuse.org/request/show/1174470 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=207
37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
diff -Nru aws-cli-1.32.105.orig/requirements-docs.txt aws-cli-1.32.105/requirements-docs.txt
|
|
--- aws-cli-1.32.105.orig/requirements-docs.txt 2024-05-14 20:05:47.000000000 +0200
|
|
+++ aws-cli-1.32.105/requirements-docs.txt 2024-05-16 13:42:46.446914441 +0200
|
|
@@ -3,7 +3,7 @@
|
|
jinja2<3.1
|
|
|
|
|
|
-docutils>=0.10,<0.17
|
|
+docutils>=0.10
|
|
Sphinx==1.4.9
|
|
-e .
|
|
# alabaster version 0.7.13 requires Sphinx>1.6
|
|
diff -Nru aws-cli-1.32.105.orig/setup.cfg aws-cli-1.32.105/setup.cfg
|
|
--- aws-cli-1.32.105.orig/setup.cfg 2024-05-14 20:05:47.000000000 +0200
|
|
+++ aws-cli-1.32.105/setup.cfg 2024-05-16 13:43:08.640300938 +0200
|
|
@@ -4,7 +4,7 @@
|
|
[metadata]
|
|
requires_dist =
|
|
botocore==1.34.105
|
|
- docutils>=0.10,<0.17
|
|
+ docutils>=0.10
|
|
s3transfer>=0.10.0,<0.11.0
|
|
PyYAML>=3.10,<6.1
|
|
colorama>=0.2.5,<0.4.7
|
|
diff -Nru aws-cli-1.32.105.orig/setup.py aws-cli-1.32.105/setup.py
|
|
--- aws-cli-1.32.105.orig/setup.py 2024-05-14 20:05:47.000000000 +0200
|
|
+++ aws-cli-1.32.105/setup.py 2024-05-16 13:42:57.993608767 +0200
|
|
@@ -25,7 +25,7 @@
|
|
|
|
install_requires = [
|
|
'botocore==1.34.105',
|
|
- 'docutils>=0.10,<0.17',
|
|
+ 'docutils>=0.10',
|
|
's3transfer>=0.10.0,<0.11.0',
|
|
'PyYAML>=3.10,<6.1',
|
|
'colorama>=0.2.5,<0.4.7',
|