Mercurial > repos > cathywise > truststore_browse_testing
diff tool_dependencies.xml @ 44:5589d367885e
Bump version.
author | Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au> |
---|---|
date | Thu, 25 Jun 2015 11:11:15 +1000 |
parents | 1ca5aa0a4d6b |
children |
line wrap: on
line diff
--- 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>