refaim / wots

Wizard of the Search
MIT License
2 stars 0 forks source link

Bump psutil from 5.4.7 to 5.6.2 #73

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps psutil from 5.4.7 to 5.6.2.

Changelog *Sourced from [psutil's changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst).* > 5.6.2 > ===== > > 2019-04-26 > > **Enhancements** > > - [604](https://github-redirect.dependabot.com/giampaolo/psutil/issues/604): \[UNIX, Windows\] add new psutil.getloadavg() returning system load > - [1404](https://github-redirect.dependabot.com/giampaolo/psutil/issues/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](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1458): provide coloured test output. Also show failures on KeyboardInterrupt. > - [1464](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1464): various docfixes (always point to python3 doc, fix links, etc.). > - [1473](https://github-redirect.dependabot.com/giampaolo/psutil/issues/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](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1478): add make command to re-run tests failed on last run. average calculation. (patch by Ammar Askar) > > **Bug fixes** > > - [1223](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1223): \[Windows\] boot\_time() may return value on Windows XP. > - [1456](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1456): \[Linux\] cpu\_freq() returns None instead of 0.0 when min/max not available (patch by Alex Manuskin) > - [1462](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1462): \[Linux\] (tests) make tests invariant to LANG setting (patch by > - [1463](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1463): cpu\_distribution.py script was broken. Benjamin Drung) > - [1470](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1470): \[Linux\] disk\_partitions(): fix corner case when /etc/mtab doesn't exist. (patch by Cedric Lamoriniere) > - [1471](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1471): \[SunOS\] Process name() and cmdline() can return SystemError. (patch by Daniel Beer) > - [1472](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1472): \[Linux\] cpu\_freq() does not return all CPUs on Rasbperry pi 3. > - [1474](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1474): fix formatting of psutil.tests() which mimicks 'ps aux' output. > - [1475](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1475): \[Windows\] OSError.winerror attribute wasn't properly checked resuling in WindowsError being raised instead of AccessDenied. > - [1477](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1477): \[Windows\] wrong or absent error handling for private NTSTATUS Windows APIs. Different process methods were affected by this. > - [1480](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1480): \[Windows\] psutil.cpu\_count(logical=False) could cause a crash due to fixed read violation. (patch by Samer Masterson) > - [1486](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1486): \[AIX, SunOS\] AttributeError when interacting with Process methods involved into oneshot() context. > - [1491](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1491): \[SunOS\] net\_if\_addrs(): free() ifap struct on error. (patch by Agnewee) > - [1493](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1493): \[Linux\] cpu\_freq(): handle the case where /sys/devices/system/cpu/cpufreq/ exists but is empty. > > 5.6.1 > ===== > > 2019-03-11 > > **Bug fixes** > > - [1329](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1329): \[AIX\] psutil doesn't compile on AIX 6.1. (patch by Arnon Yaari) > - [1448](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1448): \[Windows\] crash on import due to rtlIpv6AddressToStringA not available on Wine. > - [1451](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1451): \[Windows\] Process.memory\_full\_info() segfaults. NtQueryVirtualMemory is now used instead of QueryWorkingSet to calculate USS memory. > > 5.6.0 > ===== > > 2019-03-05 > > **Enhancements** > > - [1379](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1379): \[Windows\] Process suspend() and resume() now use NtSuspendProcess and NtResumeProcess instead of stopping/resuming all threads of a process. This is faster and more reliable (aka this is what ProcessHacker does). > ... (truncated)
Commits - [`e74f59b`](https://github.com/giampaolo/psutil/commit/e74f59b86bd3d98be915e42c8f470a52667280cc) pre release - [`c2b333b`](https://github.com/giampaolo/psutil/commit/c2b333b7dc051e9c0b62b619a35c6f4a321d0b5b) fix [#1493](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1493): [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/... - [`9314d26`](https://github.com/giampaolo/psutil/commit/9314d26d950a19560377886abaecc297643991b0) Merge branch 'master' of github.com:giampaolo/psutil - [`d3d13e2`](https://github.com/giampaolo/psutil/commit/d3d13e2b8c23fb8d3da11d15319732966fa41178) Revert "Fix cpu_freq ([#1493](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1493))" ([#1495](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1495)) - [`ff6dfe2`](https://github.com/giampaolo/psutil/commit/ff6dfe293bd0504566de806053b11870970305f7) Merge branch 'master' of github.com:giampaolo/psutil - [`01e00a6`](https://github.com/giampaolo/psutil/commit/01e00a6629a78a7277aac627c8b025cb753d6fee) Fix cpu_freq ([#1493](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1493)) - [`eb6f1bc`](https://github.com/giampaolo/psutil/commit/eb6f1bc8d7c96d1951c85ad804104868c1d6a056) merge from master - [`7ee88af`](https://github.com/giampaolo/psutil/commit/7ee88afd9f6730289cf9e34f70210fdb387b8a71) Update cpu_freq to return 0 for max/min if not available ([#1487](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1487)) - [`398ae04`](https://github.com/giampaolo/psutil/commit/398ae043991acf78f96299477232e763bf71b8ee) give CREDITS to [@​agnewee](https://github.com/agnewee) for [#1491](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1491) - [`611b44e`](https://github.com/giampaolo/psutil/commit/611b44ec6e830d98c768038c66683c3fa1a7b491) SunOS / net_if_addrs(): free() ifap struct on error ([#1491](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1491)) - Additional commits viewable in [compare view](https://github.com/giampaolo/psutil/compare/release-5.4.7...release-5.6.2)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 32.239% when pulling 3679d11978811c1a6f33a6604b2474a00780e9f0 on dependabot/pip/psutil-5.6.2 into 30c301c72f100af3db01820bafacc9f62a20784b on master.