From 5f2b568c892641330f38cb0e65d53a165f070897 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 17 Apr 2023 16:07:55 +0800 Subject: python3-packaging: upgrade 23.0 -> 23.1 Changelog: =========== Parse raw metadata Import underlying parser functions as an underscored variable Improve error for local version label with unsupported operators Add dedicated error for specifiers with incorrect .* suffix Replace spaces in platform names with underscores Relax typing of _key on _BaseVersion Handle prefix match with zeros at end of prefix correctly (From OE-Core rev: ecd541b4290932d2b547376e8dc04863634f11a7) Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-packaging_23.0.bb | 18 ------------------ meta/recipes-devtools/python/python3-packaging_23.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-packaging_23.0.bb create mode 100644 meta/recipes-devtools/python/python3-packaging_23.1.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.0.bb deleted file mode 100644 index bda124e32c..0000000000 --- a/meta/recipes-devtools/python/python3-packaging_23.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Core utilities for Python packages" -HOMEPAGE = "https://github.com/pypa/packaging" -LICENSE = "Apache-2.0 | BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" - -SRC_URI[sha256sum] = "b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97" - -inherit pypi python_flit_core - -BBCLASSEXTEND = "native nativesdk" - -# Bootstrap the native build -DEPENDS:remove:class-native = "python3-build-native" -RDEPENDS:${PN} += "python3-profile" - -do_compile:class-native () { - python_flit_core_do_manual_build -} diff --git a/meta/recipes-devtools/python/python3-packaging_23.1.bb b/meta/recipes-devtools/python/python3-packaging_23.1.bb new file mode 100644 index 0000000000..53d3522dd7 --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_23.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Core utilities for Python packages" +HOMEPAGE = "https://github.com/pypa/packaging" +LICENSE = "Apache-2.0 | BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" + +SRC_URI[sha256sum] = "a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f" + +inherit pypi python_flit_core + +BBCLASSEXTEND = "native nativesdk" + +# Bootstrap the native build +DEPENDS:remove:class-native = "python3-build-native" +RDEPENDS:${PN} += "python3-profile" + +do_compile:class-native () { + python_flit_core_do_manual_build +} -- cgit v1.2.3-54-g00ecf