diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3')
6 files changed, 8 insertions, 69 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch index 27a5992880..5485020eb4 100644 --- a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch +++ b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From df1a5e4bc6c8523eaa33daa2a90707fe6c6bddb6 Mon Sep 17 00:00:00 2001 | 1 | From b6ead2d17ceafed47e598b6f50f3ff669deec5ab Mon Sep 17 00:00:00 2001 |
| 2 | From: Jeremy Puhlman <jpuhlman@mvista.com> | 2 | From: Jeremy Puhlman <jpuhlman@mvista.com> |
| 3 | Date: Wed, 4 Mar 2020 00:06:42 +0000 | 3 | Date: Wed, 4 Mar 2020 00:06:42 +0000 |
| 4 | Subject: [PATCH] Don't search system for headers/libraries | 4 | Subject: [PATCH] Don't search system for headers/libraries |
diff --git a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch index ad384231a5..a9240b3c8a 100644 --- a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch +++ b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2d4bde19e0df7244e1cd17c4f4a255d488cb3e56 Mon Sep 17 00:00:00 2001 | 1 | From 01d209277e145072e478d8b9acfea3638ee16cdc Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Fri, 10 Sep 2021 12:28:31 +0200 | 3 | Date: Fri, 10 Sep 2021 12:28:31 +0200 |
| 4 | Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration | 4 | Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration |
diff --git a/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch b/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch index fc2241b5b9..6ab335a405 100644 --- a/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch +++ b/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7cfa712eecf02edaefaf0e51f3c8a31933b88db1 Mon Sep 17 00:00:00 2001 | 1 | From bb409432f03dd8256865292e382ad16613737829 Mon Sep 17 00:00:00 2001 |
| 2 | From: Matthias Schoepfer <matthias.schoepfer@ithinx.io> | 2 | From: Matthias Schoepfer <matthias.schoepfer@ithinx.io> |
| 3 | Date: Fri, 31 May 2019 15:34:34 +0200 | 3 | Date: Fri, 31 May 2019 15:34:34 +0200 |
| 4 | Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft | 4 | Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft |
| @@ -14,13 +14,12 @@ to do this in a more autoconf/autotools manner. | |||
| 14 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/13196] | 14 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/13196] |
| 15 | Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io> | 15 | Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io> |
| 16 | 16 | ||
| 17 | |||
| 18 | --- | 17 | --- |
| 19 | configure.ac | 175 +++++++-------------------------------------------- | 18 | configure.ac | 175 +++++++-------------------------------------------- |
| 20 | 1 file changed, 21 insertions(+), 154 deletions(-) | 19 | 1 file changed, 21 insertions(+), 154 deletions(-) |
| 21 | 20 | ||
| 22 | diff --git a/configure.ac b/configure.ac | 21 | diff --git a/configure.ac b/configure.ac |
| 23 | index 299786b..d0db062 100644 | 22 | index 4230ef2..ee08b1b 100644 |
| 24 | --- a/configure.ac | 23 | --- a/configure.ac |
| 25 | +++ b/configure.ac | 24 | +++ b/configure.ac |
| 26 | @@ -718,160 +718,27 @@ then | 25 | @@ -718,160 +718,27 @@ then |
| @@ -203,5 +202,5 @@ index 299786b..d0db062 100644 | |||
| 203 | + ;; | 202 | + ;; |
| 204 | +esac | 203 | +esac |
| 205 | 204 | ||
| 206 | if test x$PLATFORM_TRIPLET != xdarwin; then | 205 | AC_MSG_CHECKING([for multiarch]) |
| 207 | MULTIARCH=$($CC --print-multiarch 2>/dev/null) | 206 | AS_CASE([$ac_sys_system], |
diff --git a/meta/recipes-devtools/python/python3/0001-bpo-46114-Fix-OpenSSL-version-check-for-3.0.1-GH-301.patch b/meta/recipes-devtools/python/python3/0001-bpo-46114-Fix-OpenSSL-version-check-for-3.0.1-GH-301.patch deleted file mode 100644 index 6f4ceae188..0000000000 --- a/meta/recipes-devtools/python/python3/0001-bpo-46114-Fix-OpenSSL-version-check-for-3.0.1-GH-301.patch +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | Upstream-Status: Backport | ||
| 2 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
| 3 | |||
| 4 | From 251d2eadc7f5b4042245709f41c38169a284e146 Mon Sep 17 00:00:00 2001 | ||
| 5 | From: "Miss Islington (bot)" | ||
| 6 | <31488909+miss-islington@users.noreply.github.com> | ||
| 7 | Date: Fri, 17 Dec 2021 07:38:11 -0800 | ||
| 8 | Subject: [PATCH] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) | ||
| 9 | |||
| 10 | (cherry picked from commit 2985feac4e02d590bb78bcce9e30864be53280ac) | ||
| 11 | |||
| 12 | Co-authored-by: Christian Heimes <christian@python.org> | ||
| 13 | --- | ||
| 14 | .github/workflows/build.yml | 2 +- | ||
| 15 | Lib/test/test_ssl.py | 6 +++++- | ||
| 16 | .../next/Tests/2021-12-17-14-46-19.bpo-46114.9iyZ_9.rst | 1 + | ||
| 17 | Tools/ssl/multissltests.py | 2 +- | ||
| 18 | 4 files changed, 8 insertions(+), 3 deletions(-) | ||
| 19 | create mode 100644 Misc/NEWS.d/next/Tests/2021-12-17-14-46-19.bpo-46114.9iyZ_9.rst | ||
| 20 | |||
| 21 | diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py | ||
| 22 | index a485f7d4c3..873db6403d 100644 | ||
| 23 | --- a/Lib/test/test_ssl.py | ||
| 24 | +++ b/Lib/test/test_ssl.py | ||
| 25 | @@ -539,7 +539,11 @@ def test_openssl_version(self): | ||
| 26 | self.assertLessEqual(status, 15) | ||
| 27 | |||
| 28 | libressl_ver = f"LibreSSL {major:d}" | ||
| 29 | - openssl_ver = f"OpenSSL {major:d}.{minor:d}.{fix:d}" | ||
| 30 | + if major >= 3: | ||
| 31 | + # 3.x uses 0xMNN00PP0L | ||
| 32 | + openssl_ver = f"OpenSSL {major:d}.{minor:d}.{patch:d}" | ||
| 33 | + else: | ||
| 34 | + openssl_ver = f"OpenSSL {major:d}.{minor:d}.{fix:d}" | ||
| 35 | self.assertTrue( | ||
| 36 | s.startswith((openssl_ver, libressl_ver)), | ||
| 37 | (s, t, hex(n)) | ||
| 38 | diff --git a/Misc/NEWS.d/next/Tests/2021-12-17-14-46-19.bpo-46114.9iyZ_9.rst b/Misc/NEWS.d/next/Tests/2021-12-17-14-46-19.bpo-46114.9iyZ_9.rst | ||
| 39 | new file mode 100644 | ||
| 40 | index 0000000000..6878cea032 | ||
| 41 | --- /dev/null | ||
| 42 | +++ b/Misc/NEWS.d/next/Tests/2021-12-17-14-46-19.bpo-46114.9iyZ_9.rst | ||
| 43 | @@ -0,0 +1 @@ | ||
| 44 | +Fix test case for OpenSSL 3.0.1 version. OpenSSL 3.0 uses ``0xMNN00PP0L``. | ||
| 45 | diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py | ||
| 46 | index ba2663e9a3..8fe5b5d0c2 100755 | ||
| 47 | --- a/Tools/ssl/multissltests.py | ||
| 48 | +++ b/Tools/ssl/multissltests.py | ||
| 49 | @@ -48,7 +48,7 @@ | ||
| 50 | |||
| 51 | OPENSSL_RECENT_VERSIONS = [ | ||
| 52 | "1.1.1l", | ||
| 53 | - "3.0.0" | ||
| 54 | + "3.0.1" | ||
| 55 | ] | ||
| 56 | |||
| 57 | LIBRESSL_OLD_VERSIONS = [ | ||
| 58 | -- | ||
| 59 | 2.25.1 | ||
| 60 | |||
diff --git a/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch b/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch index 1a1e3e960c..3c62c2acb8 100644 --- a/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch +++ b/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 8a91a3047222ac533c2ca00b6d27cf6f992e6b11 Mon Sep 17 00:00:00 2001 | 1 | From 78dd1def953e18e7cda0325bb26d27c051bb6890 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Thu, 31 Jan 2019 16:46:30 +0100 | 3 | Date: Thu, 31 Jan 2019 16:46:30 +0100 |
| 4 | Subject: [PATCH] distutils/sysconfig: append | 4 | Subject: [PATCH] distutils/sysconfig: append |
diff --git a/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch b/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch index bb2984cc71..de4c6c4e19 100644 --- a/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch +++ b/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 99cfdb5f3debd38f50b73a7713161f8b56ce842e Mon Sep 17 00:00:00 2001 | 1 | From 33b5a31df6050110f4481a24f5a0a0bf7fe80096 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 14 May 2013 15:00:26 -0700 | 3 | Date: Tue, 14 May 2013 15:00:26 -0700 |
| 4 | Subject: [PATCH] python3: Add target and native recipes | 4 | Subject: [PATCH] python3: Add target and native recipes |
