--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Wed Sep 13 17:46:12 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Thu Sep 14 15:54:56 2023 +0200 @@ -243,6 +243,10 @@ <td>Private method to set the state of the dependency page action buttons.</td> </tr> <tr> +<td><a href="#PipPackagesWidget.__updateOutdatedInfo">__updateOutdatedInfo</a></td> +<td>Private method to process the list of outdated packages.</td> +</tr> +<tr> <td><a href="#PipPackagesWidget.__updateSearchActionButtons">__updateSearchActionButtons</a></td> <td>Private method to update the action button states of the search widget.</td> </tr> @@ -937,6 +941,21 @@ <p> Private method to set the state of the dependency page action buttons. </p> +<a NAME="PipPackagesWidget.__updateOutdatedInfo" ID="PipPackagesWidget.__updateOutdatedInfo"></a> +<h4>PipPackagesWidget.__updateOutdatedInfo</h4> +<b>__updateOutdatedInfo</b>(<i>outdatedPackages</i>) + +<p> + Private method to process the list of outdated packages. +</p> +<dl> + +<dt><i>outdatedPackages</i> (list of tuple of (str, str, str))</dt> +<dd> +list of tuples containing the package name, + installed version and available version +</dd> +</dl> <a NAME="PipPackagesWidget.__updateSearchActionButtons" ID="PipPackagesWidget.__updateSearchActionButtons"></a> <h4>PipPackagesWidget.__updateSearchActionButtons</h4> <b>__updateSearchActionButtons</b>(<i></i>)