14
0
forked from pool/python-psutil

Accepting request 1315287 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1315287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=87
This commit is contained in:
2025-11-05 15:17:49 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 30 14:15:39 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.1.2
* 2657_: stop publishing prebuilt Linux and Windows wheels for 32-bit Python.
32-bit CPython is still supported, but psutil must now be built from source.
* 2565_: produce wheels for free-thread cPython 3.13 and 3.14 (patch by
Lysandros Nikolaou)
* 2650_, [macOS]: `Process.cmdline()`_ and `Process.environ()`_ may incorrectly
raise `NoSuchProcess`_ instead of `ZombieProcess`_.
* 2658_, [macOS]: double ``free()`` in `Process.environ()`_ when it fails
internally. This posed a risk of segfault.
* 2662_, [macOS]: massive C code cleanup to guard against possible segfaults
which were (not so) sporadically spotted on CI.
* 2657_: stop publishing prebuilt Linux and Windows wheels for 32-bit Python.
-------------------------------------------------------------------
Thu Oct 23 09:47:56 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -30,7 +30,7 @@ ExclusiveArch: donotbuild
%endif
%{?sle15_python_module_pythons}
Name: python-psutil%{psuffix}
Version: 7.1.1
Version: 7.1.2
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause