14
0
forked from pool/python-psutil

Accepting request 355216 from home:stroeder:branches:devel:languages:python

update to 3.4.2

OBS-URL: https://build.opensuse.org/request/show/355216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=52
This commit is contained in:
2016-01-21 09:58:43 +00:00
committed by Git OBS Bridge
parent 30261e1aa3
commit 747d3e4e5a
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 21 09:01:36 UTC 2016 - michael@stroeder.com
- update to version 3.4.2 (fixes for non-Linux platforms)
-------------------------------------------------------------------
Fri Jan 15 19:39:31 UTC 2016 - michael@stroeder.com
- update to version 3.4.1
**Enhancements**
- #557: [NetBSD] added NetBSD support. (contributed by Ryo Onodera and
Thomas Klausner)
- #708: [Linux] psutil.net_connections() and Process.connections() on Python 2
can be up to 3x faster in case of many connections.
Also psutil.Process.memory_maps() is slightly faster.
- #718: process_iter() is now thread safe.
**Bug fixes**
- #714: [OpenBSD] virtual_memory().cached value was always set to 0.
- #715: don't crash at import time if cpu_times() fail for some reason.
- #717: [Linux] Process.open_files fails if deleted files still visible.
- #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determined
due to missing /proc/vmstat.
- #724: [FreeBSD] virtual_memory().total is slightly incorrect.
-------------------------------------------------------------------
Fri Nov 27 10:57:57 UTC 2015 - michael@stroeder.com