From 2525b7764cf39ad82dcf0da085895f39ae29571d54d1087d12c3b76912ae9377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 10 Feb 2018 19:38:59 +0000 Subject: [PATCH] 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 --- pexpect-4.3.1.tar.gz | 3 --- pexpect-4.4.0.tar.gz | 3 +++ python-pexpect.changes | 17 +++++++++++++++++ python-pexpect.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 pexpect-4.3.1.tar.gz create mode 100644 pexpect-4.4.0.tar.gz diff --git a/pexpect-4.3.1.tar.gz b/pexpect-4.3.1.tar.gz deleted file mode 100644 index f6aa114..0000000 --- a/pexpect-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e287b171dbaf249d0b06b5f2e88cb7e694651d2d0b8c15bccb83170d3c55575 -size 146852 diff --git a/pexpect-4.4.0.tar.gz b/pexpect-4.4.0.tar.gz new file mode 100644 index 0000000..1fa9251 --- /dev/null +++ b/pexpect-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b85a1565968e3d5b5e7c9283caddc90c3947a2625bed1905be27bd5a03e47d +size 145884 diff --git a/python-pexpect.changes b/python-pexpect.changes index d3095ca..ab72fb1 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -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 diff --git a/python-pexpect.spec b/python-pexpect.spec index 46db03b..09d8c3b 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -1,7 +1,7 @@ # # spec file for package python-pexpect # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pexpect -Version: 4.3.1 +Version: 4.4.0 Release: 0 Summary: Pure Python Expect-like module License: ISC