[ARVADOS] updated: 9d724d2028cc942b02f5a3846fc25d46761ce136

git at public.curoverse.com git at public.curoverse.com
Thu Sep 18 17:22:46 EDT 2014


Summary of changes:
 services/fuse/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9d724d2028cc942b02f5a3846fc25d46761ce136 (commit)
      from  67182ab96a8dda99ffa897a2fb04d361cd73777d (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 9d724d2028cc942b02f5a3846fc25d46761ce136
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Sep 18 17:24:35 2014 -0400

    3147: FUSE requires a built Python SDK.
    
    Unlike our Ruby Gems, Python package versioning is sensitive to
    commits that actually affect the package, rather than the entire
    arvados repository.  On the plus side, this makes it a little easier
    to reliably name a package version that meets our requirements.  This
    commit does that.  Refs #3147.

diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index c200a84..02450cb 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -20,7 +20,7 @@ setup(name='arvados_fuse',
         'bin/arv-mount'
         ],
       install_requires=[
-        'arvados-python-client>=0.1.1411070090',  # 2014-09-18
+        'arvados-python-client>=0.1.1411069908.8ba7f94',  # 2014-09-18
         'llfuse',
         'python-daemon'
         ],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list