Go to file
Dirk Mueller 38c36fe122 - 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.
    we returned either ``None`` or an empty string.
  * 887: [Linux] virtual_memory()'s 'available' and 'used'
    values are more precise and match "free" cmdline utility.
    "available" also takes into account LCX containers
  * 891: procinfo.py script has been updated and provides a
  * 825: [Linux] cpu_affinity; fix possible double close and
  * 885: ValueError is raised if a negative integer is passed
  * 892: [Linux] Process.cpu_affinity([-1]) raise SystemError
  * #857: [SunOS] Process cpu_times(), cpu_percent(), threads() amd
    memory_maps() may raise RuntimeError if attempting to query a 64bit
  * #858: Process.as_dict() should not return memory_info_ex() because it's
  * #866: [Windows] win_service_iter() and services in general are not able
  * #869: [Windows] Process.wait() may raise TimeoutExpired with wrong
    ValueError: ambiguos inode with multiple PIDs references
- minor spec improvement
- First import

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=168
2023-12-27 13:56:04 +00:00
.gitattributes Accepting request 110721 from home:babelworx:python 2012-03-23 09:41:39 +00:00
.gitignore Accepting request 110721 from home:babelworx:python 2012-03-23 09:41:39 +00:00
logind_y2038.patch Accepting request 1120112 from home:aplanas:branches:devel:languages:python 2023-10-25 13:53:10 +00:00
mem-used-bsc1181475.patch - update to 5.9.5: 2023-05-03 09:07:06 +00:00
psutil-5.9.7.tar.gz - update to 5.9.7: 2023-12-27 13:56:04 +00:00
python-psutil.changes - update to 5.9.7: 2023-12-27 13:56:04 +00:00
python-psutil.spec - update to 5.9.7: 2023-12-27 13:56:04 +00:00
skip_failing_tests.patch - update to 5.9.5: 2023-05-03 09:07:06 +00:00
skip_rlimit_tests_on_python2.patch Accepting request 1126730 from home:benoit_monin:branches:devel:languages:python 2023-11-16 09:56:15 +00:00