From 193de98d697cbe732db13db6388c41d03f4bf8e281e4a3ddd9aac8a5c7ed42f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sun, 10 Nov 2019 17:28:30 +0000 Subject: [PATCH] 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 --- psutil-5.6.3.tar.gz | 3 --- psutil-5.6.5.tar.gz | 3 +++ python-psutil.changes | 36 ++++++++++++++++++++++++++++++++++++ python-psutil.spec | 3 +-- 4 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 psutil-5.6.3.tar.gz create mode 100644 psutil-5.6.5.tar.gz diff --git a/psutil-5.6.3.tar.gz b/psutil-5.6.3.tar.gz deleted file mode 100644 index 250cd7d..0000000 --- a/psutil-5.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3 -size 435374 diff --git a/psutil-5.6.5.tar.gz b/psutil-5.6.5.tar.gz new file mode 100644 index 0000000..608d472 --- /dev/null +++ b/psutil-5.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147 +size 447489 diff --git a/python-psutil.changes b/python-psutil.changes index 937d968..bf1ce66 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sat Nov 9 14:42:18 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-psutil.spec b/python-psutil.spec index 56b86cb..70e576c 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -23,11 +23,10 @@ %bcond_with test %endif Name: python-psutil -Version: 5.6.3 +Version: 5.6.5 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/giampaolo/psutil Source: https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz Patch0: pr_1364.patch