Hello community, here is the log from the commit of package python-psutil for openSUSE:Factory checked in at 2013-07-11 20:13:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-psutil (Old) and /work/SRC/openSUSE:Factory/.python-psutil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psutil" Changes: -------- --- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes 2013-06-05 13:35:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 2013-07-11 20:13:20.000000000 +0200 @@ -1,0 +2,15 @@ +Thu Jul 11 14:27:00 UTC 2013 - [email protected] + +- 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(). + +------------------------------------------------------------------- Old: ---- psutil-0.7.1.tar.gz New: ---- psutil-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-psutil.spec ++++++ --- /var/tmp/diff_new_pack.H2TUeu/_old 2013-07-11 20:13:21.000000000 +0200 +++ /var/tmp/diff_new_pack.H2TUeu/_new 2013-07-11 20:13:21.000000000 +0200 @@ -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 install --prefix=%{_prefix} --root=%{buildroot} %check -python setup.py test +# fails with "no module named psutil" +# python setup.py test %files %defattr(-,root,root,-) ++++++ psutil-0.7.1.tar.gz -> psutil-1.0.0.tar.gz ++++++ ++++ 6155 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
