changeset 44:5589d367885e

Bump version.
author Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
date Thu, 25 Jun 2015 11:11:15 +1000
parents 174df9815ecd
children 31838e0ecf45
files TrustStoreGalaxyBrowse.xml tool_dependencies.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.xml	Thu Jun 25 11:09:43 2015 +1000
+++ b/TrustStoreGalaxyBrowse.xml	Thu Jun 25 11:11:15 2015 +1000
@@ -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>
@@ -35,4 +35,4 @@
 
 Upload files to TrustStore using the desktop client.
     </help>
-</tool>
\ No newline at end of file
+</tool>
--- a/tool_dependencies.xml	Thu Jun 25 11:09:43 2015 +1000
+++ b/tool_dependencies.xml	Thu Jun 25 11:11:15 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,9 +13,9 @@
 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>
+$INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.8.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>