From 7321808acb1c9540c65f198ef3227a3c95a489cc4af12b39dff3b58198d058a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Dec 2017 08:21:34 +0000 Subject: [PATCH] Accepting request 557740 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/557740 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=29 --- pexpect-4.3.0.tar.gz | 3 --- pexpect-4.3.1.tar.gz | 3 +++ python-pexpect.changes | 9 +++++++++ python-pexpect.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pexpect-4.3.0.tar.gz create mode 100644 pexpect-4.3.1.tar.gz diff --git a/pexpect-4.3.0.tar.gz b/pexpect-4.3.0.tar.gz deleted file mode 100644 index c775219..0000000 --- a/pexpect-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9 -size 146576 diff --git a/pexpect-4.3.1.tar.gz b/pexpect-4.3.1.tar.gz new file mode 100644 index 0000000..f6aa114 --- /dev/null +++ b/pexpect-4.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e287b171dbaf249d0b06b5f2e88cb7e694651d2d0b8c15bccb83170d3c55575 +size 146852 diff --git a/python-pexpect.changes b/python-pexpect.changes index c5ba405..d3095ca 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 16 23:13:25 UTC 2017 - arun@gmx.de + +- update to version 4.3.1: + * When launching bash for pexpect.replwrap, load the system bashrc + from a couple of different common locations (PR #457), and then + unset the PROMPT_COMMAND environment variable, which can interfere + with the prompt we’re expecting (PR #459). + ------------------------------------------------------------------- Fri Nov 10 22:59:10 UTC 2017 - arun@gmx.de diff --git a/python-pexpect.spec b/python-pexpect.spec index 0933085..46db03b 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pexpect -Version: 4.3.0 +Version: 4.3.1 Release: 0 Summary: Pure Python Expect-like module License: ISC