Remove patch to rename test teardown methods

This commit is contained in:
Tim Landscheidt 2024-03-17 23:06:05 +00:00
commit c35582bd28

View file

@ -2,7 +2,7 @@
Name: python-jinja2
Version: 3.1.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: General purpose template engine
License: BSD-3-Clause
URL: https://palletsprojects.com/p/jinja/
@ -51,8 +51,6 @@ BuildRequires: python3-sphinx-issues
%prep
%autosetup -p1 -n %{srcname}-%{version}
# Fix for https://github.com/pallets/jinja/issues/1758
sed -i "s/def teardown/def teardown_method/" tests/test_loader.py
%generate_buildrequires
%pyproject_buildrequires -x i18n
@ -86,6 +84,9 @@ rm -rvf docs/_build/html/.buildinfo
%changelog
* Sun Mar 17 2024 Tim Landscheidt <tim@tim-landscheidt.de> - 3.1.3-2
- Remove patch to rename test teardown methods
* Thu Jan 11 2024 Michel Lind <salimma@fedoraproject.org> - 3.1.3-1
- Update to 3.1.3 to fix CVE-2024-22195