components/python/heatclient/Makefile
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3166 a76983bc2aeb
--- a/components/python/heatclient/Makefile	Thu Apr 16 01:36:32 2015 -0700
+++ b/components/python/heatclient/Makefile	Mon Apr 20 12:35:51 2015 -0700
@@ -20,23 +20,26 @@
 #
 
 #
-# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
 #
+
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		python-heatclient
-COMPONENT_VERSION=	0.2.9
+COMPONENT_VERSION=	0.2.12
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:8cc6d99f86529633b8b5d99417358fd7c023223572f190ae3e1da09ff435420f
+    sha256:e9d5b74206b322ce30184a1b132a78b8be1806be85c77361fb72a966c4c48afe
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://launchpad.net/python-heatclient
 COMPONENT_BUGDB=	service/heat
 
-include $(WS_TOP)/make-rules/prep.mk
-include $(WS_TOP)/make-rules/setup.py.mk
-include $(WS_TOP)/make-rules/ips.mk
+TPNO=			21733
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/setup.py.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)