diff -r bdf83a99948d -r 35178fc229b5 components/python/jinja2/Makefile --- a/components/python/jinja2/Makefile Fri Oct 10 14:52:24 2014 -0700 +++ b/components/python/jinja2/Makefile Mon Oct 13 14:05:27 2014 -0600 @@ -25,16 +25,16 @@ 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 -TPNO= 17235 +TPNO= 19350 include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/setup.py.mk