From a61c6238265db896c91902f27f692f98f780393c Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 13 Sep 2016 14:40:16 -0400 Subject: [PATCH] Fix typo, updated version on wrong package, refs #10013 --- build/run-build-packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 9ebb2cab34..a29ba19790 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -473,10 +473,10 @@ fpm_build ruamel.yaml "" "" python 0.12.4 --python-setup-py-arguments "--single- # Dependency of cwltool. Fpm doesn't produce a package with the correct version # number unless we build it explicitly -fpm_build cwltest "" "" python 1.0.20160913171024 +fpm_build cwltest "" "" python 1.0.20160907111242 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17 -fpm_build cwltool "" "" python 1.0.20160912182208 +fpm_build cwltool "" "" python 1.0.20160913171024 # FPM eats the trailing .0 in the python-rdflib-jsonld package when built with 'rdflib-jsonld>=0.3.0'. Force the version. Ward, 2016-03-25 fpm_build rdflib-jsonld "" "" python 0.3.0 -- 2.30.2