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 161e1f3ae7
commit 30261e1aa3
4 changed files with 17 additions and 4 deletions

View File

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

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

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

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

View File

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