From 139a9b3a46a07528dd418222883c3de6c3140d04 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 3 Feb 2023 09:50:28 -0800 Subject: python3-zipp: upgrade 3.11.0 -> 3.12.0 https://github.com/jaraco/zipp/blob/main/CHANGES.rst#v3120 v3.12.0 gh-101144: Honor encoding as positional parameter to Path.open() and Path.read_text(). (From OE-Core rev: c9d4362f1bebe220615c79288404f194a444326d) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-zipp_3.11.0.bb | 18 ------------------ meta/recipes-devtools/python/python3-zipp_3.12.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-zipp_3.11.0.bb create mode 100644 meta/recipes-devtools/python/python3-zipp_3.12.0.bb diff --git a/meta/recipes-devtools/python/python3-zipp_3.11.0.bb b/meta/recipes-devtools/python/python3-zipp_3.11.0.bb deleted file mode 100644 index 70ebafc168..0000000000 --- a/meta/recipes-devtools/python/python3-zipp_3.11.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files" -HOMEPAGE = "https://github.com/jaraco/zipp" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" - -SRC_URI[sha256sum] = "a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766" - -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" - -inherit pypi python_setuptools_build_meta - -DEPENDS += "${PYTHON_PN}-toml-native" - -RDEPENDS:${PN} += "${PYTHON_PN}-compression \ - ${PYTHON_PN}-math \ - ${PYTHON_PN}-more-itertools" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-zipp_3.12.0.bb b/meta/recipes-devtools/python/python3-zipp_3.12.0.bb new file mode 100644 index 0000000000..1b36e42543 --- /dev/null +++ b/meta/recipes-devtools/python/python3-zipp_3.12.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files" +HOMEPAGE = "https://github.com/jaraco/zipp" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" + +SRC_URI[sha256sum] = "73efd63936398aac78fd92b6f4865190119d6c91b531532e798977ea8dd402eb" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "${PYTHON_PN}-toml-native" + +RDEPENDS:${PN} += "${PYTHON_PN}-compression \ + ${PYTHON_PN}-math \ + ${PYTHON_PN}-more-itertools" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf