Accepting request 182833 from home:dirkmueller:branches:devel:languages:python
- update to 1.0.0:
* Process.get_connections() 'status' strings are now constants.
* test suite exits with non-zero on failure. (patch by floppymaster)
* extensively use unittest2 module in unit tests and provide
workarounds if this is not installed on python < 2.7.
* Process.get_memory_maps() may raise ValueError.
* Process.get_connections() 'status' field is no longer a string but a constant
object (psutil.CONN_*).
* Process.get_connections() 'local_address' and 'remote_address' fields renamed
to 'laddr' and 'raddr'.
* psutil.network_io_counters() renamed to psutil.net_io_counters().
OBS-URL: https://build.opensuse.org/request/show/182833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
9095c00535
commit
df19aafcb0
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:27:00 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.0.0:
|
||||
* Process.get_connections() 'status' strings are now constants.
|
||||
* test suite exits with non-zero on failure. (patch by floppymaster)
|
||||
* extensively use unittest2 module in unit tests and provide
|
||||
workarounds if this is not installed on python < 2.7.
|
||||
* Process.get_memory_maps() may raise ValueError.
|
||||
* Process.get_connections() 'status' field is no longer a string but a constant
|
||||
object (psutil.CONN_*).
|
||||
* Process.get_connections() 'local_address' and 'remote_address' fields renamed
|
||||
to 'laddr' and 'raddr'.
|
||||
* psutil.network_io_counters() renamed to psutil.net_io_counters().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 08:31:57 UTC 2013 - michael@stroeder.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user