diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-10-23 16:24:20 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 15:04:30 +0100 |
| commit | 085afc322b15bf0bdc1818d80227dc802e3f6bff (patch) | |
| tree | 33c33ecfd4af1712a09591ebaa63e62e5d40944c /meta/recipes-devtools/python/python3/cgi_py.patch | |
| parent | 8d909f94a630ba582a81068dc1ea52ce3470c6fb (diff) | |
| download | poky-085afc322b15bf0bdc1818d80227dc802e3f6bff.tar.gz | |
python3: update 3.12.6 -> 3.13.0
License-update: copyright years
Update 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch
to only include tests that do not fail under qemu (following upstream
change that also no longer obscures failures).
Drop
0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch
(backport)
0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
(fixed upstream)
0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch
(code completely rewritten upstream)
cgi_py.patch
(cgi and cgitb modules removed upstream)
Add fix-armv5.patch
(address armv5 crashes)
Modules removed in 3.13 (look for 'important removals'):
https://docs.python.org/3/whatsnew/3.13.html
Manifest updated accordingly.
Add an explicit dependency on libatomic (needed on mips
and ppc), as upstream has explicitly switched it off
in cross builds. It's a no-op on other targets.
Fcntl relocated to python3-core by the manifest script.
(From OE-Core rev: 0b49c9aa31279ecda565cc66b63d1d61723b37b8)
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/cgi_py.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/cgi_py.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/python/python3/cgi_py.patch b/meta/recipes-devtools/python/python3/cgi_py.patch deleted file mode 100644 index 8262c88e73..0000000000 --- a/meta/recipes-devtools/python/python3/cgi_py.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From a56778372fe8dc7c42f5ffd911d89498c22dd064 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mark Hatle <mark.hatle@windriver.com> | ||
| 3 | Date: Wed, 21 Sep 2011 20:55:33 -0500 | ||
| 4 | Subject: [PATCH] Lib/cgi.py: Update the script as mentioned in the comment | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [distribution] | ||
| 7 | |||
| 8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||
| 9 | |||
| 10 | --- | ||
| 11 | Lib/cgi.py | 11 +---------- | ||
| 12 | 1 file changed, 1 insertion(+), 10 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/Lib/cgi.py b/Lib/cgi.py | ||
| 15 | index 8787567..ebe8652 100755 | ||
| 16 | --- a/Lib/cgi.py | ||
| 17 | +++ b/Lib/cgi.py | ||
| 18 | @@ -1,13 +1,4 @@ | ||
| 19 | -#! /usr/local/bin/python | ||
| 20 | - | ||
| 21 | -# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is | ||
| 22 | -# intentionally NOT "/usr/bin/env python". On many systems | ||
| 23 | -# (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI | ||
| 24 | -# scripts, and /usr/local/bin is the default directory where Python is | ||
| 25 | -# installed, so /usr/bin/env would be unable to find python. Granted, | ||
| 26 | -# binary installations by Linux vendors often install Python in | ||
| 27 | -# /usr/bin. So let those vendors patch cgi.py to match their choice | ||
| 28 | -# of installation. | ||
| 29 | +#! /usr/bin/env python | ||
| 30 | |||
| 31 | """Support module for CGI (Common Gateway Interface) scripts. | ||
| 32 | |||
