--- a/components/python/jinja2/Makefile Thu Aug 21 15:36:47 2014 -0700
+++ b/components/python/jinja2/Makefile Mon Oct 27 13:02:13 2014 -0700
@@ -25,11 +25,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= Jinja2
-COMPONENT_VERSION= 2.7.2
+COMPONENT_VERSION= 2.7.3
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
- sha256:310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235
+ sha256:2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= http://jinja.pocoo.org/
COMPONENT_BUGDB= python-mod/jinja2
--- a/components/python/jinja2/jinja2-PYVER.p5m Thu Aug 21 15:36:47 2014 -0700
+++ b/components/python/jinja2/jinja2-PYVER.p5m Mon Oct 27 13:02:13 2014 -0700
@@ -30,7 +30,7 @@
value="Jinja2 is one of the most used template engines for Python. It is inspired by Django's templating system but extends it with an expressive language that gives template authors a more powerful set of tools. On top of that it adds sandboxed execution and optional automatic escaping for applications where security is important. It is internally based on Unicode and runs on a wide range of Python versions."
set name=com.oracle.info.description \
value="Jinja2, the template engine for Python"
-set name=com.oracle.info.tpno value=17235
+set name=com.oracle.info.tpno value=19350
set name=info.classification \
value=org.opensolaris.category.2008:Development/Python
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)