22766026 update cx_Oracle to v5.2.1 s11u3-sru
authorjmcp <James.McPherson@oracle.com>
Wed, 20 Apr 2016 18:34:58 -0700
branchs11u3-sru
changeset 5834 972d35dd7561
parent 5825 6ec78f5685db
child 5838 951519074c2e
22766026 update cx_Oracle to v5.2.1
components/python/cx_oracle/Makefile
--- a/components/python/cx_oracle/Makefile	Wed Apr 20 15:14:25 2016 -0700
+++ b/components/python/cx_oracle/Makefile	Wed Apr 20 18:34:58 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
 
 # Specifying PYTHON2_VERSIONS so that we don't get the 2.6
 # version built as well. It's an oversight in setup.py.mk