Subject: CVS commit: pkgsrc/devel/py-subprocess32
From: NONAKA Kimihiro
Date: 2015-12-08 15:12:03
Message id: 20151208141203.35EDFFB7F@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.3modifypkgsrc/devel/py-subprocess32/Makefile
1.3modifypkgsrc/devel/py-subprocess32/distinfo
1.2modifypkgsrc/devel/py-subprocess32/patches/patch-setup.py