Closed Bug 1823853 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 36858 - Bump psutil from 5.9.1 to 5.9.4 in /tools

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox114 fixed)

RESOLVED FIXED
114 Branch
Tracking Status
firefox114 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 36858 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/36858
Details from upstream follow.

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:

Bump psutil from 5.9.1 to 5.9.4 in /tools

Bumps psutil from 5.9.1 to 5.9.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">psutil's changelog</a>.</em></p>
<blockquote>
<h1>5.9.4</h1>
<p>2022-11-07</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>2102_: use Limited API when building wheels with CPython 3.6+ on Linux,
macOS and Windows. This allows to use pre-built wheels in all future versions
of cPython 3. (patch by Matthieu Darbois)</li>
</ul>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2077_, [Windows]: Use system-level values for <code>virtual_memory()</code>. (patch by
Daniel Widdis)</li>
<li>2156
, [Linux]: compilation may fail on very old gcc compilers due to missing
<code>SPEED_UNKNOWN</code> definition. (patch by Amir Rossert)</li>
<li>2010_, [macOS]: on MacOS, arm64 <code>IFM_1000_TX</code> and <code>IFM_1000_T</code> are the
same value, causing a build failure. (patch by Lawrence D'Anna)</li>
</ul>
<h1>5.9.3</h1>
<p>2022-10-18</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>2040_, [macOS]: provide wheels for arm64 architecture. (patch by Matthieu
Darbois)</li>
</ul>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2116_, [macOS], [critical]: <code>psutil.net_connections</code>_ fails with RuntimeError.</li>
<li>2135_, [macOS]: <code>Process.environ()</code>_ may contain garbage data. Fix
out-of-bounds read around <code>sysctl_procargs</code>. (patch by Bernhard Urban-Forster)</li>
<li>2138_, [Linux], <strong>[critical]</strong>: can't compile psutil on Android due to
undefined <code>ethtool_cmd_speed</code> symbol.</li>
<li>2142_, [POSIX]: <code>net_if_stats()</code>_ 's <code>flags</code> on Python 2 returned unicode
instead of str. (patch by Matthieu Darbois)</li>
<li>2147_, [macOS] Fix disk usage report on macOS 12+. (patch by Matthieu Darbois)</li>
<li>2150_, [Linux] <code>Process.threads()</code>_ may raise <code>NoSuchProcess</code>. Fix race
condition. (patch by Daniel Li)</li>
<li>2153_, [macOS] Fix race condition in test_posix.TestProcess.test_cmdline.
(patch by Matthieu Darbois)</li>
</ul>
<h1>5.9.2</h1>
<p>2022-09-04</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/giampaolo/psutil/commit/aa1253c92984e5be6335c024d84e7ec1072baddf"><code>aa1253c</code></a> minor fixes to pypi upload machinery</li>
<li><a href="https://github.com/giampaolo/psutil/commit/a307e8f09143c9ba11b19517d0175c050fd3b11d"><code>a307e8f</code></a> pre release</li>
<li><a href="https://github.com/giampaolo/psutil/commit/8e4099d9f063ceb4ee3da5845562c5b934f83544"><code>8e4099d</code></a> add windows test for free physical mem <a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2074">#2074</a></li>
<li><a href="https://github.com/giampaolo/psutil/commit/55b588ac48d9b8e37f01c8428090066c01771627"><code>55b588a</code></a> fix OSX tests broken by accident</li>
<li><a href="https://github.com/giampaolo/psutil/commit/11c89d9dc05dc04862c7fa11c90996efe4758913"><code>11c89d9</code></a> Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a href="https://github.com/giampaolo/psutil/commit/57a7a7047e22f79cabb984e883a70888eb370558"><code>57a7a70</code></a> update HISTORY + give CREDITS for <a href="https://github.com/arossert"><code>@​arossert</code></a>, <a href="https://github.com/smoofra"><code>@​smoofra</code></a>, <a href="https://github.com/mayeut"><code>@​mayeut</code></a> for <a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2102">#2102</a>, <a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/21">#21</a>...</li>
<li><a href="https://github.com/giampaolo/psutil/commit/b0f780a1f46775e7d18a5176c839dac1a0977191"><code>b0f780a</code></a> build fix for Mac OS, Apple Silicon (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2010">#2010</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/8e58bce0409db7415b963fc394e93a2a4c68d61c"><code>8e58bce</code></a> Linux: fix missing SPEED_UNKNOWN definition (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2156">#2156</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/cd8827d065d63114060aae69f36b447006c5a70f"><code>cd8827d</code></a> Use system-level values for Windows virtual memory (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2077">#2077</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/614e91158ced7a65aabbe7244d52de1cebfc494b"><code>614e911</code></a> feature: use ABI3 for cp36+ (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2102">#2102</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/giampaolo/psutil/compare/release-5.9.1...release-5.9.4">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

PR 36858 applied with additional changes from upstream: 146785f70570741061b5dec180cf34f1763562d0
Test result changes from PR not available.
Test result changes from PR not available.
Test result changes from PR not available.
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/09a7d3f06c56 [wpt PR 36858] - Bump psutil from 5.9.1 to 5.9.4 in /tools, a=testonly
Test result changes from PR not available.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in before you can comment on or make changes to this bug.