components/python/sqlalchemy/Makefile
changeset 6836 464d17ec745f
parent 6404 776ac4e2d089
child 7687 1093e2a9adbd
--- a/components/python/sqlalchemy/Makefile	Wed Sep 07 14:48:38 2016 -0700
+++ b/components/python/sqlalchemy/Makefile	Wed Sep 07 14:48:38 2016 -0700
@@ -20,22 +20,22 @@
 #
 
 #
-# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		SQLAlchemy
-COMPONENT_VERSION=	0.9.8
+COMPONENT_VERSION=	1.0.12
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389
+    sha256:6679e20eae780b67ba136a4a76f83bb264debaac2542beefe02069d0206518d1
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://www.sqlalchemy.org/
 COMPONENT_BUGDB=	python-mod/sqlalchemy
 
-TPNO=			21741
+TPNO=			28376
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
@@ -56,5 +56,4 @@
 
 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
 
-
 REQUIRED_PACKAGES += system/library