Accepting request 747235 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/747235 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=109
This commit is contained in:
parent
96677b7ad7
commit
193de98d69
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3
|
|
||||||
size 435374
|
|
3
psutil-5.6.5.tar.gz
Normal file
3
psutil-5.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147
|
||||||
|
size 447489
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 9 14:42:18 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 5.6.5:
|
||||||
|
* Bug fixes
|
||||||
|
+ 1615: remove pyproject.toml as it was causing installation
|
||||||
|
issues.
|
||||||
|
|
||||||
|
- changes from version 5.6.4:
|
||||||
|
* Enhancements
|
||||||
|
+ 1527: [Linux] added Process.cpu_times().iowait counter, which is
|
||||||
|
the time spent waiting for blocking I/O to complete.
|
||||||
|
+ 1565: add PEP 517/8 build backend and requirements specification
|
||||||
|
for better pip integration. (patch by Bernát Gábor)
|
||||||
|
* Bug fixes
|
||||||
|
+ 875: [Windows] Process' cmdline(), environ() or cwd() may
|
||||||
|
occasionally fail with ERROR_PARTIAL_COPY which now gets
|
||||||
|
translated to AccessDenied.
|
||||||
|
+ 1126: [Linux] cpu_affinity() segfaults on CentOS 5 /
|
||||||
|
manylinux. cpu_affinity() support for CentOS 5 was removed.
|
||||||
|
+ 1528: [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit
|
||||||
|
differences. (patch by Arnon Yaari)
|
||||||
|
+ 1535: 'type' and 'family' fields returned by net_connections()
|
||||||
|
are not always turned into enums.
|
||||||
|
+ 1536: [NetBSD] process cmdline() erroneously raise ZombieProcess
|
||||||
|
error if cmdline has non encodable chars.
|
||||||
|
+ 1546: usage percent may be rounded to 0 on Python 2.
|
||||||
|
+ 1552: [Windows] getloadavg() math for calculating 5 and 15 mins
|
||||||
|
values is incorrect.
|
||||||
|
+ 1568: [Linux] use CC compiler env var if defined.
|
||||||
|
+ 1570: [Windows] NtWow64* syscalls fail to raise the proper error
|
||||||
|
code
|
||||||
|
+ 1585: [OSX] calling close() (in C) on possible negative
|
||||||
|
integers. (patch by Athos Ribeiro)
|
||||||
|
+ 1606: [SunOS] compilation fails on SunOS 5.10. (patch by vser1)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 13:08:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Sep 10 13:08:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -23,11 +23,10 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.6.3
|
Version: 5.6.5
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/giampaolo/psutil
|
URL: https://github.com/giampaolo/psutil
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
|
||||||
Patch0: pr_1364.patch
|
Patch0: pr_1364.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user