14
0
forked from pool/python-psutil

Accepting request 1317430 from devel:languages:python

Forwarded request #1317109 from mcalabkova

- Update to 7.1.3
    * Replace strlcat/strlcpy with safe str_copy/str_append
    * Introduce PSUTIL_TESTING mode. Terminate execution if str_* funcs fail
    * Replace unsafe sprintf/snprintf/sprintf_s calls with str_format()
    * Fix BSD compilation err

OBS-URL: https://build.opensuse.org/request/show/1317430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=88
This commit is contained in:
2025-11-14 15:10:48 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 11 14:02:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 7.1.3
* Replace strlcat/strlcpy with safe str_copy/str_append
* Introduce PSUTIL_TESTING mode. Terminate execution if str_* funcs fail
* Replace unsafe sprintf/snprintf/sprintf_s calls with str_format()
* Fix BSD compilation err
-------------------------------------------------------------------
Thu Oct 30 14:15:39 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

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