pkgsrc/sysutils/py-psutil/PLIST
adam c7e314d058 py-psutil: updated to 5.6.2
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.

**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
- 1462_: [Linux] (tests) make  tests invariant to LANG setting
- 1463_: cpu_distribution.py script was broken.
- 1470_: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't
  exist.
- 1471_: [SunOS] Process name() and cmdline() can return SystemError.
- 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.
- 1480_: [Windows] psutil.cpu_count(logical=False) could cause a crash due to
  fixed read violation.
- 1486_: [AIX, SunOS] AttributeError when interacting with Process methods
  involved into oneshot() context.
- 1491_: [SunOS] net_if_addrs(): free() ifap struct on error.
- 1493_: [Linux] cpu_freq(): handle the case where
  /sys/devices/system/cpu/cpufreq/ exists but is empty.
2019-04-30 09:32:07 +00:00

90 lines
3.4 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2019/04/30 09:32:07 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/psutil/__init__.py
${PYSITELIB}/psutil/__init__.pyc
${PYSITELIB}/psutil/__init__.pyo
${PYSITELIB}/psutil/_common.py
${PYSITELIB}/psutil/_common.pyc
${PYSITELIB}/psutil/_common.pyo
${PYSITELIB}/psutil/_compat.py
${PYSITELIB}/psutil/_compat.pyc
${PYSITELIB}/psutil/_compat.pyo
${PYSITELIB}/psutil/_psaix.py
${PYSITELIB}/psutil/_psaix.pyc
${PYSITELIB}/psutil/_psaix.pyo
${PYSITELIB}/psutil/_psbsd.py
${PYSITELIB}/psutil/_psbsd.pyc
${PYSITELIB}/psutil/_psbsd.pyo
${PYSITELIB}/psutil/_pslinux.py
${PYSITELIB}/psutil/_pslinux.pyc
${PYSITELIB}/psutil/_pslinux.pyo
${PYSITELIB}/psutil/_psosx.py
${PYSITELIB}/psutil/_psosx.pyc
${PYSITELIB}/psutil/_psosx.pyo
${PYSITELIB}/psutil/_psposix.py
${PYSITELIB}/psutil/_psposix.pyc
${PYSITELIB}/psutil/_psposix.pyo
${PYSITELIB}/psutil/_pssunos.py
${PYSITELIB}/psutil/_pssunos.pyc
${PYSITELIB}/psutil/_pssunos.pyo
${PYSITELIB}/psutil/_psutil_${SYSTEM}.so
${PYSITELIB}/psutil/_psutil_posix.so
${PYSITELIB}/psutil/_pswindows.py
${PYSITELIB}/psutil/_pswindows.pyc
${PYSITELIB}/psutil/_pswindows.pyo
${PYSITELIB}/psutil/tests/__init__.py
${PYSITELIB}/psutil/tests/__init__.pyc
${PYSITELIB}/psutil/tests/__init__.pyo
${PYSITELIB}/psutil/tests/__main__.py
${PYSITELIB}/psutil/tests/__main__.pyc
${PYSITELIB}/psutil/tests/__main__.pyo
${PYSITELIB}/psutil/tests/runner.py
${PYSITELIB}/psutil/tests/runner.pyc
${PYSITELIB}/psutil/tests/runner.pyo
${PYSITELIB}/psutil/tests/test_aix.py
${PYSITELIB}/psutil/tests/test_aix.pyc
${PYSITELIB}/psutil/tests/test_aix.pyo
${PYSITELIB}/psutil/tests/test_bsd.py
${PYSITELIB}/psutil/tests/test_bsd.pyc
${PYSITELIB}/psutil/tests/test_bsd.pyo
${PYSITELIB}/psutil/tests/test_connections.py
${PYSITELIB}/psutil/tests/test_connections.pyc
${PYSITELIB}/psutil/tests/test_connections.pyo
${PYSITELIB}/psutil/tests/test_contracts.py
${PYSITELIB}/psutil/tests/test_contracts.pyc
${PYSITELIB}/psutil/tests/test_contracts.pyo
${PYSITELIB}/psutil/tests/test_linux.py
${PYSITELIB}/psutil/tests/test_linux.pyc
${PYSITELIB}/psutil/tests/test_linux.pyo
${PYSITELIB}/psutil/tests/test_memory_leaks.py
${PYSITELIB}/psutil/tests/test_memory_leaks.pyc
${PYSITELIB}/psutil/tests/test_memory_leaks.pyo
${PYSITELIB}/psutil/tests/test_misc.py
${PYSITELIB}/psutil/tests/test_misc.pyc
${PYSITELIB}/psutil/tests/test_misc.pyo
${PYSITELIB}/psutil/tests/test_osx.py
${PYSITELIB}/psutil/tests/test_osx.pyc
${PYSITELIB}/psutil/tests/test_osx.pyo
${PYSITELIB}/psutil/tests/test_posix.py
${PYSITELIB}/psutil/tests/test_posix.pyc
${PYSITELIB}/psutil/tests/test_posix.pyo
${PYSITELIB}/psutil/tests/test_process.py
${PYSITELIB}/psutil/tests/test_process.pyc
${PYSITELIB}/psutil/tests/test_process.pyo
${PYSITELIB}/psutil/tests/test_sunos.py
${PYSITELIB}/psutil/tests/test_sunos.pyc
${PYSITELIB}/psutil/tests/test_sunos.pyo
${PYSITELIB}/psutil/tests/test_system.py
${PYSITELIB}/psutil/tests/test_system.pyc
${PYSITELIB}/psutil/tests/test_system.pyo
${PYSITELIB}/psutil/tests/test_unicode.py
${PYSITELIB}/psutil/tests/test_unicode.pyc
${PYSITELIB}/psutil/tests/test_unicode.pyo
${PYSITELIB}/psutil/tests/test_windows.py
${PYSITELIB}/psutil/tests/test_windows.pyc
${PYSITELIB}/psutil/tests/test_windows.pyo