[ARVADOS] updated: 157847615412907e87d24fb1767470d0157a4c30
Git user
git at public.curoverse.com
Fri Apr 7 14:31:35 EDT 2017
Summary of changes:
build/build.list | 2 +-
sdk/python/setup.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via 157847615412907e87d24fb1767470d0157a4c30 (commit)
via 1b226fee3268f50ef670289fc5931a00866d69cd (commit)
from 4405570376295039b4c00577535a394eb011f8ad (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 157847615412907e87d24fb1767470d0157a4c30
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Apr 7 14:31:21 2017 -0400
11237: Tweak version dependencies.
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 7264973..5387b02 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -45,13 +45,13 @@ setup(name='arvados-python-client',
('share/doc/arvados-python-client', ['LICENSE-2.0.txt', 'README.rst']),
],
install_requires=[
- 'google-api-python-client>=1.6.2',
+ 'google-api-python-client==1.6.2, <1.7',
'ciso8601',
'httplib2 >= 0.9.2',
'pycurl >=7.19.5.1',
'setuptools',
'ws4py<0.4',
- 'ruamel.yaml==0.13.7'
+ 'ruamel.yaml>=0.13.7'
],
test_suite='tests',
tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
commit 1b226fee3268f50ef670289fc5931a00866d69cd
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Apr 7 14:21:35 2017 -0400
11237: Don't build oauth2client on ubuntu1604
diff --git a/build/build.list b/build/build.list
index 5d1397b..e163167 100644
--- a/build/build.list
+++ b/build/build.list
@@ -1,7 +1,7 @@
#distribution(s)|name|version|iteration|type|architecture|extra fpm arguments
debian8,ubuntu1204,centos7|python-gflags|2.0|2|python|all
debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|google-api-python-client|1.6.2|2|python|all
-debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|oauth2client|1.5.2|2|python|all
+debian8,ubuntu1204,ubuntu1404,centos7|oauth2client|1.5.2|2|python|all
debian8,ubuntu1204,ubuntu1404,centos7|pyasn1|0.1.7|2|python|all
debian8,ubuntu1204,ubuntu1404,centos7|pyasn1-modules|0.0.5|2|python|all
debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|rsa|3.4.2|2|python|all
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list