diff --git a/psutil-3.4.2.tar.gz b/psutil-3.4.2.tar.gz deleted file mode 100644 index 128df74..0000000 --- a/psutil-3.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b17fa01aa766daa388362d0eda5c215d77e03a8d37676b68971f37bf3913b725 -size 274361 diff --git a/psutil-4.0.0.tar.gz b/psutil-4.0.0.tar.gz new file mode 100644 index 0000000..50e25af --- /dev/null +++ b/psutil-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c672f9ee79c84ff16b8de6f6040080f0e25002ac47f115f4a54aa88e5cfcd +size 293800 diff --git a/python-psutil.changes b/python-psutil.changes index 69ee70a..a45ffc7 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Wed Feb 17 19:18:13 UTC 2016 - michael@stroeder.com + +- update to version 4.0.0 + +**Enhancements** + +- #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time" field. +- #660: [Windows] make.bat is smarter in finding alternative VS install + locations. (patch by mpderbec) +- #732: Process.environ(). (patch by Frank Benkstein) +- #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real" memory stats. + (patch by Eric Rahm) +- #755: Process.memory_percent() "memtype" parameter. +- #758: tests now live in psutil namespace. +- #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.) +- #756: [Linux] disk_io_counters() return 2 new fields: read_merged_count and + write_merged_count. +- #762: new scripts/procsmem.py script. + +**Bug fixes** + +- #704: [Solaris] psutil does not compile on Solaris sparc. +- #734: on Python 3 invalid UTF-8 data is not correctly handled for process + name(), cwd(), exe(), cmdline() and open_files() methods resulting in + UnicodeDecodeError exceptions. 'surrogateescape' error handler is now + used as a workaround for replacing the corrupted data. +- #737: [Windows] when the bitness of psutil and the target process was + different cmdline() and cwd() could return a wrong result or incorrectly + report an AccessDenied error. +- #741: [OpenBSD] psutil does not compile on mips64. +- #751: [Linux] fixed call to Py_DECREF on possible Null object. +- #754: [Linux] cmdline() can be wrong in case of zombie process. +- #759: [Linux] Process.memory_maps() may return paths ending with " (deleted)" +- #761: [Windows] psutil.boot_time() wraps to 0 after 49 days. +- #764: [NetBSD] fix compilation on NetBSD-6.x. +- #766: [Linux] net_connections() can't handle malformed /proc/net/unix file. +- #767: [Linux] disk_io_counters() may raise ValueError on 2.6 kernels and it's + broken on 2.4 kernels. +- #770: [NetBSD] disk_io_counters() metrics didn't update. + ------------------------------------------------------------------- Thu Jan 21 09:01:36 UTC 2016 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 4ec6b65..2bdf5a7 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.4.2 +Version: 4.0.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause @@ -56,7 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO +%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO %{python_sitearch}/psutil/ %{python_sitearch}/psutil/_psutil_*.so %{python_sitearch}/psutil-%{version}-py*.egg-info