15
0

Accepting request 910328 from home:dimstar:Factory

- Remove executable flag from examples/*.py: since we already patch
  out the shebangs, they are not directly startable anyway
  (boo#1189065).

 * Fixed a bug truncating before attribute after a timeout

OBS-URL: https://build.opensuse.org/request/show/910328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=55
This commit is contained in:
2021-08-05 15:44:25 +00:00
committed by Git OBS Bridge
parent f24bc875de
commit 6818df046f
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 5 12:42:51 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Remove executable flag from examples/*.py: since we already patch
out the shebangs, they are not directly startable anyway
(boo#1189065).
-------------------------------------------------------------------
Thu Mar 12 11:32:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
@@ -9,7 +16,7 @@ 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 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