From fc6d3e33c3fbd483b75253afd8c3b3f5e2080b3c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Mar 2025 09:17:26 +0000 Subject: python3-jinja2: upgrade 3.1.5 -> 3.1.6 (From OE-Core rev: 1c2240ec7d220c02a9e5e8224483146e0174027c) Signed-off-by: Richard Purdie --- .../python/python3-jinja2_3.1.5.bb | 41 ---------------------- .../python/python3-jinja2_3.1.6.bb | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-jinja2_3.1.5.bb create mode 100644 meta/recipes-devtools/python/python3-jinja2_3.1.6.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb deleted file mode 100644 index b9ef57f599..0000000000 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb +++ /dev/null @@ -1,41 +0,0 @@ -SUMMARY = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." -HOMEPAGE = "https://pypi.org/project/Jinja2/" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" - -SRC_URI[sha256sum] = "8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb" - -PYPI_PACKAGE = "jinja2" - -CVE_PRODUCT = "jinja2 jinja" - -CLEANBROKEN = "1" - -inherit pypi python_flit_core ptest-python-pytest - -do_install_ptest:append() { - # test_async items require trio module - rm -f ${D}${PTEST_PATH}/tests/test_async.py ${D}${PTEST_PATH}/tests/test_async_filters.py -} - -RDEPENDS:${PN}-ptest += " \ - python3-unixadmin \ -" - -RDEPENDS:${PN} += " \ - python3-asyncio \ - python3-crypt \ - python3-io \ - python3-json \ - python3-markupsafe \ - python3-math \ - python3-netclient \ - python3-numbers\ - python3-pickle \ - python3-pprint \ - python3-shell \ - python3-threading \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb new file mode 100644 index 0000000000..2e96eb0dcb --- /dev/null +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb @@ -0,0 +1,41 @@ +SUMMARY = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." +HOMEPAGE = "https://pypi.org/project/Jinja2/" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" + +SRC_URI[sha256sum] = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" + +PYPI_PACKAGE = "jinja2" + +CVE_PRODUCT = "jinja2 jinja" + +CLEANBROKEN = "1" + +inherit pypi python_flit_core ptest-python-pytest + +do_install_ptest:append() { + # test_async items require trio module + rm -f ${D}${PTEST_PATH}/tests/test_async.py ${D}${PTEST_PATH}/tests/test_async_filters.py +} + +RDEPENDS:${PN}-ptest += " \ + python3-unixadmin \ +" + +RDEPENDS:${PN} += " \ + python3-asyncio \ + python3-crypt \ + python3-io \ + python3-json \ + python3-markupsafe \ + python3-math \ + python3-netclient \ + python3-numbers\ + python3-pickle \ + python3-pprint \ + python3-shell \ + python3-threading \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf