[ARVADOS-DEV] updated: 6ca2758f31fb1a4afeb4eb5aca3cd8d6af402169

git at public.curoverse.com git at public.curoverse.com
Tue Dec 1 17:14:10 EST 2015


Summary of changes:
 jenkins/run-build-packages.sh | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

       via  6ca2758f31fb1a4afeb4eb5aca3cd8d6af402169 (commit)
      from  24129230929833c3bad1e81b6af9b975c1f605a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 6ca2758f31fb1a4afeb4eb5aca3cd8d6af402169
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Dec 1 17:13:20 2015 -0500

    7839: Stop backporting requests for Python 2.
    
    This is no longer needed now that our Keep client is built on top of
    pycurl.  Confirmed by building all our Python packages from source
    into a fresh virtualenv.  requests does not appear in `pip freeze`.
    
    requests is still needed for Python 3 because docker-py uses it.
    
    Closes #7839.

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 59aa65c..84ada48 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -95,8 +95,7 @@ case "$TARGET" in
         PYTHON3_PKG_PREFIX=python3
         PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
             oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
-            rsa uritemplate httplib2 ws4py \
-            pykka requests six pyexecjs jsonschema \
+            rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
         PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         ;;
@@ -108,8 +107,7 @@ case "$TARGET" in
         PYTHON3_PKG_PREFIX=python3
         PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
             oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
-            rsa uritemplate httplib2 ws4py \
-            pykka requests six pyexecjs jsonschema \
+            rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
         PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         ;;
@@ -121,8 +119,7 @@ case "$TARGET" in
         PYTHON3_PKG_PREFIX=python3
         PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
             oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
-            rsa uritemplate httplib2 ws4py \
-            pykka requests six pyexecjs jsonschema \
+            rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
         PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         ;;
@@ -145,8 +142,7 @@ case "$TARGET" in
         PYTHON3_PKG_PREFIX=$PYTHON3_PACKAGE
         PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
             oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
-            rsa uritemplate httplib2 ws4py \
-            pykka requests six pyexecjs jsonschema \
+            rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl
             python-daemon lockfile llfuse 'pbr<1.0')
         PYTHON3_BACKPORTS=(docker-py six requests websocket-client)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list