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:
parent
30261e1aa3
commit
747d3e4e5a
@ -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
3
psutil-3.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b17fa01aa766daa388362d0eda5c215d77e03a8d37676b68971f37bf3913b725
|
||||||
|
size 274361
|
@ -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
|
Fri Nov 27 10:57:57 UTC 2015 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 3.3.0
|
Version: 3.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user