pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pexpect
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 17 14:50:52 UTC 2014
Modified Files:
pkgsrc/devel/py-pexpect: Makefile PLIST distinfo
Log Message:
Update to 3.0.
The new major version number doesn't indicate any deliberate API
incompatibility.
We have endeavoured to avoid breaking existing APIs. However, pexpect is under
new maintenance after a long dormancy, so some caution is warranted.
* A new :ref:`unicode API <unicode>` was introduced.
* Python 3 is now supported, using a single codebase.
* Pexpect now requires at least Python 2.6 or 3.2.
* The modules other than pexpect, such as :mod:`pexpect.fdpexpect` and
:mod:`pexpect.pxssh`, were moved into the pexpect package. For now, wrapper
modules are installed to the old locations for backwards compatibility (e.g.
``import pxssh`` will still work), but these will be removed at some point in
the future.
* Ignoring ``SIGHUP`` is now optional - thanks to Kimmo Parviainen-Jalanko for
the patch.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pexpect/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pexpect/distinfo
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