diff --git a/psutil-7.1.2.tar.gz b/psutil-7.1.2.tar.gz deleted file mode 100644 index 83cdb23..0000000 --- a/psutil-7.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa225cdde1335ff9684708ee8c72650f6598d5ed2114b9a7c5802030b1785018 -size 487424 diff --git a/psutil-7.1.3.tar.gz b/psutil-7.1.3.tar.gz new file mode 100644 index 0000000..d735937 --- /dev/null +++ b/psutil-7.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c86281738d77335af7aec228328e944b30930899ea760ecf33a4dba66be5e74 +size 489059 diff --git a/python-psutil.changes b/python-psutil.changes index 0e76e05..89f9ea0 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 11 14:02:16 UTC 2025 - Markéta Machová + +- 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 diff --git a/python-psutil.spec b/python-psutil.spec index ecdcfd3..0adf863 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.2 +Version: 7.1.3 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause