[ARVADOS] updated: e0a85f879dfa5ffcb2713e10b62ae49662c10878
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 4 10:01:29 EST 2014
Summary of changes:
services/fuse/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e0a85f879dfa5ffcb2713e10b62ae49662c10878 (commit)
from 68dae835a2f8bebd5664211a60fc76d50e5ecc23 (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 e0a85f879dfa5ffcb2713e10b62ae49662c10878
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Nov 4 09:48:44 2014 -0500
Update version dependency to ensure CollectionReader has a normalize() method. refs #3706
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index be9e4e6..1e72fee 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -36,7 +36,7 @@ setup(name='arvados_fuse',
'bin/arv-mount'
],
install_requires=[
- 'arvados-python-client>=0.1.1411069908.8ba7f94', # 2014-09-18
+ 'arvados-python-client>=0.1.20141103223015.68dae83',
'llfuse',
'python-daemon'
],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list