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: Sat Apr 14 05:20:25 UTC 2018
Modified Files:
pkgsrc/devel/py-pexpect: Makefile distinfo
Log Message:
py-pexpect: updated to 4.5.0
Version 4.5
* :class:~.spawn and :class:~.fdspawn now have a use_poll parameter.
If this is True, they will use :func:select.poll instead of :func:select.select.
poll() allows file descriptors above 1024, but it must be explicitly
enabled due to compatibility concerns
* The :meth:.pxssh.login method has several new and changed options:
* The option password_regex allows changing
the password prompt regex, for servers that include password: in a banner
before reaching a prompt
* :meth:~.pxssh.login now allows for setting up SSH tunnels to be requested once
logged in to the remote server. This option is ssh_tunnels
The structure should be like this::
{
'local': ['2424:localhost:22'], # Local SSH tunnels
'remote': ['2525:localhost:22'], # Remote SSH tunnels
'dynamic': [8888], # Dynamic/SOCKS tunnels
}
* The option spawn_local_ssh=False allows subsequent logins from the
remote session and treats the session as if it was local
* Setting sync_original_prompt=False will prevent changing the prompt to
something unique, in case the remote server is sensitive to new lines at login
* If ssh_key=True is passed, the SSH client forces forwarding the authentication
agent to the remote server instead of providing a key
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.12 -r1.13 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.22 pkgsrc/devel/py-pexpect/Makefile:1.23
--- pkgsrc/devel/py-pexpect/Makefile:1.22 Wed Feb 14 08:09:00 2018
+++ pkgsrc/devel/py-pexpect/Makefile Sat Apr 14 05:20:25 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/02/14 08:09:00 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/04/14 05:20:25 adam Exp $
-DISTNAME= pexpect-4.4.0
+DISTNAME= pexpect-4.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pexpect/}
Index: pkgsrc/devel/py-pexpect/distinfo
diff -u pkgsrc/devel/py-pexpect/distinfo:1.12 pkgsrc/devel/py-pexpect/distinfo:1.13
--- pkgsrc/devel/py-pexpect/distinfo:1.12 Wed Feb 14 08:09:00 2018
+++ pkgsrc/devel/py-pexpect/distinfo Sat Apr 14 05:20:25 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/02/14 08:09:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/04/14 05:20:25 adam Exp $
-SHA1 (pexpect-4.4.0.tar.gz) = cd35c5369a63e8bee0207ed84c2053f1bdd179bd
-RMD160 (pexpect-4.4.0.tar.gz) = 0befcce3c9e9524e571cf037ffbf2cd50cce11f3
-SHA512 (pexpect-4.4.0.tar.gz) = c3ac018b0f55075ab2bb7f07d672b5c1ee2823f43577c93dedd8f828f6f31e5270afe56b2cee95cf5626f137978a5f0a7145ab4eb74bbad4818a42e6b329db6e
-Size (pexpect-4.4.0.tar.gz) = 145884 bytes
+SHA1 (pexpect-4.5.0.tar.gz) = 9a02be77889668c6781e07f8655b5fb4e4dcafbe
+RMD160 (pexpect-4.5.0.tar.gz) = b001015b7068bb188d82d9b1d147e0a412e58830
+SHA512 (pexpect-4.5.0.tar.gz) = d5aa3e9d79ed301bff4928d5d08de408c7e146d8b970a2d83e2eb263e4822adac88624fda12b62e7659c9ba58b9a1a51f2a9f94188769606a0ddd85834128c1f
+Size (pexpect-4.5.0.tar.gz) = 148247 bytes
Home |
Main Index |
Thread Index |
Old Index