Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
1 changed files with 2 additions and 19 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: python-jinja2
|
||||
Version: 3.1.6
|
||||
Release: 6%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: General purpose template engine
|
||||
License: BSD-3-Clause
|
||||
URL: https://palletsprojects.com/p/jinja/
|
||||
|
|
@ -76,9 +76,7 @@ rm -rvf docs/_build/html/.buildinfo
|
|||
|
||||
|
||||
%check
|
||||
# test_elif_deep is flaky for an unknown reason
|
||||
# https://github.com/pallets/jinja/issues/2079
|
||||
%pytest tests -k "not test_elif_deep" %{!?with_asyncio_tests:--ignore tests/test_async.py --ignore tests/test_async_filters.py}
|
||||
%pytest tests %{!?with_asyncio_tests:--ignore tests/test_async.py --ignore tests/test_async_filters.py}
|
||||
|
||||
|
||||
%files -n python3-jinja2 -f %{pyproject_files}
|
||||
|
|
@ -91,21 +89,6 @@ rm -rvf docs/_build/html/.buildinfo
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 3.1.6-6
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 3.1.6-5
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 3.1.6-3
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 3.1.6-2
|
||||
- Bootstrap for Python 3.14
|
||||
|
||||
* Sun Mar 9 2025 Thomas Moschny <thomas.moschny@gmx.de> - 3.1.6-1
|
||||
- Update to 3.1.6.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue