14
0
forked from pool/python-psutil

Accepting request 1235162 from home:glaubitz:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1235162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=177
This commit is contained in:
2025-01-08 11:58:35 +00:00
committed by Git OBS Bridge
parent 3316bf44bc
commit 0e2e35c262
4 changed files with 15 additions and 5 deletions

View File

@@ -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