15
0

Accepting request 575256 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/575256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal
2018-02-10 19:38:59 +00:00
committed by Git OBS Bridge
parent 7321808acb
commit 2525b7764c
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Feb 10 17:29:45 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 4.4.0:
* PopenSpawn now has a preexec_fn parameter, like spawn and
subprocess.Popen, for a function to be called in the child process
before executing the new command. Like in Popen, this works only
in POSIX, and can cause issues if your application also uses
threads (PR #460).
* Significant performance improvements when processing large amounts
of data (PR #464).
* Ensure that spawn.closed gets set by close(), and improve an
example for passing SIGWINCH through to a child process (PR #466).
-------------------------------------------------------------------
Sat Dec 16 23:13:25 UTC 2017 - arun@gmx.de