components/python/six/Makefile
changeset 6834 8af5d0f2dd88
parent 4339 6501cf9c29f9
child 7687 1093e2a9adbd
--- a/components/python/six/Makefile	Wed Sep 07 14:48:38 2016 -0700
+++ b/components/python/six/Makefile	Wed Sep 07 14:48:38 2016 -0700
@@ -20,22 +20,22 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		six
-COMPONENT_VERSION=	1.9.0
+COMPONENT_VERSION=	1.10.0
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
+    sha256:105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
-COMPONENT_PROJECT_URL=	http://pypi.python.org/pypi/six/
+COMPONENT_PROJECT_URL=	https://bitbucket.org/gutworth/six
 COMPONENT_BUGDB=	python-mod/six
 
-TPNO=			21739
+TPNO=			28745
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
@@ -54,4 +54,4 @@
 
 test:		$(TEST_NO_ARCH)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)