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:           Wed May 30 07:58:49 UTC 2018

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

Log Message:
py-pexpect: updated to 4.6.0

Version 4.6
The pxssh.login() method now supports an ssh_config parameter, which can be used to specify a file path to an SSH config file.
Improved compatability for the crlf parameter of PopenSpawn
Fixed an issue in read timeout handling when using spawn and fdspawn with the use_poll parameter


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.13 -r1.14 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.23 pkgsrc/devel/py-pexpect/Makefile:1.24
--- pkgsrc/devel/py-pexpect/Makefile:1.23       Sat Apr 14 05:20:25 2018
+++ pkgsrc/devel/py-pexpect/Makefile    Wed May 30 07:58:48 2018
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.23 2018/04/14 05:20:25 adam Exp $
+# $NetBSD: Makefile,v 1.24 2018/05/30 07:58:48 adam Exp $
 
-DISTNAME=      pexpect-4.5.0
+DISTNAME=      pexpect-4.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pexpect/}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://pexpect.sourceforge.net/
+HOMEPAGE=      https://pexpect.readthedocs.io/
 COMMENT=       Pure Python Expect-like module
 LICENSE=       mit
 

Index: pkgsrc/devel/py-pexpect/distinfo
diff -u pkgsrc/devel/py-pexpect/distinfo:1.13 pkgsrc/devel/py-pexpect/distinfo:1.14
--- pkgsrc/devel/py-pexpect/distinfo:1.13       Sat Apr 14 05:20:25 2018
+++ pkgsrc/devel/py-pexpect/distinfo    Wed May 30 07:58:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/04/14 05:20:25 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/05/30 07:58:49 adam Exp $
 
-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
+SHA1 (pexpect-4.6.0.tar.gz) = 3d79bb7de5436cd0a8417a6249c765595a33abcf
+RMD160 (pexpect-4.6.0.tar.gz) = fa9ea28909daa2ccabef03bb831794695b0cb965
+SHA512 (pexpect-4.6.0.tar.gz) = 9a2b1ef19d885e69cfd17ba0519581f782574019010043e66d8b68f98ac86b359f4a1ca42f8bb0059a5dfdd43275ad93531c076cc0ac2049e109408961b46bbd
+Size (pexpect-4.6.0.tar.gz) = 148966 bytes



Home | Main Index | Thread Index | Old Index