Skip to content

Comments

Bump psutil from 5.2.2 to 5.6.3#41

Open
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/psutil-5.6.3
Open

Bump psutil from 5.2.2 to 5.6.3#41
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/psutil-5.6.3

Conversation

@dependabot-preview
Copy link

Bumps psutil from 5.2.2 to 5.6.3.

Changelog

Sourced from psutil's changelog.

5.6.3

2019-06-11

Enhancements

  • 1494: [AIX] added support for Process.environ(). (patch by Arnon Yaari)

Bug fixes

  • 1276: [AIX] can't get whole cmdline(). (patch by Arnon Yaari)
  • 1501: [Windows] Process cmdline() and exe() raise unhandled "WinError 1168 element not found" exceptions for "Registry" and "Memory Compression" psuedo processes on Windows 10.
  • 1526: [NetBSD] process cmdline() could raise MemoryError. (patch by Kamil Rytarowski)

5.6.2

2019-04-26

Enhancements

  • 604: [Windows, Windows] add new psutil.getloadavg(), returning system load average calculation, including on Windows (emulated). (patch by Ammar Askar)
  • 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.).
  • 1476: [Windows] it is now possible to set process high I/O priority (ionice()).Also, I/O priority values are now exposed as 4 new constants: IOPRIO_VERYLOW, IOPRIO_LOW, IOPRIO_NORMAL, IOPRIO_HIGH.
  • 1478: add make command to re-run tests failed on last run.

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 Benjamin Drung)
  • 1463: cpu_distribution.py script was broken.
  • 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.
  • 1480: [Windows] psutil.cpu_count(logical=False) could cause a crash due to fixed read violation. (patch by Samer Masterson)
  • 1486: [AIX, SunOS] AttributeError when interacting with Process methods involved into oneshot() context.
  • 1491: [SunOS] net_if_addrs(): free() ifap struct on error. (patch by Agnewee)
  • 1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/cpufreq/ exists but is empty.

5.6.1

2019-03-11

... (truncated)
Commits
  • f50df96 update HISTORY - pre release
  • 1087e24 NetBSD fixes (#1526)
  • f5df901 update LICENSE so that it's recognized as BSD-3 by github
  • 7069a81 add tidelift sponsorship
  • 2c8e21a update LICENSE so that it's recognized as BSD-3 by github
  • a81c4e3 skip pure-python mem test on linux
  • 71a7bb5 add more badges
  • 9d5ee03 #1515: document how to get a list of valid attrs names for as_dict()
  • 41a20b4 add more badges
  • 5166505 Merge branch 'master' of github.com:giampaolo/psutil
  • 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 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:

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

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.2.2 to 5.6.3.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.2.2...release-5.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 17, 2019
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.

0 participants