pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-psutil



Module Name:    pkgsrc
Committed By:   richard
Date:           Sat Dec  7 21:25:24 UTC 2013

Modified Files:
        pkgsrc/sysutils/py-psutil: Makefile PLIST distinfo
        pkgsrc/sysutils/py-psutil/patches: patch-setup.py
            patch-test_test__psutil.py
Added Files:
        pkgsrc/sysutils/py-psutil/patches: patch-psutil___psutil__sunos.c

Log Message:
Update to 1.2.1, changelog follows:

1.2.1 - 2013-11-25
------------------

BUG FIXES

 * #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 on systems with more than 64 cores.

1.2.0 - 2013-11-20
------------------

ENHANCEMENTS

 * #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.

BUG FIXES

 * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
         module import.

1.1.3 - 2013-11-07
------------------

BUG FIXES

 * #442: [Linux] psutil won't compile on certain version of Linux because of
         missing prlimit(2) syscall.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-psutil/Makefile \
    pkgsrc/sysutils/py-psutil/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-psutil/PLIST
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/py-psutil/patches/patch-psutil___psutil__sunos.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-psutil/patches/patch-setup.py
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/sysutils/py-psutil/patches/patch-test_test__psutil.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index