diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-27 07:23:33 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-28 09:14:26 +0100 |
| commit | 78c9688fbaefe08e53f143908937d7c986d712e6 (patch) | |
| tree | 49ac3986a75c02c97f1a6242694e22eba84e82f8 /meta/recipes-devtools/python/python3-pip | |
| parent | 3e3468371a0d6e3e353236def5a7659c31d2d6f0 (diff) | |
| download | poky-78c9688fbaefe08e53f143908937d7c986d712e6.tar.gz | |
python3-pip: 24.0 -> 24.2
License-update: formatting, newly added trustore is under MIT.
(From OE-Core rev: 8b4717f6ef03e33f37ebf90bea10ac04ee501064)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pip')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch index 99fa14ee03..0481a78a88 100644 --- a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch +++ b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2aa82aeb0783c5fa7777b32bfe1dd3da9ae8fc6e Mon Sep 17 00:00:00 2001 | 1 | From 41542c2bf85c1c79bb55e6549e8f844b3a1db208 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Wed, 23 Feb 2022 12:27:06 +0000 | 3 | Date: Wed, 23 Feb 2022 12:27:06 +0000 |
| 4 | Subject: [PATCH] python3-pip: Don't change shebang | 4 | Subject: [PATCH] python3-pip: Don't change shebang |
| @@ -13,10 +13,10 @@ Upstream-Status: Inappropriate [OE specific config] | |||
| 13 | 1 file changed, 3 insertions(+), 1 deletion(-) | 13 | 1 file changed, 3 insertions(+), 1 deletion(-) |
| 14 | 14 | ||
| 15 | diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py | 15 | diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py |
| 16 | index cfa45d2..313f499 100644 | 16 | index e16292b..a3a161d 100644 |
| 17 | --- a/src/pip/_vendor/distlib/scripts.py | 17 | --- a/src/pip/_vendor/distlib/scripts.py |
| 18 | +++ b/src/pip/_vendor/distlib/scripts.py | 18 | +++ b/src/pip/_vendor/distlib/scripts.py |
| 19 | @@ -144,6 +144,8 @@ class ScriptMaker(object): | 19 | @@ -162,6 +162,8 @@ class ScriptMaker(object): |
| 20 | See also: http://www.in-ulm.de/~mascheck/various/shebang/#length | 20 | See also: http://www.in-ulm.de/~mascheck/various/shebang/#length |
| 21 | https://hg.mozilla.org/mozilla-central/file/tip/mach | 21 | https://hg.mozilla.org/mozilla-central/file/tip/mach |
| 22 | """ | 22 | """ |
| @@ -25,7 +25,7 @@ index cfa45d2..313f499 100644 | |||
| 25 | if os.name != 'posix': | 25 | if os.name != 'posix': |
| 26 | simple_shebang = True | 26 | simple_shebang = True |
| 27 | else: | 27 | else: |
| 28 | @@ -362,7 +364,7 @@ class ScriptMaker(object): | 28 | @@ -380,7 +382,7 @@ class ScriptMaker(object): |
| 29 | return | 29 | return |
| 30 | 30 | ||
| 31 | match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) | 31 | match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) |
