diff --git a/programming/language/python/python-Jinja2/actions.py b/programming/language/python/python-Jinja2/actions.py
index 45eb111e..57b3b121 100755
--- a/programming/language/python/python-Jinja2/actions.py
+++ b/programming/language/python/python-Jinja2/actions.py
@@ -4,11 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import autotools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import pythonmodules
examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
diff --git a/programming/language/python/python-Jinja2/pspec.xml b/programming/language/python/python-Jinja2/pspec.xml
index 9f1ee360..fea8cfff 100755
--- a/programming/language/python/python-Jinja2/pspec.xml
+++ b/programming/language/python/python-Jinja2/pspec.xml
@@ -13,7 +13,7 @@
app:console
A small but fast and easy to use stand-alone template engine written in pure python
Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.
- https://github.com/pallets/jinja/archive/2.11.1.tar.gz
+ https://github.com/pallets/jinja/archive/2.11.2.tar.gz
@@ -47,6 +47,13 @@
+
+ 2020-07-20
+ 2.11.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-02-06
2.11.1