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:
committed by
Git OBS Bridge
parent
019ee3549c
commit
ede5e7439c
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user