From 7ddba1376d997f875fa2f9616f5a182ad3a36538 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sat, 4 Aug 2018 16:15:41 +0200 Subject: [PATCH] _pip.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -ajout d’info sur les mises-à-jour --- _pip.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_pip.sh b/_pip.sh index 1d38387..27a09bf 100755 --- a/_pip.sh +++ b/_pip.sh @@ -37,6 +37,17 @@ if [ -n "$upd" ]; then echo "$pip_outdated" echo "" + for i in $upd + do + info=$($version show $i) + #info=$($version show $i | sed -n 4q) + #info=$($version show $i | head -5) + #info=$($version show $i | tail -n +5) + echo "$info" | head -4 + echo '' + #echo "$i" + done + if [ -x "$(command -v pipdeptree)" ]; then echo -e "\033[4mCheck dependancies:\033[0m" echo "Be carefull!! This updates can be a dependancie for some modules. Check for any incompatible version."