aws-cli/ac_update-docutils.patch

49 lines
1.3 KiB
Diff
Raw Normal View History

From e2b4ba4e616cad6b9c4c3d4c999404ddda4261b2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 20 Sep 2023 20:54:58 +0000
Subject: [PATCH] Update docutils requirement from <0.17,>=0.10 to >=0.10,<0.21
Updates the requirements on [docutils](https://docutils.sourceforge.io/) to permit the latest version.
---
updated-dependencies:
- dependency-name: docutils
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
---
requirements-docs.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements-docs.txt b/requirements-docs.txt
index 2211707c5..68d63109d 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -3,7 +3,7 @@
jinja2<3.1
-docutils>=0.10,<0.17
+docutils>=0.10,<0.21
Sphinx==1.4.9
-e .
# alabaster version 0.7.13 requires Sphinx>1.6
diff --git a/setup.py b/setup.py
index 0dc82bf12..2e48a1a4e 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def find_version(*file_paths):
install_requires = [
Accepting request 1143642 from home:rjschwei:branches:Cloud:Tools - Switch to Python 3.11 build in SLE 15 SP4 and openSUSE Leap 15.4 and later (jsc#PCT-371) - Switch to wheel build - Update to version 1.32.31 * Forward port ac_update-docutils.patch * api-change:``datazone``: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects * api-change:``route53``: Update the SDKs for text changes in the APIs. - From 1.32.30 * api-change:``autoscaling``: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. * api-change:``comprehend``: Comprehend PII analysis now supports Spanish input documents. * api-change:``ec2``: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. * api-change:``mwaa``: This release adds MAINTENANCE environment status for Amazon MWAA environments. * api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience. * api-change:``snowball``: Modified description of createaddress to include direction to add path when providing a JSON file. - From 1.32.29 * api-change:``connect``: Update list and string length limits for predefined OBS-URL: https://build.opensuse.org/request/show/1143642 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=200
2024-02-12 13:13:12 +01:00
'botocore==1.34.31',
- 'docutils>=0.10,<0.17',
+ 'docutils>=0.10,<0.21',
Accepting request 1143642 from home:rjschwei:branches:Cloud:Tools - Switch to Python 3.11 build in SLE 15 SP4 and openSUSE Leap 15.4 and later (jsc#PCT-371) - Switch to wheel build - Update to version 1.32.31 * Forward port ac_update-docutils.patch * api-change:``datazone``: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects * api-change:``route53``: Update the SDKs for text changes in the APIs. - From 1.32.30 * api-change:``autoscaling``: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. * api-change:``comprehend``: Comprehend PII analysis now supports Spanish input documents. * api-change:``ec2``: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. * api-change:``mwaa``: This release adds MAINTENANCE environment status for Amazon MWAA environments. * api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience. * api-change:``snowball``: Modified description of createaddress to include direction to add path when providing a JSON file. - From 1.32.29 * api-change:``connect``: Update list and string length limits for predefined OBS-URL: https://build.opensuse.org/request/show/1143642 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=200
2024-02-12 13:13:12 +01:00
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
'colorama>=0.2.5,<0.4.5',
--
2.43.0