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:   adam
Date:           Fri Nov 10 07:51:58 UTC 2017

Modified Files:
        pkgsrc/devel/py-pexpect: Makefile PLIST distinfo

Log Message:
py-pexpect: updated to 4.3.0

Version 4.3
The async= parameter to integrate with asyncio has become async_= (:ghpull:`431`), as async is becoming a Python keyword from Python 3.6. Pexpect will still recognise async as an alternative spelling.
Similarly, the module pexpect.async became pexpect._async (:ghpull:`450`). This module is not part of the public API.
Fix problems with asyncio objects closing file descriptors during garbage collection (:ghissue:`347`, :ghpull:`376`).
Set the .pid attribute of a :class:`~.PopenSpawn` object (:ghpull:`417`).
Fix passing Windows paths to :class:`~.PopenSpawn` (:ghpull:`446`).
:class:`~.PopenSpawn` on Windows can pass string commands through to Popen without splitting them into a list (:ghpull:`447`).
Stop shlex trying to read from stdin when :class:`~.PopenSpawn` is passed cmd=None (:ghissue:`433`, :ghpull:`434`).
Ensure that an error closing a Pexpect spawn object raises a Pexpect error, rather than a Ptyprocess error (:ghissue:`383`, :ghpull:`386`).
Cleaned up invalid backslash escape sequences in strings (:ghpull:`430`, :ghpull:`445`).
The pattern for a password prompt in :mod:`pexpect.pxssh` changed from password to password: (:ghpull:`452`).
Correct docstring for using unicode with spawn (:ghpull:`395`).
Various other improvements to documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pexpect/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pexpect/distinfo

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

Modified files:

Index: pkgsrc/devel/py-pexpect/Makefile
diff -u pkgsrc/devel/py-pexpect/Makefile:1.19 pkgsrc/devel/py-pexpect/Makefile:1.20
--- pkgsrc/devel/py-pexpect/Makefile:1.19       Thu May  4 10:43:28 2017
+++ pkgsrc/devel/py-pexpect/Makefile    Fri Nov 10 07:51:58 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/05/04 10:43:28 adam Exp $
+# $NetBSD: Makefile,v 1.20 2017/11/10 07:51:58 adam Exp $
 
-DISTNAME=      pexpect-4.2.1
+DISTNAME=      pexpect-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pexpect/}

Index: pkgsrc/devel/py-pexpect/PLIST
diff -u pkgsrc/devel/py-pexpect/PLIST:1.7 pkgsrc/devel/py-pexpect/PLIST:1.8
--- pkgsrc/devel/py-pexpect/PLIST:1.7   Thu May  4 10:43:28 2017
+++ pkgsrc/devel/py-pexpect/PLIST       Fri Nov 10 07:51:58 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/05/04 10:43:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/11/10 07:51:58 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/pexpect/ANSI.py
 ${PYSITELIB}/pexpect/ANSI.pyc
@@ -9,9 +9,9 @@ ${PYSITELIB}/pexpect/FSM.pyo
 ${PYSITELIB}/pexpect/__init__.py
 ${PYSITELIB}/pexpect/__init__.pyc
 ${PYSITELIB}/pexpect/__init__.pyo
-${PYSITELIB}/pexpect/async.py
-${PLIST.py3x}${PYSITELIB}/pexpect/async.pyc
-${PLIST.py3x}${PYSITELIB}/pexpect/async.pyo
+${PYSITELIB}/pexpect/_async.py
+${PLIST.py3x}${PYSITELIB}/pexpect/_async.pyc
+${PLIST.py3x}${PYSITELIB}/pexpect/_async.pyo
 ${PYSITELIB}/pexpect/bashrc.sh
 ${PYSITELIB}/pexpect/exceptions.py
 ${PYSITELIB}/pexpect/exceptions.pyc

Index: pkgsrc/devel/py-pexpect/distinfo
diff -u pkgsrc/devel/py-pexpect/distinfo:1.9 pkgsrc/devel/py-pexpect/distinfo:1.10
--- pkgsrc/devel/py-pexpect/distinfo:1.9        Thu May  4 10:43:28 2017
+++ pkgsrc/devel/py-pexpect/distinfo    Fri Nov 10 07:51:58 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/05/04 10:43:28 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/11/10 07:51:58 adam Exp $
 
-SHA1 (pexpect-4.2.1.tar.gz) = 79239071ffc3afa8297f813e8c4691a1df74153c
-RMD160 (pexpect-4.2.1.tar.gz) = 61174032c34eabd021bd60fbe311ee6984334660
-SHA512 (pexpect-4.2.1.tar.gz) = 796474c87559cb9f4e2dfe72564d70c75e1aac4f57c4f3e4033a56c8842a48380ae0d5fafdad7f1ea6718b25c272fe4a611a59db44e69afb1f2bbf7e00256261
-Size (pexpect-4.2.1.tar.gz) = 143980 bytes
+SHA1 (pexpect-4.3.0.tar.gz) = 0eab7b4daeba6007697d964ff70409b816a72b13
+RMD160 (pexpect-4.3.0.tar.gz) = 69e9ddcbb6c29a38558f7c62572b975d3a9c37ca
+SHA512 (pexpect-4.3.0.tar.gz) = 26ee26d5b2054e906e5aa36eb077f84b8c7f8f39bb1f211e40a62b8d8c4048631a4e08105a4c17e1c23548d5e9b47fafbc095a37d5363210919de0ca074d225b
+Size (pexpect-4.3.0.tar.gz) = 146576 bytes



Home | Main Index | Thread Index | Old Index