From 895caee925a13efb0a62c337bde19434fc6cb5d949f56899babb6af88ed0b674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Mon, 25 Sep 2017 09:56:29 +0000 Subject: [PATCH] Accepting request 528618 from home:stroeder:branches:devel:languages:python - update to version 5.3.1 **Enhancements** - 1124_: documentation moved to http://psutil.readthedocs.io **Big fixes** - 1105_: [FreeBSD] psutil does not compile on FreeBSD 12. - 1125_: [BSD] net_connections() raises TypeError. **Compatibility notes** - 1120_: .exe files for Windows are no longer uploaded on PYPI as per PEP-527; only wheels are provided. OBS-URL: https://build.opensuse.org/request/show/528618 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=80 --- psutil-5.3.0.tar.gz | 3 --- psutil-5.3.1.tar.gz | 3 +++ python-psutil.changes | 16 ++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 psutil-5.3.0.tar.gz create mode 100644 psutil-5.3.1.tar.gz diff --git a/psutil-5.3.0.tar.gz b/psutil-5.3.0.tar.gz deleted file mode 100644 index aed7853..0000000 --- a/psutil-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3940e06e92c84ab6e82b95dad056241beea93c3c9b1d07ddf96485079855185 -size 397265 diff --git a/psutil-5.3.1.tar.gz b/psutil-5.3.1.tar.gz new file mode 100644 index 0000000..a3a26fb --- /dev/null +++ b/psutil-5.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dd9c8abbad15f055e9579130035b38617020ce176f4a498b7870e6321ffa67 +size 397075 diff --git a/python-psutil.changes b/python-psutil.changes index ff62e3d..b5ffd88 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 25 09:17:26 UTC 2017 - michael@stroeder.com + +- update to version 5.3.1 + +**Enhancements** +- 1124_: documentation moved to http://psutil.readthedocs.io + +**Big fixes** +- 1105_: [FreeBSD] psutil does not compile on FreeBSD 12. +- 1125_: [BSD] net_connections() raises TypeError. + +**Compatibility notes** +- 1120_: .exe files for Windows are no longer uploaded on PYPI as per PEP-527; + only wheels are provided. + ------------------------------------------------------------------- Fri Sep 8 19:17:33 UTC 2017 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 5c8098f..baadfe6 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.3.0 +Version: 5.3.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause