components/python/requests/Makefile
changeset 6833 589d909fdd32
parent 4984 7145b15b7f0d
child 7687 1093e2a9adbd
--- a/components/python/requests/Makefile	Wed Sep 07 14:48:38 2016 -0700
+++ b/components/python/requests/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=		requests
-COMPONENT_VERSION=	2.6.0
+COMPONENT_VERSION=	2.9.1
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75
+    sha256:c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://python-requests.org/
 COMPONENT_BUGDB=	python-mod/requests
 
-TPNO=			21947
+TPNO=			28405
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
@@ -50,4 +50,5 @@
 
 # Tests require access to AWS services & the Internet
 test:		$(NO_TESTS)
-system-test:    $(NO_TESTS)
+
+system-test:	$(NO_TESTS)