From 9aea617da2221bfb8d3d9f8b02c98234289d191454b6d4044bf0a4e3c6c4e922 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 11 Jul 2013 15:03:22 +0000 Subject: [PATCH] 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 --- psutil-0.7.1.tar.gz | 3 --- psutil-1.0.0.tar.gz | 3 +++ python-psutil.changes | 15 +++++++++++++++ python-psutil.spec | 5 +++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 psutil-0.7.1.tar.gz create mode 100644 psutil-1.0.0.tar.gz diff --git a/psutil-0.7.1.tar.gz b/psutil-0.7.1.tar.gz deleted file mode 100644 index 8f3a23b..0000000 --- a/psutil-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c56a9450ecf6a459103c609752e2e5e620e1f19b1d5150f2afcadc6d62d1b55d -size 140287 diff --git a/psutil-1.0.0.tar.gz b/psutil-1.0.0.tar.gz new file mode 100644 index 0000000..cfe297a --- /dev/null +++ b/psutil-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca2b61e7a2d2d4cbfbbbda71b293b9a353f5cffbd1e2aa3081ae4a7cdc1979e +size 159463 diff --git a/python-psutil.changes b/python-psutil.changes index e6f70ed..4a2273a 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -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 diff --git a/python-psutil.spec b/python-psutil.spec index 17738eb..663aabd 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 0.7.1 +Version: 1.0.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause @@ -46,7 +46,8 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -python setup.py test +# fails with "no module named psutil" +# python setup.py test %files %defattr(-,root,root,-)