Mercurial > repos > cathywise > truststore_browse
changeset 7:0aa918dc17eb
Update client.
author | Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au> |
---|---|
date | Wed, 24 Jun 2015 12:45:52 +1000 |
parents | 6d584cb07217 |
children | 278e80313c7f |
files | TrustStoreGalaxyBrowse.xml tool_dependencies.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.xml Fri May 29 12:17:59 2015 +1000 +++ b/TrustStoreGalaxyBrowse.xml Wed Jun 24 12:45:52 2015 +1000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="ts_import_prod" name="Browse Data from TrustStore" tool_type="data_source" version="0.5.1" force_history_refresh="True"> +<tool id="ts_import_prod" name="Browse Data from TrustStore" tool_type="data_source" version="0.5.2" force_history_refresh="True"> <description>secure cloud storage.</description> <stdio> <exit_code range="2" err_level="fatal" description="Could not find store with given ID, or don't have access rights." /> @@ -25,7 +25,7 @@ <options sanitize="False" refresh="True"/> <requirements> - <requirement type="package" version="0.5.7">py_ts</requirement> + <requirement type="package" version="0.5.8">py_ts</requirement> <requirement type="python_module">py_ts</requirement> <requirement type="binary" version="1.0.0">openssl</requirement> </requirements>
--- a/tool_dependencies.xml Fri May 29 12:17:59 2015 +1000 +++ b/tool_dependencies.xml Wed Jun 24 12:45:52 2015 +1000 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="py_ts" version="0.5.7"> + <package name="py_ts" version="0.5.8"> <readme> I should write this. </readme> @@ -13,7 +13,7 @@ passlib pycrypto </action> - <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.7.tar.gz</action> + <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.8.tar.gz</action> <action type="shell_command">. $INSTALL_DIR/venv/bin/activate; $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.7.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action>