From 9caa005b9244b9eec1892d78258c915cdceed7aa516b461f1dca3a1d92980cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 25 Jun 2018 11:07:08 +0000 Subject: [PATCH] Accepting request 618825 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/618825 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=37 --- pexpect-4.5.0.tar.gz | 3 --- pexpect-4.6.0.tar.gz | 3 +++ python-pexpect.changes | 12 ++++++++++++ python-pexpect.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pexpect-4.5.0.tar.gz create mode 100644 pexpect-4.6.0.tar.gz diff --git a/pexpect-4.5.0.tar.gz b/pexpect-4.5.0.tar.gz deleted file mode 100644 index 2f7a9c9..0000000 --- a/pexpect-4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c -size 148247 diff --git a/pexpect-4.6.0.tar.gz b/pexpect-4.6.0.tar.gz new file mode 100644 index 0000000..5adaed3 --- /dev/null +++ b/pexpect-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba +size 148966 diff --git a/python-pexpect.changes b/python-pexpect.changes index cccef27..9ee41db 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 24 15:49:37 UTC 2018 - arun@gmx.de + +- update to version 4.6.0: + * The pxssh.login() method now supports an ssh_config parameter, + which can be used to specify a file path to an SSH config file (PR + #490). + * Improved compatability for the crlf parameter of PopenSpawn (PR + #493) + * Fixed an issue in read timeout handling when using spawn and + fdspawn with the use_poll parameter (PR #492). + ------------------------------------------------------------------- Thu Apr 19 11:58:18 UTC 2018 - tchvatal@suse.com diff --git a/python-pexpect.spec b/python-pexpect.spec index 0bd7d63..7477f63 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pexpect -Version: 4.5.0 +Version: 4.6.0 Release: 0 Summary: Pure Python Expect-like module License: ISC