Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-psutil for openSUSE:Factory checked in at 2023-12-28 22:54:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-psutil (Old) and /work/SRC/openSUSE:Factory/.python-psutil.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psutil" Thu Dec 28 22:54:53 2023 rev:79 rq:1135317 version:5.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes 2023-11-17 20:49:01.324003974 +0100 +++ /work/SRC/openSUSE:Factory/.python-psutil.new.28375/python-psutil.changes 2023-12-28 22:54:59.960268654 +0100 @@ -1,0 +2,11 @@ +Wed Dec 27 13:53:57 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 5.9.7: + * 2324_: enforce Ruff rule `raw-string-in-exception`, which + helps providing clearer tracebacks when exceptions are + raised by psutil. + * 2325_, [PyPy]: psutil did not compile on PyPy due to missing + `PyErr_SetExcFromWindowsErrWithFilenameObject` cPython API. +- drop logind_y2038.patch (upstream) + +------------------------------------------------------------------- Old: ---- logind_y2038.patch psutil-5.9.6.tar.gz New: ---- psutil-5.9.7.tar.gz BETA DEBUG BEGIN: Old: `PyErr_SetExcFromWindowsErrWithFilenameObject` cPython API. - drop logind_y2038.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-psutil.spec ++++++ --- /var/tmp/diff_new_pack.7bWyyE/_old 2023-12-28 22:55:00.824300196 +0100 +++ /var/tmp/diff_new_pack.7bWyyE/_new 2023-12-28 22:55:00.828300342 +0100 @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-psutil -Version: 5.9.6 +Version: 5.9.7 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause @@ -36,8 +36,6 @@ Patch3: skip_rlimit_tests_on_python2.patch # PATCH-FIX-SLE adopt change of used memory of procps Patch4: mem-used-bsc1181475.patch -# PATCH-FIX-UPSTREAM logind_y2038.patch gh#giampaolo/psutil#2300 apla...@suse.com -Patch5: logind_y2038.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -60,8 +58,7 @@ A graphical interface that lets you easily analyze and introspect unaltered running Python processes. %prep -%setup -q -n psutil-%{version} -%autopatch -p1 +%autosetup -p1 -n psutil-%{version} %build %pyproject_wheel ++++++ psutil-5.9.6.tar.gz -> psutil-5.9.7.tar.gz ++++++ ++++ 1761 lines of diff (skipped)