]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-psutil: upgrade 5.9.2 -> 5.9.3
authorTim Orling <ticotimo@gmail.com>
Wed, 2 Nov 2022 03:18:22 +0000 (20:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Nov 2022 07:42:06 +0000 (07:42 +0000)
commit893fc6a99f1ad3417fec43eb9b7fdb641e7d1e6d
tree9fc19eebf56a5a04d98e54b2e180e804b0286b5f
parent3c0c03312724de85e3209e6e5a5aa20c094eae45
python3-psutil: upgrade 5.9.2 -> 5.9.3

https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#593

2022-10-18

Enhancements

* 2040, [macOS]: provide wheels for arm64 architecture. (patch by
  Matthieu Darbois)

Bug fixes

* 2116, [macOS], [critical]: `psutil.net_connections`_ fails with
  RuntimeError.
* 2135, [macOS]: Process.environ() may contain garbage data. Fix
  out-of-bounds read around sysctl_procargs. (patch by Bernhard
  Urban-Forster)
* 2138, [Linux], [critical]: can't compile psutil on Android due to
  undefined ethtool_cmd_speed symbol.
* 2142, [POSIX]: net_if_stats() 's flags on Python 2 returned unicode
  instead of str. (patch by Matthieu Darbois)
* 2147, [macOS] Fix disk usage report on macOS 12+. (patch by Matthieu
  Darbois)
* 2150, [Linux] Process.threads() may raise NoSuchProcess. Fix race
  condition. (patch by Daniel Li)
* 2153, [macOS] Fix race condition in
  test_posix.TestProcess.test_cmdline. (patch by Matthieu Darbois)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-psutil_5.9.3.bb [moved from meta/recipes-devtools/python/python3-psutil_5.9.2.bb with 87% similarity]