From 161e1f3ae7975fb5c44fd17fec30b08b195fdd7b637fa1a4ea1c50728f4f8d36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Oct 2015 22:38:10 +0000 Subject: [PATCH] Accepting request 341068 from home:stroeder:branches:devel:languages:python update to 3.2.2 (successfully tested on Tumbleweed x86_64) OBS-URL: https://build.opensuse.org/request/show/341068 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=48 --- psutil-3.2.1.tar.gz | 3 --- psutil-3.2.2.tar.gz | 3 +++ python-psutil.changes | 11 +++++++++++ python-psutil.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 psutil-3.2.1.tar.gz create mode 100644 psutil-3.2.2.tar.gz diff --git a/psutil-3.2.1.tar.gz b/psutil-3.2.1.tar.gz deleted file mode 100644 index 61cd944..0000000 --- a/psutil-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f6bea8bfe2e5cfffd0f411aa316e837daadced1893b44254bb9a38a654340f7 -size 251653 diff --git a/psutil-3.2.2.tar.gz b/psutil-3.2.2.tar.gz new file mode 100644 index 0000000..194152f --- /dev/null +++ b/psutil-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d848e5bd475ffe7fa3ab1c20d249807e648568af64bb0058412296ec990a0c +size 253502 diff --git a/python-psutil.changes b/python-psutil.changes index 06e3a66..fa5c8ed 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 26 21:09:10 UTC 2015 - michael@stroeder.com + +- update to version 3.2.2 + +**Bug fixes** + +- #623: [Linux] process or system connections raises ValueError if IPv6 is not + supported by the system. +- #678: [Linux] can't install psutil due to bug in setup.py. + ------------------------------------------------------------------- Wed Sep 16 19:33:14 UTC 2015 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 053b26c..1c6e37a 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause