py-pexpect: updated to 4.9.0

4.9.0

Add support for Python 3.12
Clean up temporary files after UnicodeTests
Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix
Set prompt correctly for zsh
Add zsh convenience function to replwrap module
Rework async unittests to rely on unittest.IsolatedAsyncioTestCase
Make test_expect.py work on POSIX systems that are not Linux based
Add support for socket, which allows sockets to be used crossplatform
Update async to work on newer versions of python
Remove deprecated RSAAuthentication option (SSHv1)
Multiple CI fixes
Use Github Actions for CI
Remove pytest-capturelog from testing requirements
Fix usage for Solaris
Fix threading for new versions of python
Fix documentation builds for use with Sphinx 3
Use sys.executable for tests and wrapper, allowing the calling python executable to be used instead
Update documentation about Wexpect
Added project urls to setup.py
Provide examples for how to use Pexpect and Pyte
Coerce compiled regex patterns type according to spawn encoding
Several doc updates
This commit is contained in:
adam 2023-11-26 10:04:16 +00:00
parent 6f9ac414ad
commit 027df6573f
3 changed files with 18 additions and 10 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.31 2022/01/09 11:58:14 wiz Exp $
# $NetBSD: Makefile,v 1.32 2023/11/26 10:04:16 adam Exp $
DISTNAME= pexpect-4.8.0
DISTNAME= pexpect-4.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pexpect/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2022/01/14 17:51:55 wiz Exp $
@comment $NetBSD: PLIST,v 1.12 2023/11/26 10:04:16 adam Exp $
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@ -15,8 +15,14 @@ ${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.pyc
${PYSITELIB}/pexpect/_async.pyo
${PYSITELIB}/pexpect/_async_pre_await.py
${PLIST.py3x}${PYSITELIB}/pexpect/_async_pre_await.pyc
${PLIST.py3x}${PYSITELIB}/pexpect/_async_pre_await.pyo
${PYSITELIB}/pexpect/_async_w_await.py
${PLIST.py3x}${PYSITELIB}/pexpect/_async_w_await.pyc
${PLIST.py3x}${PYSITELIB}/pexpect/_async_w_await.pyo
${PYSITELIB}/pexpect/bashrc.sh
${PYSITELIB}/pexpect/exceptions.py
${PYSITELIB}/pexpect/exceptions.pyc
@ -45,6 +51,9 @@ ${PYSITELIB}/pexpect/run.pyo
${PYSITELIB}/pexpect/screen.py
${PYSITELIB}/pexpect/screen.pyc
${PYSITELIB}/pexpect/screen.pyo
${PYSITELIB}/pexpect/socket_pexpect.py
${PLIST.py3x}${PYSITELIB}/pexpect/socket_pexpect.pyc
${PLIST.py3x}${PYSITELIB}/pexpect/socket_pexpect.pyo
${PYSITELIB}/pexpect/spawnbase.py
${PYSITELIB}/pexpect/spawnbase.pyc
${PYSITELIB}/pexpect/spawnbase.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.18 2021/10/26 10:18:44 nia Exp $
$NetBSD: distinfo,v 1.19 2023/11/26 10:04:16 adam Exp $
BLAKE2s (pexpect-4.8.0.tar.gz) = af06a742c94a2220e3c6f5c6ea35ad59e2b35825ac40539bbf7409e466a85c0f
SHA512 (pexpect-4.8.0.tar.gz) = 7447ae2d1e13be422c894a8fd51c5aaa788e37ea7f0c798c88b77afd401fb3631400a637077ccbb83c2e3876b0d0c5e1dbd5fdc9d3739d785b4d5ad7c0192580
Size (pexpect-4.8.0.tar.gz) = 157037 bytes
BLAKE2s (pexpect-4.9.0.tar.gz) = daf67f19830cf42c61f2903b18c5d3ec64b7026e1c5f03934b50bb326153bf26
SHA512 (pexpect-4.9.0.tar.gz) = 0e4b3a6978b94aee221ff23cd7bd771517e0e0f1a1a8b17f77f15bf78edd3130ad093d925b7d1e86fe6ba7eb956205d4c616b4e52b2fcfa1e944d4860dd7b3a0
Size (pexpect-4.9.0.tar.gz) = 166450 bytes