From 131e1c0851433997eaf5549080f209f3ed64c02d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 3 Nov 2023 15:51:34 +0800 Subject: python3-wheel: upgrade 0.41.2 -> 0.41.3 Changelog: =========== Updated vendored packaging to 23.2 Fixed ABI tag generation for CPython 3.13a1 on Windows (From OE-Core rev: 18f56d041a3cc280146adbc113b7d33d16985f24) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-wheel_0.41.2.bb | 15 --------------- meta/recipes-devtools/python/python3-wheel_0.41.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-wheel_0.41.2.bb create mode 100644 meta/recipes-devtools/python/python3-wheel_0.41.3.bb diff --git a/meta/recipes-devtools/python/python3-wheel_0.41.2.bb b/meta/recipes-devtools/python/python3-wheel_0.41.2.bb deleted file mode 100644 index d11c6a857a..0000000000 --- a/meta/recipes-devtools/python/python3-wheel_0.41.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "The official binary distribution format for Python " -HOMEPAGE = "https://github.com/pypa/wheel" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" - -SRC_URI[sha256sum] = "0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985" - -inherit python_flit_core pypi - -BBCLASSEXTEND = "native nativesdk" - -# This used to use the bootstrap install which didn't compile. Until we bump the -# tmpdir version we can't compile the native otherwise the sysroot unpack fails -INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" diff --git a/meta/recipes-devtools/python/python3-wheel_0.41.3.bb b/meta/recipes-devtools/python/python3-wheel_0.41.3.bb new file mode 100644 index 0000000000..bdba98b8d5 --- /dev/null +++ b/meta/recipes-devtools/python/python3-wheel_0.41.3.bb @@ -0,0 +1,15 @@ +SUMMARY = "The official binary distribution format for Python " +HOMEPAGE = "https://github.com/pypa/wheel" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" + +SRC_URI[sha256sum] = "4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841" + +inherit python_flit_core pypi + +BBCLASSEXTEND = "native nativesdk" + +# This used to use the bootstrap install which didn't compile. Until we bump the +# tmpdir version we can't compile the native otherwise the sysroot unpack fails +INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" -- cgit v1.2.3-54-g00ecf