summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-06-16 15:59:09 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2023-06-16 15:59:09 +0200
commita01110c196fb4ba464239941ec93ae402ab12dbf (patch)
tree0be6d7dc49a784de59f38ab90e64627a02c2792d
parent9248c7f963066118a6ec8a369000835d66dda3af (diff)
downloaddebian-ansible-core-a01110c196fb4ba464239941ec93ae402ab12dbf.zip
d/patches/: Rename and refresh resolvelib patch
-rw-r--r--debian/patches/0009-resolvelib_compat.patch (renamed from debian/patches/0009-resolvelib_0_9_0_compat.patch)4
-rw-r--r--debian/patches/series2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0009-resolvelib_0_9_0_compat.patch b/debian/patches/0009-resolvelib_compat.patch
index 24fc4787..3b4c9550 100644
--- a/debian/patches/0009-resolvelib_0_9_0_compat.patch
+++ b/debian/patches/0009-resolvelib_compat.patch
@@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ - ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0``.
--- a/lib/ansible/galaxy/dependency_resolution/providers.py
+++ b/lib/ansible/galaxy/dependency_resolution/providers.py
-@@ -42,7 +42,7 @@
+@@ -40,7 +40,7 @@
# TODO: add python requirements to ansible-test's ansible-core distribution info and remove the hardcoded lowerbound/upperbound fallback
RESOLVELIB_LOWERBOUND = SemanticVersion("0.5.3")
@@ -22,7 +22,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
RESOLVELIB_VERSION = SemanticVersion.from_loose_version(LooseVersion(resolvelib_version))
-@@ -220,7 +220,7 @@
+@@ -190,7 +190,7 @@
Mapping of identifier, list of named tuple pairs.
The named tuples have the entries ``requirement`` and ``parent``.
diff --git a/debian/patches/series b/debian/patches/series
index 465c3dc5..9eedd1c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
0005-use-py3.patch
-0009-resolvelib_0_9_0_compat.patch
+0009-resolvelib_compat.patch