New version: py-pexpect 4.8.0 (#27401)

This commit is contained in:
iarspider 2021-11-14 01:31:56 +01:00 committed by GitHub
parent 76fed9c04d
commit 3706fef9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ class PyPexpect(PythonPackage):
"""Pexpect allows easy control of interactive console applications.""" """Pexpect allows easy control of interactive console applications."""
pypi = "pexpect/pexpect-4.2.1.tar.gz" pypi = "pexpect/pexpect-4.2.1.tar.gz"
version('4.8.0', sha256='fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c')
version('4.7.0', sha256='9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb') version('4.7.0', sha256='9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb')
version('4.6.0', sha256='2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba') version('4.6.0', sha256='2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba')
version('4.2.1', sha256='3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92') version('4.2.1', sha256='3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92')