diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-03-23 19:08:45 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-03-23 19:08:45 -0400 |
| commit | 48c07a48a0e7d56266f20a01bb0c8ebc1085453b (patch) | |
| tree | 2e36a2e8ec53c54e13a01123a5eb775efbb4c069 /recipes-devtools/python | |
| parent | a8e3a87c89b26d2489cb5980a5003810c48e29f4 (diff) | |
| download | meta-virtualization-48c07a48a0e7d56266f20a01bb0c8ebc1085453b.tar.gz | |
python3-botocore: add upstream-status to patch
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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(+) |
