diff mbox series

[03/11] python3-psutil: upgrade 5.9.2 -> 5.9.3

Message ID 20221102031830.3606777-3-tim.orling@konsulko.com
State Accepted, archived
Commit 893fc6a99f1ad3417fec43eb9b7fdb641e7d1e6d
Headers show
Series [01/11] python3-bcrypt: upgrade 4.0.0 -> 4.0.1 | expand

Commit Message

Tim Orling Nov. 2, 2022, 3:18 a.m. UTC
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>
---
 .../python/{python3-psutil_5.9.2.bb => python3-psutil_5.9.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-psutil_5.9.2.bb => python3-psutil_5.9.3.bb} (87%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.2.bb b/meta/recipes-devtools/python/python3-psutil_5.9.3.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-psutil_5.9.2.bb
rename to meta/recipes-devtools/python/python3-psutil_5.9.3.bb
index 5b31014657e..f0998031503 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.2.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.3.bb
@@ -3,7 +3,7 @@  LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
 HOMEPAGE = "https://pypi.org/project/psutil/"
 
-SRC_URI[sha256sum] = "feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c"
+SRC_URI[sha256sum] = "7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6"
 
 inherit pypi setuptools3