Sync from SUSE:SLFO:Main python-psutil revision dfa6826ed5dfec7917fd05b186245080
This commit is contained in:
BIN
psutil-6.1.1.tar.gz
(Stored with Git LFS)
BIN
psutil-6.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
psutil-7.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
psutil-7.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 08:05:29 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.0.0:
|
||||
* 669_, [Windows]: `net_if_addrs()`_ also returns the broadcast
|
||||
address instead of None.
|
||||
* 2480_: Python 2.7 is no longer supported. Latest version
|
||||
supporting Python 2.7 is psutil 6.1.X. Install it with: pip2
|
||||
install psutil==6.1.*.
|
||||
* 2490_: removed long deprecated Process.memory_info_ex()
|
||||
method. It was deprecated in psutil 4.0.0, released 8 years
|
||||
ago. Substitute is Process.memory_full_info().
|
||||
* 2496_, [Linux]: Avoid segfault (a cPython bug) on
|
||||
Process.memory_maps() for processes that use hundreds of GBs
|
||||
of memory.
|
||||
* 2502_, [macOS]: `virtual_memory()`_ now relies on
|
||||
host_statistics64 instead of host_statistics. This is the
|
||||
same approach used by vm_stat CLI tool, and should grant more
|
||||
accurate results.
|
||||
* 2480_: Python 2.7 is no longer supported.
|
||||
* 2490_: removed long deprecated Process.memory_info_ex()
|
||||
method.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 11:25:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-psutil
|
||||
Version: 6.1.1
|
||||
Version: 7.0.0
|
||||
Release: 0
|
||||
Summary: A process utilities module for Python
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user