refaim / wots

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

Bump psutil from 5.4.7 to 5.4.8 #43

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps psutil from 5.4.7 to 5.4.8.

Changelog *Sourced from [psutil's changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst).* > 5.4.8 > ===== > > 2018-10-30 > > **Enhancements** > > - 1197_: [Linux] cpu_freq() is now implemented by parsing /proc/cpuinfo in case > /sys/devices/system/cpu/* filesystem is not available. > - 1310_: [Linux] psutil.sensors_temperatures() now parses /sys/class/thermal > in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch > by Alex Manuskin) > - 1320_: [Posix] better compilation support when using g++ instead of gcc. > (patch by Jaime Fullaondo) > > **Bug fixes** > > - 715_: do not print exception on import time in case cpu_times() fails. > - 1004_: [Linux] Process.io_counters() may raise ValueError. > - 1277_: [OSX] available and used memory (psutil.virtual_memory()) metrics are > not accurate. > - 1294_: [Windows] psutil.Process().connections() may sometimes fail with > intermittent 0xC0000001. (patch by Sylvain Duchesne) > - 1307_: [Linux] disk_partitions() does not honour PROCFS_PATH. > - 1320_: [AIX] system CPU times (psutil.cpu_times()) were being reported with > ticks unit as opposed to seconds. (patch by Jaime Fullaondo) > - 1332_: [OSX] psutil debug messages are erroneously printed all the time. > (patch by Ilya Yanok) > - 1346_: [SunOS] net_connections() returns an empty list. (patch by Oleksii > Shevchuk)
Commits - [`648d8ba`](https://github.com/giampaolo/psutil/commit/648d8ba39eff4867d461a45a77d1245e2a909234) pre release - [`d8b0515`](https://github.com/giampaolo/psutil/commit/d8b05151e65f9348aff9b58da977abd8cacb2127) sensors_temperatures() / linux: convert defaultdict to dict - [`7300bd4`](https://github.com/giampaolo/psutil/commit/7300bd48b4ea6fd98309cc9da569d6015b1ac24a) fix [#1004](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1004): Process.io_counters() may raise ValueError - [`fbece8e`](https://github.com/giampaolo/psutil/commit/fbece8e45991e8cc070bfd5e9efcd4974227abcd) fix [#1307](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1307): [Linux] disk_partitions() does not honour PROCFS_PATH - [`6db8d2e`](https://github.com/giampaolo/psutil/commit/6db8d2e41dc67621eae9d8eeab3c39fef7e2ddf4) refactor hasattr() checks as global constants - [`8b46526`](https://github.com/giampaolo/psutil/commit/8b465260638cde5370808e23eb9ace608141393a) [#1197](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1197) / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c... - [`2f9dcf3`](https://github.com/giampaolo/psutil/commit/2f9dcf3c7b37d4da155df62bc835ddbdfe10b24f) fix [#1277](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1277) / osx / virtual_memory: 'available' and 'used' memory were not calc... - [`8c414c4`](https://github.com/giampaolo/psutil/commit/8c414c48d9db0f32194d8ac31ac7654e4483e024) travis / osx: set py 3.6 - [`63aa2e7`](https://github.com/giampaolo/psutil/commit/63aa2e7784de76ab39de8c5235a2333b4fb5c51b) travis: disable pypy; se py 3.7 on osx - [`8163eb1`](https://github.com/giampaolo/psutil/commit/8163eb1d797a2f5ab4575534a54b6dda0d027b38) skip test on PYPY + Travis - Additional commits viewable in [compare view](https://github.com/giampaolo/psutil/compare/release-5.4.7...release-5.4.8)


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 cancel merge` will cancel a previously requested merge - `@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 6 years ago

Coverage Status

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

dependabot-preview[bot] commented 5 years ago

Superseded by #55.