[ARVADOS] updated: 1.1.0-88-g03c98e4
Git user
git at public.curoverse.com
Wed Oct 18 14:53:20 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
sdk/python/setup.py | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
via 03c98e4b95b64427684c0299fc7a1168c6730a1e (commit)
from f8186e7d6a7eb02b3305f5c2010a5727029693bf (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 03c98e4b95b64427684c0299fc7a1168c6730a1e
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Wed Oct 18 15:53:07 2017 -0300
12389: Fix for last digit in version for python iteration
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 5a4a3bc..e1234ef 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -411,7 +411,7 @@ fpm_build () {
fi
# We can always add an --iteration here. If another one is specified in $@,
# that will take precedence, as desired.
- #COMMAND_ARR+=(--iteration "$default_iteration_value")
+ COMMAND_ARR+=(--iteration "$default_iteration_value")
if [[ python = "$PACKAGE_TYPE" ]] && [[ -e "${PACKAGE}/${PACKAGE_NAME}.service" ]]
then
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 2488d9a..d017bb8 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -24,7 +24,6 @@ if '--short-tests-only' in sys.argv:
sys.argv.remove('--short-tests-only')
setup(name='arvados-python-client',
- version='1.0',
description='Arvados client library',
long_description=open(README).read(),
author='Arvados',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list