From 61d181c07c96f46c79fd7be0c7c69097aa44d0536ce476f3968c78af18540428 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 May 2025 08:06:12 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=179 --- psutil-6.1.1.tar.gz | 3 --- psutil-7.0.0.tar.gz | 3 +++ python-psutil.changes | 23 +++++++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 psutil-6.1.1.tar.gz create mode 100644 psutil-7.0.0.tar.gz diff --git a/psutil-6.1.1.tar.gz b/psutil-6.1.1.tar.gz deleted file mode 100644 index bad9142..0000000 --- a/psutil-6.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5 -size 508502 diff --git a/psutil-7.0.0.tar.gz b/psutil-7.0.0.tar.gz new file mode 100644 index 0000000..8594680 --- /dev/null +++ b/psutil-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456 +size 497003 diff --git a/python-psutil.changes b/python-psutil.changes index 6fd97ff..ceb7a39 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu May 29 08:05:29 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-psutil.spec b/python-psutil.spec index 72ec69b..cb51369 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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