--- - branch: MAIN date: Tue Dec 8 14:12:03 UTC 2015 files: - new: '1.3' old: '1.2' path: pkgsrc/devel/py-subprocess32/Makefile pathrev: pkgsrc/devel/py-subprocess32/Makefile@1.3 type: modified - new: '1.3' old: '1.2' path: pkgsrc/devel/py-subprocess32/distinfo pathrev: pkgsrc/devel/py-subprocess32/distinfo@1.3 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/py-subprocess32/patches/patch-setup.py pathrev: pkgsrc/devel/py-subprocess32/patches/patch-setup.py@1.2 type: modified id: 20151208T141203Z.e8262698bdda4855a076593bf99b15d8406dd0c6 log: | Updated devel/py-subprocess32 to 3.2.7 ----------------- 2015-11-15 3.2.7 ----------------- * Issue #6973: When we know a subprocess.Popen process has died, do not allow the send_signal(), terminate(), or kill() methods to do anything as they could potentially signal a different process. * Issue #23564: Fixed a partially broken sanity check in the _posixsubprocess internals regarding how fds_to_pass were passed to the child. The bug had no actual impact as subprocess32.py already avoided it. ----------------- 2015-11-14 3.2.7rc2 ----------------- * Moved the repository from code.google.com to github. * Added a _WAIT_TIMEOUT to satisfy the unsupported people entirely on their own trying to use this on Windows. * Similarly: Updated setup.py to not build the extension on non-posix. ----------------- 2014-06-01 3.2.7rc1 ----------------- * Issue #21618: The subprocess module could fail to close open fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-subprocess32' unixtime: '1449583923' user: nonaka