PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.Pipx.html

changeset 32
b7a3ae7519ba
parent 23
4c18addf12b2
child 49
ec976c5b88ae
--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.Pipx.html	Sat Jul 27 19:39:32 2024 +0200
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.Pipx.html	Sun Jul 28 11:46:18 2024 +0200
@@ -232,13 +232,14 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-latest version in case the package is outdated and None otherwise
+tuple containing the latest version in case the package is outdated
+            or None otherwise and a flag indicating any outdated dependencies
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-str or None
+tuple of (str or None, bool)
 </dd>
 </dl>
 <a NAME="Pipx.createSpecMetadataFile" ID="Pipx.createSpecMetadataFile"></a>

eric ide

mercurial