]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
changelog for reverting PackageLoader changes 1182/head
authorDavid Lord <davidism@gmail.com>
Mon, 30 Mar 2020 17:22:51 +0000 (10:22 -0700)
committerDavid Lord <davidism@gmail.com>
Mon, 30 Mar 2020 17:31:42 +0000 (10:31 -0700)
CHANGES.rst

index 0902830b30be7563bbf7f0ad86ada262eb925527..b16ed2b4af7c1080cb305be9540bb9fe628b7a1e 100644 (file)
@@ -15,6 +15,12 @@ Unreleased
 -   Showing an undefined error for an object that raises
     ``AttributeError`` on access doesn't cause a recursion error.
     :issue:`1177`
+-   Revert changes to :class:`~loaders.PackageLoader` from 2.10 which
+    removed the dependency on setuptools and pkg_resources, and added
+    limited support for namespace packages. The changes caused issues
+    when using Pytest. Due to the difficulty in supporting Python 2 and
+    :pep:`451` simultaneously, the changes are reverted until 3.0.
+    :pr:`1182`
 
 
 Version 2.11.1