Remove patch to rename test teardown methods
This commit is contained in:
parent
512d58d521
commit
c35582bd28
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue