From a980707cddf664d11ed39941d8e52ffbf4b704dfe2f39d7fa60548d4d42578d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Wed, 3 Jan 2018 23:16:43 +0000 Subject: [PATCH] Accepting request 561483 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/561483 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=88 --- psutil-5.4.2.tar.gz | 3 --- psutil-5.4.3.tar.gz | 3 +++ python-psutil.changes | 12 ++++++++++++ python-psutil.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 psutil-5.4.2.tar.gz create mode 100644 psutil-5.4.3.tar.gz diff --git a/psutil-5.4.2.tar.gz b/psutil-5.4.2.tar.gz deleted file mode 100644 index d2cd035..0000000 --- a/psutil-5.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00a1f9ff8d1e035fba7bfdd6977fa8ea7937afdb4477339e5df3dba78194fe11 -size 411888 diff --git a/psutil-5.4.3.tar.gz b/psutil-5.4.3.tar.gz new file mode 100644 index 0000000..7303836 --- /dev/null +++ b/psutil-5.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18 +size 412550 diff --git a/python-psutil.changes b/python-psutil.changes index 28470c5..d300b43 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 3 22:40:21 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 5.4.3: + * Enhancements + + 775: disk_partitions() on Windows return mount points. + * Bug fixes + + 1193: pids() may return False on OSX. + ------------------------------------------------------------------- Thu Dec 7 16:47:30 UTC 2017 - arun@gmx.de diff --git a/python-psutil.spec b/python-psutil.spec index 8b7bee1..f68976c 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-psutil # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.4.2 +Version: 5.4.3 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause