Revisions of python3-psutil

Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 12)
- update to version 5.6.5:
 - Bug fixes:
  - 1615_: remove pyproject.toml as it was causing installation issues.
- update to version 5.6.4:
 - Enhancements:
  - 1527_: [Linux] added Process.cpu_times().iowait counter, which is the time
    spent waiting for blocking I/O to complete.
  - 1565_: add PEP 517/8 build backend and requirements specification for better
    pip integration.  (patch by Bernát Gábor)
 - Bug fixes:
  - 875_: [Windows] Process' cmdline(), environ() or cwd() may occasionally fail
    with ERROR_PARTIAL_COPY which now gets translated to AccessDenied.
  - 1126_: [Linux] cpu_affinity() segfaults on CentOS 5 / manylinux.
    cpu_affinity() support for CentOS 5 was removed.
  - 1528_: [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit differences.
    (patch by Arnon Yaari)
  - 1535_: 'type' and 'family' fields returned by net_connections() are not
    always turned into enums.
  - 1536_: [NetBSD] process cmdline() erroneously raise ZombieProcess error if
    cmdline has non encodable chars.
  - 1546_: usage percent may be rounded to 0 on Python 2.
  - 1552_: [Windows] getloadavg() math for calculating 5 and 15 mins values is
    incorrect.
  - 1568_: [Linux] use CC compiler env var if defined.
  - 1570_: [Windows] `NtWow64*` syscalls fail to raise the proper error code
  - 1585_: [OSX] calling close() (in C) on possible negative integers.  (patch
    by Athos Ribeiro)
  - 1606_: [SunOS] compilation fails on SunOS 5.10.  (patch by vser1)
- update to version 5.6.3:
 - Enhancements:
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 11)
- update to version 5.6.2:
 - Enhancements:
  - 604_: [UNIX, Windows] add new psutil.getloadavg() returning system load
  - 1404_: [Linux] cpu_count(logical=False) uses a second method (read from
    `/sys/devices/system/cpu/cpu[0-9]/topology/core_id`) in order to determine
    the number of physical CPUs in case /proc/cpuinfo does not provide this info.
  - 1458_: provide coloured test output. Also show failures on KeyboardInterrupt.
  - 1464_: various docfixes (always point to python3 doc, fix links, etc.).
  - 1473_: [Windows] process IO priority (ionice()) values are now exposed as 4
    new constants: IOPRIO_VERYLOW, IOPRIO_LOW, IOPRIO_NORMAL, IOPRIO_HIGH.
    Also it was not possible to set high I/O priority (not it is).
  - 1478_: add make command to re-run tests failed on last run.
    average calculation. (patch by Ammar Askar)
 - Bug fixes:
  - 1223_: [Windows] boot_time() may return value on Windows XP.
  - 1456_: [Linux] cpu_freq() returns None instead of 0.0 when min/max not
    available (patch by Alex Manuskin)
  - 1462_: [Linux] (tests) make  tests invariant to LANG setting (patch by
  - 1463_: cpu_distribution.py script was broken.
    Benjamin Drung)
  - 1470_: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't
    exist.  (patch by Cedric Lamoriniere)
  - 1471_: [SunOS] Process name() and cmdline() can return SystemError.  (patch
    by Daniel Beer)
  - 1472_: [Linux] cpu_freq() does not return all CPUs on Rasbperry pi 3.
  - 1474_: fix formatting of psutil.tests() which mimicks 'ps aux' output.
  - 1475_: [Windows] OSError.winerror attribute wasn't properly checked resuling
    in WindowsError being raised instead of AccessDenied.
  - 1477_: [Windows] wrong or absent error handling for private NTSTATUS Windows
    APIs. Different process methods were affected by this.
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 10)
- Fix CentOS_7
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 9)
- Update to version 5.6.1
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 8)
add files
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 7)
- Update to version 5.5.1
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 6)
add file
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 5)
- uodate to version 5.4.7
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 4)
fix
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 3)
- update to 5.3.1
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 2)
- update to 5.3.0
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 1)
- update to version 4.3.0:
  * #819: [Linux] different speedup improvements: Process.ppid() is
     20% faster Process.status() is 28% faster Process.name() is 25%
     faster Process.num_threads is 20% faster on Python 3
  * #810: [Windows] Windows wheels are incompatible with pip 7.1.2.
  * #812: [NetBSD] fix compilation on NetBSD-5.x.
  * #823: [NetBSD] virtual_memory() raises TypeError on Python 3.
  * #829: [UNIX] psutil.disk_usage() percent field takes root reserved
     space into account.
  * #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB
     in Windows Vista (NT 6.0) and above using 64bit values from newer
     win APIs.

- update to version 4.2.0:
  * Enhancements
    + #795: [Windows] new APIs to deal with Windows services:
       win_service_iter() and win_service_get().
    + #800: [Linux] psutil.virtual_memory() returns a new "shared"
       memory field.
    + #819: [Linux] speedup /proc parsing: - Process.ppid() is 20%
       faster - Process.status() is 28% faster - Process.name() is 25%
       faster - Process.num_threads is 20% faster on Python 3
  * Bug fixes
    + #797: [Linux] net_if_stats() may raise OSError for certain NIC
       cards.
    + #813: Process.as_dict() should ignore extraneous attribute names
       which gets attached to the Process instance.

- specfile:
  * updated source url to files.pythonhosted.org
Displaying all 12 revisions
openSUSE Build Service is sponsored by