Accepting request 360903 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/360903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=27
This commit is contained in:
commit
70e0f7f51f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b17fa01aa766daa388362d0eda5c215d77e03a8d37676b68971f37bf3913b725
|
|
||||||
size 274361
|
|
3
psutil-4.0.0.tar.gz
Normal file
3
psutil-4.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a7c672f9ee79c84ff16b8de6f6040080f0e25002ac47f115f4a54aa88e5cfcd
|
||||||
|
size 293800
|
@ -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
|
Thu Jan 21 09:01:36 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 3.4.2
|
Version: 4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -56,7 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%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/
|
||||||
%{python_sitearch}/psutil/_psutil_*.so
|
%{python_sitearch}/psutil/_psutil_*.so
|
||||||
%{python_sitearch}/psutil-%{version}-py*.egg-info
|
%{python_sitearch}/psutil-%{version}-py*.egg-info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user