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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:421b6591d16b509aaa8d8c15821d66bb94cb4a8dc4385cad5c51b85d4a096d85
size 261983

3
psutil-3.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b17fa01aa766daa388362d0eda5c215d77e03a8d37676b68971f37bf3913b725
size 274361

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

View File

@ -17,7 +17,7 @@
Name: python-psutil
Version: 3.3.0
Version: 3.4.2
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause