diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-04-22 07:47:34 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-04-28 08:18:53 -0700 |
commit | 2e0aa8a92df3f7b3afc1fd7a939a6235bd3533b0 (patch) | |
tree | 472dc512e862e1d1fb84d7a41a7822ef3bc0a619 /meta/recipes-devtools/python | |
parent | 5df928793c5241c9f04943d7beeedfe196c602b3 (diff) | |
download | poky-2e0aa8a92df3f7b3afc1fd7a939a6235bd3533b0.tar.gz |
python3-jinja2: upgrade 3.1.4 -> 3.1.6
Includes fix for - CVE-2024-56326, CVE-2025-27516, CVE-2024-56201
Changelog:
https://github.com/pallets/jinja/blob/3.1.6/CHANGES.rst
https://github.com/pallets/jinja/blob/3.1.5/CHANGES.rst
(From OE-Core rev: a935ef8f205c9510ebc5539c133960bc72504902)
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-jinja2_3.1.6.bb (renamed from meta/recipes-devtools/python/python3-jinja2_3.1.4.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb index 2c02037011..de2b251049 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/Jinja2/" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" | 7 | SRC_URI[sha256sum] = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" |
8 | 8 | ||
9 | PYPI_PACKAGE = "jinja2" | 9 | PYPI_PACKAGE = "jinja2" |
10 | 10 | ||
@@ -21,6 +21,9 @@ SRC_URI += " \ | |||
21 | do_install_ptest() { | 21 | do_install_ptest() { |
22 | install -d ${D}${PTEST_PATH}/tests | 22 | install -d ${D}${PTEST_PATH}/tests |
23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
24 | |||
25 | # test_async items require trio module | ||
26 | rm -f ${D}${PTEST_PATH}/tests/test_async.py ${D}${PTEST_PATH}/tests/test_async_filters.py | ||
24 | } | 27 | } |
25 | 28 | ||
26 | RDEPENDS:${PN}-ptest += " \ | 29 | RDEPENDS:${PN}-ptest += " \ |