14
0
forked from pool/python-psutil

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
This commit is contained in:
Denisart Benjamin
2013-11-27 21:29:03 +00:00
committed by Git OBS Bridge
parent 019ee3549c
commit ede5e7439c
4 changed files with 26 additions and 4 deletions

View File

@@ -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