From: David Lord Date: Wed, 5 Mar 2025 20:15:40 +0000 (-0800) Subject: Merge branch 'stable' X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=220e67ae999c24e4077d7bf5bdc932757b65a338;p=thirdparty%2Fjinja.git Merge branch 'stable' --- 220e67ae999c24e4077d7bf5bdc932757b65a338 diff --cc CHANGES.rst index 5019208e,2844c4c0..fd6c1a92 --- a/CHANGES.rst +++ b/CHANGES.rst @@@ -1,16 -1,14 +1,25 @@@ .. currentmodule:: jinja2 +Version 3.2.0 +------------- + +Unreleased + +- Drop support for Python 3.7. +- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``. + :pr:`1793` +- Use ``flit_core`` instead of ``setuptools`` as build backend. + + + Version 3.1.6 + ------------- + + Released 2025-03-05 + + - The ``|attr`` filter does not bypass the environment's attribute lookup, + allowing the sandbox to apply its checks. :ghsa:`cpwx-vrp4-4pq7` + + Version 3.1.5 -------------