Accepting request 1030544 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1030544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=148
This commit is contained in:
Dirk Mueller 2022-10-24 11:40:34 +00:00 committed by Git OBS Bridge
parent bdca8db763
commit a581f33459
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c
size 479757

3
psutil-5.9.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6
size 483579

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Oct 22 16:23:10 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 5.9.3:
* 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)
-------------------------------------------------------------------
Sat Sep 10 15:41:34 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -24,7 +24,7 @@
%endif
%bcond_without python2
Name: python-psutil
Version: 5.9.2
Version: 5.9.3
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause