Accepting request 317966 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/317966 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=21
This commit is contained in:
commit
641888c9f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f213b9ceed3c3068a973e04d7a8b2a29d1076abcb5ef45382517bfc6b808801
|
||||
size 241539
|
3
psutil-3.1.1.tar.gz
Normal file
3
psutil-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3290bd4a027fa0b3a2e2ee87728056fe49d4112640e2b8c2ea4dd94ba0cf057
|
||||
size 247284
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 15 12:55:51 UTC 2015 - michael@stroeder.com
|
||||
|
||||
- update to version 3.1.1:
|
||||
|
||||
New fatures
|
||||
=========
|
||||
|
||||
- [Linux] disk_partitions() added support for ZFS filesystems.
|
||||
- continuous tests integration for Windows
|
||||
- continuous code quality test integration
|
||||
|
||||
Main bugfixes
|
||||
===========
|
||||
|
||||
- [Windows] Process.open_files() no longer hangs. Instead it uses a
|
||||
thred which times out and skips the file handle in case it's taking too
|
||||
long
|
||||
to be retrieved. (patch by Jeff Tang)
|
||||
- [Windows] Process.name() no longer raises AccessDenied for pids owned
|
||||
by another user.
|
||||
- [Windows] Process.memory_info() no longer raises AccessDenied for pids
|
||||
owned by another user.
|
||||
- [Linux] Process.cmdline() can be truncated.
|
||||
- [Windows] add inet_ntop function for Windows XP to support IPv6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 29 11:08:33 UTC 2015 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-psutil
|
||||
Version: 3.0.1
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: A process utilities module for Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user