22766026 update cx_Oracle to v5.2.1
authorjmcp <James.McPherson@oracle.com>
Fri, 08 Apr 2016 13:57:36 -0700
changeset 5753 dbbcee61d77f
parent 5752 bf899c64486e
child 5754 6ededfcf5619
22766026 update cx_Oracle to v5.2.1
components/python/cx_oracle/Makefile
--- a/components/python/cx_oracle/Makefile	Mon Apr 11 06:21:21 2016 -0700
+++ b/components/python/cx_oracle/Makefile	Fri Apr 08 13:57:36 2016 -0700
@@ -19,22 +19,22 @@
 # CDDL HEADER END
 
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		cx_Oracle
-COMPONENT_VERSION=	5.2
+COMPONENT_VERSION=	5.2.1
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=		\
-	sha256:c580d5e7fa9748326dbae22f5832401f229ddda5354ec17120d9b28893925bbb
+	sha256:3dfedd9538f50dee41493020c1f589e5c61835a0c8fd14f5a6c47b5919258e81
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=  http://cx-oracle.sourceforge.net/
 COMPONENT_BUGDB=	python-mod/cx_oracle
 
-TPNO=			23247
+TPNO=			26442
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/ips.mk