19807841 Update Jinja2 to 2.7.3 s11u2-sru
authorPadma Dakoju <padma.dakoju@oracle.com>
Fri, 31 Oct 2014 10:22:41 -0700
branchs11u2-sru
changeset 3447 d639a2942707
parent 3446 6ea1462f40fa
child 3449 e5342aff5cc4
19807841 Update Jinja2 to 2.7.3 19570221 problem in PYTHON-MOD/JINJA2
components/python/jinja2/Makefile
components/python/jinja2/jinja2-PYVER.p5m
--- a/components/python/jinja2/Makefile	Fri Oct 31 09:12:49 2014 -0700
+++ b/components/python/jinja2/Makefile	Fri Oct 31 10:22:41 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	Fri Oct 31 09:12:49 2014 -0700
+++ b/components/python/jinja2/jinja2-PYVER.p5m	Fri Oct 31 10:22:41 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)