--- a/components/python/mako/Makefile Thu Jan 15 11:38:17 2015 -0800
+++ b/components/python/mako/Makefile Thu Jan 15 16:31:26 2015 -0800
@@ -20,22 +20,22 @@
#
#
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= Mako
-COMPONENT_VERSION= 0.4.1
+COMPONENT_VERSION= 1.0.0
COMPONENT_PROJECT_URL= http://www.makotemplates.org/
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
- sha256:c282a6bb1c15571e1bc1612df58e6b5bb8d3d7c57169e641434bb50d303af6e9
-COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)downloads/$(COMPONENT_ARCHIVE)
+ sha256:a3cd72cfef507204b50f74ffcbfcfde7e856437891d3f6cfe780866986d006fe
+COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_BUGDB= python-mod/mako
-TPNO= 10020
+TPNO= 20425
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/setup.py.mk
--- a/components/python/mako/mako-PYVER.p5m Thu Jan 15 11:38:17 2015 -0800
+++ b/components/python/mako/mako-PYVER.p5m Thu Jan 15 16:31:26 2015 -0800
@@ -20,7 +20,7 @@
#
#
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
#
set name=pkg.fmri \
@@ -49,11 +49,14 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mako/_ast_util.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ast.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/mako/cmd.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/codegen.py
+file path=usr/lib/python$(PYVER)/vendor-packages/mako/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/autohandler.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/babelplugin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/beaker_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/preprocessors.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/pygmentplugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/turbogears.py