forked from pool/python-pexpect
Accepting request 774361 from devel:languages:python
- update to 4.8.0 * Returned behavior of searchwindowsize to that in 4.3 and earlier * Fixed a bug truncating before attribute after a timeout * Fixed a bug where a search could be less than searchwindowsize if it was increased between calls * Minor test cleanups to improve portability * Disable chaining of timeout and EOF exceptions * Several doc updates. OBS-URL: https://build.opensuse.org/request/show/774361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=32
This commit is contained in:
commit
e2dd3cd8e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb
|
||||
size 153747
|
BIN
pexpect-4.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pexpect-4.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 12:44:51 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 4.8.0
|
||||
* Returned behavior of searchwindowsize to that in 4.3 and earlier
|
||||
* Fixed a bug truncating before attribute after a timeout
|
||||
* Fixed a bug where a search could be less than searchwindowsize
|
||||
if it was increased between calls
|
||||
* Minor test cleanups to improve portability
|
||||
* Disable chaining of timeout and EOF exceptions
|
||||
* Several doc updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 10:09:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pexpect
|
||||
Version: 4.7.0
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: Pure Python Expect-like module
|
||||
License: ISC
|
||||
|
Loading…
x
Reference in New Issue
Block a user