Accepting request 1317109 from home:mcalabkova:branches:devel:languages:python

- 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/1317109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=188
This commit is contained in:
2025-11-12 19:13:25 +00:00
committed by Git OBS Bridge
parent 45a3763714
commit 69ab5021a8
4 changed files with 13 additions and 4 deletions

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>