From ede5e7439cfc9411504237c207f4d904b4c80e71fc71096f21611489ed35d6d9 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Wed, 27 Nov 2013 21:29:03 +0000
Subject: [PATCH] Accepting request 208748 from
home:posophe:branches:devel:languages:python
- Update to version 1.2.1
* #348: [Windows XP] fixed "ImportError: DLL load failed" occurring
on module import.
* #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
* #443: [Linux] can't set CPU affinity with systems with more than 64 cores.
- Changes from version 1.2.0
* #439: assume os.getpid() if no argument is passed to psutil.Process
constructor.
* #440: new psutil.wait_procs() utility function which waits for multiple
processes to terminate.
* #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
module import.
- Changes from version 1.1.3
* #442: [Linux] psutil won't compile on certain version of Linux because of
missing prlimit(2) syscall.
- Changes from version 1.1.2
* #442: [Linux] psutil won't compile on Debian 6.0 because of missing
prlimit(2) syscall.
OBS-URL: https://build.opensuse.org/request/show/208748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=26
---
psutil-1.1.1.tar.gz | 3 ---
psutil-1.2.1.tar.gz | 3 +++
python-psutil.changes | 22 ++++++++++++++++++++++
python-psutil.spec | 2 +-
4 files changed, 26 insertions(+), 4 deletions(-)
delete mode 100644 psutil-1.1.1.tar.gz
create mode 100644 psutil-1.2.1.tar.gz
diff --git a/psutil-1.1.1.tar.gz b/psutil-1.1.1.tar.gz
deleted file mode 100644
index 4c356e5..0000000
--- a/psutil-1.1.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a5201e4c2a9b57e9e5d8de92b3a4006d093eedd9b56915b8279f365aaedd0f48
-size 165467
diff --git a/psutil-1.2.1.tar.gz b/psutil-1.2.1.tar.gz
new file mode 100644
index 0000000..6f157b0
--- /dev/null
+++ b/psutil-1.2.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
+size 167397
diff --git a/python-psutil.changes b/python-psutil.changes
index a3f9f20..a37acb7 100644
--- a/python-psutil.changes
+++ b/python-psutil.changes
@@ -1,3 +1,25 @@
+-------------------------------------------------------------------
+Wed Nov 27 21:26:26 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 1.2.1
+ * #348: [Windows XP] fixed "ImportError: DLL load failed" occurring
+ on module import.
+ * #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
+ * #443: [Linux] can't set CPU affinity with systems with more than 64 cores.
+- Changes from version 1.2.0
+ * #439: assume os.getpid() if no argument is passed to psutil.Process
+ constructor.
+ * #440: new psutil.wait_procs() utility function which waits for multiple
+ processes to terminate.
+ * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
+ module import.
+- Changes from version 1.1.3
+ * #442: [Linux] psutil won't compile on certain version of Linux because of
+ missing prlimit(2) syscall.
+- Changes from version 1.1.2
+ * #442: [Linux] psutil won't compile on Debian 6.0 because of missing
+ prlimit(2) syscall.
+
-------------------------------------------------------------------
Mon Oct 21 12:19:35 UTC 2013 - dmueller@suse.com
diff --git a/python-psutil.spec b/python-psutil.spec
index 7e3db7a..98ff319 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -17,7 +17,7 @@
Name: python-psutil
-Version: 1.1.1
+Version: 1.2.1
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause