Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73b8db5fe8 | ||
|
|
da96094071 | ||
|
|
3fcf5e155d | ||
|
|
159d32e143 | ||
|
|
811a737fb9 | ||
|
|
9a3178e4ba |
1 changed files with 19 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: python-jinja2
|
Name: python-jinja2
|
||||||
Version: 3.1.6
|
Version: 3.1.6
|
||||||
Release: 1%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: General purpose template engine
|
Summary: General purpose template engine
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://palletsprojects.com/p/jinja/
|
URL: https://palletsprojects.com/p/jinja/
|
||||||
|
|
@ -76,7 +76,9 @@ rm -rvf docs/_build/html/.buildinfo
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest tests %{!?with_asyncio_tests:--ignore tests/test_async.py --ignore tests/test_async_filters.py}
|
# 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}
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-jinja2 -f %{pyproject_files}
|
%files -n python3-jinja2 -f %{pyproject_files}
|
||||||
|
|
@ -89,6 +91,21 @@ rm -rvf docs/_build/html/.buildinfo
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 9 2025 Thomas Moschny <thomas.moschny@gmx.de> - 3.1.6-1
|
||||||
- Update to 3.1.6.
|
- Update to 3.1.6.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue