diff options
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/python3-botocore/0001-Fix-rejecting-URLs-with-unsafe-characters-in-is_vali.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-botocore/0001-Fix-rejecting-URLs-with-unsafe-characters-in-is_vali.patch b/recipes-devtools/python/python3-botocore/0001-Fix-rejecting-URLs-with-unsafe-characters-in-is_vali.patch index 6a43608e..95b30a08 100644 --- a/recipes-devtools/python/python3-botocore/0001-Fix-rejecting-URLs-with-unsafe-characters-in-is_vali.patch +++ b/recipes-devtools/python/python3-botocore/0001-Fix-rejecting-URLs-with-unsafe-characters-in-is_vali.patch | |||
@@ -14,6 +14,9 @@ in botocore. | |||
14 | The solution is based on a similar fix in Django. | 14 | The solution is based on a similar fix in Django. |
15 | 15 | ||
16 | Fixes #2377 | 16 | Fixes #2377 |
17 | |||
18 | Upstream-Status: Backport | ||
19 | |||
17 | --- | 20 | --- |
18 | botocore/utils.py | 10 ++++++++++ | 21 | botocore/utils.py | 10 ++++++++++ |
19 | 1 file changed, 10 insertions(+) | 22 | 1 file changed, 10 insertions(+) |