Skip to content

Commit d029ed6

Browse files
[2.0] Fix ptest for python-jinja2 (#13029)
1 parent 6d3db60 commit d029ed6

File tree

4 files changed

+88
-5
lines changed

4 files changed

+88
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
From a7d0437cde633312d69215ce9494cc845f74e823 Mon Sep 17 00:00:00 2001
2+
From: Kanishk-Bansal <[email protected]>
3+
Date: Wed, 19 Mar 2025 06:03:11 +0000
4+
Subject: [PATCH] python-jinja2-testing-deps
5+
6+
---
7+
requirements/tests.txt | 20 +++++++++-----------
8+
tests/test_loader.py | 6 ++++--
9+
2 files changed, 13 insertions(+), 13 deletions(-)
10+
11+
diff --git a/requirements/tests.txt b/requirements/tests.txt
12+
index 02dd8e8..b6b592b 100644
13+
--- a/requirements/tests.txt
14+
+++ b/requirements/tests.txt
15+
@@ -1,22 +1,20 @@
16+
#
17+
-# This file is autogenerated by pip-compile with python 3.10
18+
+# This file is autogenerated by pip-compile-multi
19+
# To update, run:
20+
#
21+
-# pip-compile requirements/tests.in
22+
+# pip-compile-multi
23+
#
24+
-attrs==21.2.0
25+
+attrs==21.4.0
26+
# via pytest
27+
-iniconfig==1.1.1
28+
+exceptiongroup==1.1.1
29+
# via pytest
30+
-packaging==21.2
31+
+iniconfig==1.1.1
32+
# via pytest
33+
-pluggy==1.0.0
34+
+packaging==23.2
35+
# via pytest
36+
-py==1.11.0
37+
+pluggy==1.5.0
38+
# via pytest
39+
-pyparsing==2.4.7
40+
- # via packaging
41+
-pytest==6.2.5
42+
+pytest==7.4.0
43+
# via -r requirements/tests.in
44+
-toml==0.10.2
45+
+tomli==2.0.1
46+
# via pytest
47+
diff --git a/tests/test_loader.py b/tests/test_loader.py
48+
index b300c8f..cec2d63 100644
49+
--- a/tests/test_loader.py
50+
+++ b/tests/test_loader.py
51+
@@ -174,6 +174,7 @@ class TestFileSystemLoader:
52+
53+
class TestModuleLoader:
54+
archive = None
55+
+ mod_env = None
56+
57+
def compile_down(self, prefix_loader, zip="deflated"):
58+
log = []
59+
@@ -187,13 +188,14 @@ class TestModuleLoader:
60+
self.mod_env = Environment(loader=loaders.ModuleLoader(self.archive))
61+
return "".join(log)
62+
63+
- def teardown(self):
64+
- if hasattr(self, "mod_env"):
65+
+ def teardown_method(self):
66+
+ if self.archive is not None:
67+
if os.path.isfile(self.archive):
68+
os.remove(self.archive)
69+
else:
70+
shutil.rmtree(self.archive)
71+
self.archive = None
72+
+ self.mod_env = None
73+
74+
def test_log(self, prefix_loader):
75+
log = self.compile_down(prefix_loader)
76+
--
77+
2.45.2
78+

SPECS/python-jinja2/python-jinja2.spec

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A fast and easy to use template engine written in pure Python
22
Name: python-jinja2
33
Version: 3.0.3
4-
Release: 6%{?dist}
4+
Release: 7%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -13,6 +13,7 @@ Patch1: CVE-2024-34064.patch
1313
Patch2: CVE-2024-56201.patch
1414
Patch3: CVE-2024-56326.patch
1515
Patch4: CVE-2025-27516.patch
16+
Patch5: python-jinja2-testing-deps.patch
1617
BuildArch: noarch
1718

1819
%description
@@ -26,6 +27,7 @@ BuildRequires: python3-setuptools
2627
BuildRequires: python3-xml
2728
%if 0%{?with_check}
2829
BuildRequires: python3-pip
30+
BuildRequires: python3-pytest
2931
%endif
3032
Requires: python3
3133
Requires: python3-markupsafe
@@ -48,8 +50,8 @@ sed -i 's/\r$//' LICENSE.rst # Fix wrong EOL encoding
4850
%py3_install
4951

5052
%check
51-
pip3 install tox
52-
tox -e py%{python3_version_nodots}
53+
pip3 install tox packaging==23.2
54+
tox -v -e py%{python3_version_nodots} --
5355

5456
%files -n python3-jinja2
5557
%defattr(-,root,root)
@@ -58,6 +60,9 @@ tox -e py%{python3_version_nodots}
5860
%{python3_sitelib}/Jinja2-%{version}-py%{python3_version}.egg-info
5961

6062
%changelog
63+
* Wed Mar 19 2025 Kanishk Bansal <[email protected]> - 3.0.3-7
64+
- Add patch python-jinja2-testing-deps to fix ptest
65+
6166
* Fri Mar 07 2025 Kanishk Bansal <[email protected]> - 3.0.3-6
6267
- Address CVE-2025-27516 with an upstream patch
6368

toolkit/resources/manifests/package/toolchain_aarch64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ python3-Cython-0.29.33-2.cm2.aarch64.rpm
518518
python3-debuginfo-3.9.19-11.cm2.aarch64.rpm
519519
python3-devel-3.9.19-11.cm2.aarch64.rpm
520520
python3-gpg-1.16.0-2.cm2.aarch64.rpm
521-
python3-jinja2-3.0.3-6.cm2.noarch.rpm
521+
python3-jinja2-3.0.3-7.cm2.noarch.rpm
522522
python3-libcap-ng-0.8.2-2.cm2.aarch64.rpm
523523
python3-libs-3.9.19-11.cm2.aarch64.rpm
524524
python3-libxml2-2.10.4-6.cm2.aarch64.rpm

toolkit/resources/manifests/package/toolchain_x86_64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ python3-Cython-0.29.33-2.cm2.x86_64.rpm
524524
python3-debuginfo-3.9.19-11.cm2.x86_64.rpm
525525
python3-devel-3.9.19-11.cm2.x86_64.rpm
526526
python3-gpg-1.16.0-2.cm2.x86_64.rpm
527-
python3-jinja2-3.0.3-6.cm2.noarch.rpm
527+
python3-jinja2-3.0.3-7.cm2.noarch.rpm
528528
python3-libcap-ng-0.8.2-2.cm2.x86_64.rpm
529529
python3-libs-3.9.19-11.cm2.x86_64.rpm
530530
python3-libxml2-2.10.4-6.cm2.x86_64.rpm

0 commit comments

Comments
 (0)