changeset 34:05ce187da48a

Update client version.
author Catherine Wise <catherine.wise@csiro.au>
date Mon, 18 May 2015 16:14:32 +1000
parents c404b570013b
children d25b82c3276f
files TrustStoreGalaxyBrowse.xml tool_dependencies.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.xml	Mon May 18 16:03:47 2015 +1000
+++ b/TrustStoreGalaxyBrowse.xml	Mon May 18 16:14:32 2015 +1000
@@ -25,7 +25,7 @@
     <options sanitize="False" refresh="True"/>
 
     <requirements>
-        <requirement type="package" version="0.5.3">py_ts</requirement>
+        <requirement type="package" version="0.5.4">py_ts</requirement>
         <requirement type="python_module">py_ts</requirement>
         <requirement type="binary" version="1.0.0">openssl</requirement>
     </requirements>
--- a/tool_dependencies.xml	Mon May 18 16:03:47 2015 +1000
+++ b/tool_dependencies.xml	Mon May 18 16:14:32 2015 +1000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="py_ts" version="0.5.3">
+    <package name="py_ts" version="0.5.4">
         <readme>
             I should write this.
         </readme>
@@ -15,9 +15,9 @@
 pycrypto
 psycopg2
                 </action>
-                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.3.tar.gz</action>
+                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.4.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.3.tar.gz</action>
+$INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.4.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="set_environment">
                     <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>