[ARVADOS] updated: 32430fd402dc70b32c945c72b0bb73abbe00a913

Git user git at public.curoverse.com
Wed Mar 29 10:54:23 EDT 2017


Summary of changes:
 build/build.list | 4 +---
 sdk/cwl/setup.py | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

       via  32430fd402dc70b32c945c72b0bb73abbe00a913 (commit)
      from  f92654c53d54dac198078d42d810b65383179073 (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 32430fd402dc70b32c945c72b0bb73abbe00a913
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 29 10:54:20 2017 -0400

    Fix packaging for python-arvados-cwl-runner refs #11333

diff --git a/build/build.list b/build/build.list
index 9e6317a..98f6a3b 100644
--- a/build/build.list
+++ b/build/build.list
@@ -16,7 +16,7 @@ debian8,ubuntu1204,ubuntu1404,ubuntu1604|backports.ssl_match_hostname|3.5.0.1|2|
 debian8,ubuntu1204,ubuntu1404,centos7|llfuse|0.41.1|3|python|amd64
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|pycurl|7.19.5.3|3|python|amd64
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|pyyaml|3.12|2|python|amd64
-debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|rdflib|4.2.1|2|python|all
+debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|rdflib|4.2.2|2|python|all
 debian8,ubuntu1204,ubuntu1404,centos7|shellescape|3.4.1|2|python|all
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|mistune|0.7.3|2|python|all
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|typing|3.5.3.0|2|python|all
@@ -34,8 +34,6 @@ ubuntu1204,centos7|isodate|0.5.4|2|python|all
 centos7|daemon|2.1.1|2|python|all
 centos7|pbr|0.11.1|2|python|all
 centos7|pyparsing|2.1.10|2|python|all
-centos7|sparqlwrapper|1.8.0|2|python|all
-centos7|html5lib|0.9999999|2|python|all
 centos7|keepalive|0.5|2|python|all
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|lockfile|0.12.2|2|python|all|--epoch 1
 all|ruamel.yaml|0.13.7|2|python|amd64|--python-setup-py-arguments --single-version-externally-managed
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 46f61ae..b8ed682 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -50,7 +50,7 @@ setup(name='arvados-cwl-runner',
       install_requires=[
           'cwltool==1.0.20170224141733',
           'schema-salad==2.2.20170222151604',
-          'typing==3.5.3',
+          'typing==3.5.3.0',
           'ruamel.yaml==0.13.7',
           'arvados-python-client>=0.1.20170112173420',
           'setuptools'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list