pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: py-pexpect: updated to 4.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a001f6749c94
branches:  trunk
changeset: 306277:a001f6749c94
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 14 05:20:25 2018 +0000
description:
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

diffstat:

 devel/py-pexpect/Makefile |   4 ++--
 devel/py-pexpect/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 164ef06aca10 -r a001f6749c94 devel/py-pexpect/Makefile
--- a/devel/py-pexpect/Makefile Sat Apr 14 03:47:24 2018 +0000
+++ b/devel/py-pexpect/Makefile Sat Apr 14 05:20:25 2018 +0000
@@ -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/}
diff -r 164ef06aca10 -r a001f6749c94 devel/py-pexpect/distinfo
--- a/devel/py-pexpect/distinfo Sat Apr 14 03:47:24 2018 +0000
+++ b/devel/py-pexpect/distinfo Sat Apr 14 05:20:25 2018 +0000
@@ -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