[arvados] updated: 2.7.0-5675-g9b0c0a3b65

git repository hosting git at public.arvados.org
Thu Jan 4 21:39:28 UTC 2024


Summary of changes:
 build/run-library.sh | 5 -----
 1 file changed, 5 deletions(-)

       via  9b0c0a3b653c724b014a533367892b1fc457686f (commit)
      from  b39854290b52d4e35e7c4c8ce4a256bce82114df (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 9b0c0a3b653c724b014a533367892b1fc457686f
Author: Brett Smith <brett.smith at curii.com>
Date:   Thu Jan 4 15:58:41 2024 -0500

    20846: Remove module versions print
    
    `pip install` writes this information at the end of the process. Writing
    it again ourselves is redundant verbosity.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index c8564f5ac7..17ac4586a0 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -722,11 +722,6 @@ fpm_build_virtualenv_worker () {
 " "$venv_py"
     exit 1
   fi
-  cat <<EOF
-pip version:        $("$venv_py" -m pip --version)
-setuptools version: $("$venv_py" -c 'import setuptools; print(setuptools.__version__)')
-wheel version:      $("$venv_dir/bin/wheel" version)
-EOF
 
   # filter a useless warning (when building the cwltest package) from the stderr output
   if ! "$venv_py" setup.py $DASHQ_UNLESS_DEBUG sdist 2> >(grep -v 'warning: no previously-included files matching'); then

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list