From f1921727d88880af7ed5be1f578bdb2138cf100f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 Feb 2024 07:56:50 +0000 Subject: python3-markupsafe: upgrade 2.1.3 -> 2.1.5 Note that 2.1.4 broke python3-jinja2 so skip to 2.1.5 which doesn't. (From OE-Core rev: 697a249f27d16adeeee074d0baad83ad67c7a9e6) Signed-off-by: Richard Purdie --- .../python/python3-markupsafe_2.1.3.bb | 27 ---------------------- .../python/python3-markupsafe_2.1.5.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb create mode 100644 meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb deleted file mode 100644 index b346cc85d9..0000000000 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python" -HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" - -SRC_URI[sha256sum] = "af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad" - -PYPI_PACKAGE = "MarkupSafe" -inherit pypi setuptools3 ptest - -RDEPENDS:${PN} += "${PYTHON_PN}-stringold" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ - ${PYTHON_PN}-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb new file mode 100644 index 0000000000..a38c97695b --- /dev/null +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb @@ -0,0 +1,27 @@ +SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python" +HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" + +SRC_URI[sha256sum] = "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" + +PYPI_PACKAGE = "MarkupSafe" +inherit pypi setuptools3 ptest + +RDEPENDS:${PN} += "${PYTHON_PN}-stringold" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ + ${PYTHON_PN}-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} -- cgit v1.2.3-54-g00ecf