Revisions of python-psutil

buildservice-autocommit accepted request 1160631 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 172)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1160621 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 171)
- BuildRequire pkgconfig(libsystemd) instead of full systemd
buildservice-autocommit accepted request 1135317 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 170)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 169)
- drop logind_y2038.patch (upstream)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 168)
- 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
buildservice-autocommit accepted request 1126805 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 167)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1126730 from Benoît Monin's avatar Benoît Monin (benoit_monin) (revision 166)
- update to version 5.9.6
- refresh skip_rlimit_tests_on_python2.patch
- drop removal of shebang: fixed upstream
buildservice-autocommit accepted request 1120305 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 165)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1120112 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 164)
- Rebase logind_y2038.patch based on the reviewed code
buildservice-autocommit accepted request 1114855 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 163)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1114566 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 162)
- Require /usr/bin/who only for suse_version > 1500: 15.X does not
  provide it, but has it in coreutils.
- PEP517
- Clean up specfile from obsolete python2 stuff
buildservice-autocommit accepted request 1109268 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 161)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1109260 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 160)
- BuildRequire /usr/bin/who: called by the test suite. With
  coreutils 9.4 'who' is no longer part of the main package but is
  shipped as part of coreutils-systemd.
buildservice-autocommit accepted request 1105468 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 159)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1105452 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 158)
- Add logind_y2038.patch to use logind if systemd >= 254 is used, to
  fix the issue of ut_tv.tv_sec and the Y2038 problem.
buildservice-autocommit accepted request 1084220 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 157)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 156)
- update to 5.9.5:
  * in case of exception, display a cleaner error
    traceback by hiding the `KeyError` bit deriving from a
    missed cache hit.
  * print the full traceback when a `DeprecationWarning`
    or `UserWarning` is raised.
  * there are cases where `Process.cwd()`_ cannot be
    determined (e.g. directory no longer exists), in which case
    we returned either ``None`` or an empty string. 
    This was consolidated and we now return ``""`` on all
    platforms.
  * [UNIX]: if process is a zombie, and we can only
    determine part of the its truncated `Process.name()`_
    (15 chars), don't fail with `ZombieProcess`_ when we try
    to guess the full name from the `Process.cmdline()`_. Just
    return the truncated name.
  * on certain kernels, ``"MemAvailable"`` field
    from ``/proc/meminfo`` returns ``0`` (possibly a kernel bug), in
    which case we calculate an approximation for ``available``
    memory which matches "free" CLI utility.
  * `disk_partitions()`_: do not unnecessarily
    read /proc/filesystems and raise `AccessDenied`_ unless user
    specified `all=False` argument.
  * `users()`_ loses precision for ``started``
    attribute (off by 1 minute).
  * if cwd no longer exists. Return an empty string instead.
buildservice-autocommit accepted request 1081822 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 155)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081535 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 154)
SR for python stack proposal
buildservice-autocommit accepted request 1041731 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 153)
baserev update by copy to link target
Displaying revisions 1 - 20 of 172
openSUSE Build Service is sponsored by