This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update to 5.4.8] [aix] improve compilation on AIX, better support fo…
…r gcc/g++ + fix cpu metrics (#1320) Alex Manuskin (1): Add parsing for /sys/class/thermal (#1345) E. M. Bray (1): Refactored ps() function in test_posix (#1341) Giampaolo Rodola (28): make test more robust remove failing test remove failing test assertions add download badge travis: add python 3.7 build also include PYPY (or try to :P) #1332 - update HISTORY fix #1343: document Process.as_dict() attrs values #1341: move open() utilities/wrappers in _common.py use memory tolerance in occasionally failing test catch UnicodeEncodeError on print() Fix decoding error in tests #1284, #1345 - give credits to @amanusk give credits to @alxchk for #1346 (sunOS) give CREDITS for #1320 to @truthbk fix different travis failures fix #715: do not print exception on import time in case cpu_times() fails. fix travis skip test on PYPY + Travis travis: disable pypy; se py 3.7 on osx travis / osx: set py 3.6 fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calculated properly #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/cpu fs is not available refactor hasattr() checks as global constants fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATH fix #1004: Process.io_counters() may raise ValueError sensors_temperatures() / linux: convert defaultdict to dict pre release Jaime Fullaondo (1): [aix] improve compilation on AIX, better support for gcc/g++ + fix cpu metrics (#1320) Jon Dufresne (1): Correct capitalization of PyPI (#1337) alxchk (1): Fix giampaolo/psutil#1346 (#1347) sylvainduchesne (1): Fix random 0xC0000001 errors when querying for Connections (#1335) yanok (1): make psutil_debug() aware of PSUTIL_DEBUG (#1332)
- Loading branch information
Showing
6 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := psutil | ||
URL = https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz | ||
URL = https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f/psutil-5.4.8.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
56 | ||
57 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4c7c8cb5a4915eb7148a1080030f9097be87d3e4/psutil-5.4.7.tar.gz | ||
7d6e5e8532a619fca7ea90863f1edc5997799055/psutil-5.4.8.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# This file contains recursive sources that require this package | ||
gjs | ||
glances | ||
mozjs | ||
mozjs38 | ||
mozjs52 | ||
ostree | ||
mozjs60 |