RetroArcher-plex
RetroArcher-plex copied to clipboard
Bump psutil from 5.9.0 to 5.9.1 in /Contents/Libraries/Modules
Bumps psutil from 5.9.0 to 5.9.1.
Changelog
Sourced from psutil's changelog.
5.9.1
2022-05-20
Enhancements
- 1053_: drop Python 2.6 support. (patches by Matthieu Darbois and Hugo van Kemenade)
- 2050_, [Linux]: increase
read(2)buffer size from 1k to 32k when reading/procpseudo files line by line. This should help having more consistent results.- 2057_, [OpenBSD]: add support for
cpu_freq()_.- 2107_, [Linux]:
Process.memory_full_info()_ (reporting process USS/PSS/Swap memory) now reads/proc/pid/smaps_rollupinstead of/proc/pids/smaps, which makes it 5 times faster.Bug fixes
- 2048_:
AttributeErroris raised ifpsutil.Errorclass is raised manually and passed throughstr.- 2049_, [Linux]:
cpu_freq()_ erroneously returnscurrvalue in GHz whileminandmaxare in MHz.- 2050_, [Linux]:
virtual_memory()_ may raiseValueErrorif running in a LCX container.
Commits
992dfe4pre release7410b63merge with masterf1f2995[Linux] SpeedupProcess.full_memory_info()(#2108)1d41e8fshorten test by using spawn_testproc()3398175#2105: give hint on how to solve the problem if PdhAddEnglishCounter fails51cd847update doc6ab8a54Drop Python 2.6 support (#2099)b135380Merge branch 'master' of github.com:giampaolo/psutile8ee870give CREDITS for #105383bb5f8Use a generator to avoid a needless list allocation (#1567)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot recreate
Superseded by #227.