diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-09-19 18:51:49 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-10-03 09:51:17 -0700 |
commit | 6303a9d5b575617a8c9137d1a26f94022fe8d1c1 (patch) | |
tree | eb840a30aed2aef7186c9d07c2fb7d94acf44730 | |
parent | 1811a2d13e212c80da5be41515872ee404079929 (diff) | |
download | poky-6303a9d5b575617a8c9137d1a26f94022fe8d1c1.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)
(From OE-Core rev: 7108dccff524888d77f0e5e02d9cc4523a700a91)
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 3fe82d5e4e..d4f61cad26 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 | ||
@@ -22,6 +22,9 @@ SRC_URI += " \ | |||
22 | do_install_ptest() { | 22 | do_install_ptest() { |
23 | install -d ${D}${PTEST_PATH}/tests | 23 | install -d ${D}${PTEST_PATH}/tests |
24 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 24 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
25 | |||
26 | # test_async items require trio module | ||
27 | rm -f ${D}${PTEST_PATH}/tests/test_async.py ${D}${PTEST_PATH}/tests/test_async_filters.py | ||
25 | } | 28 | } |
26 | 29 | ||
27 | RDEPENDS:${PN}-ptest += " \ | 30 | RDEPENDS:${PN}-ptest += " \ |