diff --git a/psutil-6.1.0.tar.gz b/psutil-6.1.0.tar.gz deleted file mode 100644 index 996d7fc..0000000 --- a/psutil-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a -size 508565 diff --git a/psutil-6.1.1.tar.gz b/psutil-6.1.1.tar.gz new file mode 100644 index 0000000..bad9142 --- /dev/null +++ b/psutil-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5 +size 508502 diff --git a/python-psutil.changes b/python-psutil.changes index b08d6d3..6fd97ff 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 6 11:25:18 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 6.1.1 + * 2471_: use Vulture CLI tool to detect dead code. + * 2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but + /proc/PID does, resulting in FileNotFoundError. + * 2470_, [Linux]: `users()`_ may return "localhost" instead of the actual IP + address of the user logged in. + ------------------------------------------------------------------- Wed Nov 20 16:23:16 UTC 2024 - Dirk Müller diff --git a/python-psutil.spec b/python-psutil.spec index 1090f82..72ec69b 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-psutil # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-psutil -Version: 6.1.0 +Version: 6.1.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause