[ARVADOS] updated: 12cf6dc14d6ee5b19ee5ede7dd53a16a75894544
Git user
git at public.curoverse.com
Mon Jan 9 16:52:59 EST 2017
Summary of changes:
build/run-build-packages.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 12cf6dc14d6ee5b19ee5ede7dd53a16a75894544 (commit)
from 16a1220278fdb7fd98d0332a0bc688e38a485daa (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 12cf6dc14d6ee5b19ee5ede7dd53a16a75894544
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Jan 9 16:52:18 2017 -0500
Pin the python-pathlib2 dependency to 2.1.0, because 2.2 introduces more
dependencies and we've already got enough of those.
No issue #
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index b50538f..40e3b43 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -109,7 +109,7 @@ case "$TARGET" in
ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro ruamel.ordereddict
- cachecontrol 'pathlib2>=2.1.0')
+ cachecontrol 'pathlib2==2.1.0')
PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client==0.37.0)
;;
ubuntu1204)
@@ -120,7 +120,7 @@ case "$TARGET" in
ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
contextlib2 'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro isodate ruamel.ordereddict
- cachecontrol requests 'pathlib2>=2.1.0')
+ cachecontrol requests 'pathlib2==2.1.0')
PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client==0.37.0)
;;
ubuntu1404)
@@ -129,7 +129,7 @@ case "$TARGET" in
google-api-python-client==1.4.2 six uritemplate oauth2client==1.5.2 httplib2 \
rsa 'pycurl<7.21.5' backports.ssl_match_hostname pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro ruamel.ordereddict
- cachecontrol 'pathlib2>=2.1.0')
+ cachecontrol 'pathlib2==2.1.0')
PYTHON3_BACKPORTS=(docker-py==1.7.2 requests websocket-client==0.37.0)
;;
centos7)
@@ -148,7 +148,7 @@ case "$TARGET" in
python-daemon==2.1.1 llfuse==0.41.1 'pbr<1.0' pyyaml contextlib2 \
'rdflib>=4.2.0' shellescape mistune typing avro \
isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \
- ruamel.ordereddict cachecontrol 'pathlib2>=2.1.0')
+ ruamel.ordereddict cachecontrol 'pathlib2==2.1.0')
PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client==0.37.0)
export PYCURL_SSL_LIBRARY=nss
;;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list