Skip to content

Bump psutil from 5.4.7 to 5.4.8 #4978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps psutil from 5.4.7 to 5.4.8.

Changelog

Sourced from psutil's changelog.

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 pre release
  • d8b0515 sensors_temperatures() / linux: convert defaultdict to dict
  • 7300bd4 fix #1004: Process.io_counters() may raise ValueError
  • fbece8e fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATH
  • 6db8d2e refactor hasattr() checks as global constants
  • 8b46526 #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c...
  • 2f9dcf3 fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calc...
  • 8c414c4 travis / osx: set py 3.6
  • 63aa2e7 travis: disable pypy; se py 3.7 on osx
  • 8163eb1 skip test on PYPY + Travis
  • Additional commits viewable in compare view

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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 30, 2018
@dstufft dstufft merged commit 2907512 into master Oct 30, 2018
@dstufft dstufft deleted the dependabot/pip/psutil-5.4.8 branch October 30, 2018 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants