diff --git a/psutil-7.1.1.tar.gz b/psutil-7.1.1.tar.gz deleted file mode 100644 index d85ddf1..0000000 --- a/psutil-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:092b6350145007389c1cfe5716050f02030a05219d90057ea867d18fe8d372fc -size 487067 diff --git a/psutil-7.1.2.tar.gz b/psutil-7.1.2.tar.gz new file mode 100644 index 0000000..83cdb23 --- /dev/null +++ b/psutil-7.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa225cdde1335ff9684708ee8c72650f6598d5ed2114b9a7c5802030b1785018 +size 487424 diff --git a/python-psutil.changes b/python-psutil.changes index ae092e8..0e76e05 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 30 14:15:39 UTC 2025 - John Paul Adrian Glaubitz + +- 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á diff --git a/python-psutil.spec b/python-psutil.spec index 6e09b6f..ecdcfd3 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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