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

update to 3.3.0, successfully tested on openSUSE_Tumbleweed x86_64.

OBS-URL: https://build.opensuse.org/request/show/346486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=50
This commit is contained in:
Todd R
2015-11-30 10:12:08 +00:00
committed by Git OBS Bridge
parent f70a71594b
commit 43d3dfbc95
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 27 10:57:57 UTC 2015 - michael@stroeder.com
- update to version 3.3.0
**Enhancements**
- #558: [Linux] exposed psutil.PROCFS_PATH constant to change the default
location of /proc filesystem.
- #615: [OpenBSD] added OpenBSD support. (contributed by Landry Breuil)
**Bug fixes**
- #692: [UNIX] Process.name() is no longer cached as it may change.
-------------------------------------------------------------------
Mon Oct 26 21:09:10 UTC 2015 - michael@stroeder.com