[ARVADOS] updated: eebcb59b9aeeae8a1936fba15270e1f1f7b8487e

git at public.curoverse.com git at public.curoverse.com
Fri Sep 4 09:57:06 EDT 2015


Summary of changes:
 services/nodemanager/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  eebcb59b9aeeae8a1936fba15270e1f1f7b8487e (commit)
      from  a52ab8066f7db20fc5b74fdb8789453cf32ba872 (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 eebcb59b9aeeae8a1936fba15270e1f1f7b8487e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Sep 4 09:58:36 2015 -0400

    7193: Bump dependency to dev2

diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 16df376..ca9a702 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -31,11 +31,11 @@ setup(name='arvados-node-manager',
         'python-daemon',
         ],
       dependency_links = [
-          "https://github.com/curoverse/libcloud/archive/apache-libcloud-0.18.1.dev1.zip"
+          "https://github.com/curoverse/libcloud/archive/apache-libcloud-0.18.1.dev2.zip"
       ],
       scripts=['bin/arvados-node-manager'],
       test_suite='tests',
-      tests_require=['mock>=1.0', "apache-libcloud==0.18.1.dev1"],
+      tests_require=['mock>=1.0', "apache-libcloud==0.18.1.dev2"],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list