From 89afa079004724f6064991ceea771c2b99d6f21f64d6efd5068539f012931411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 14 Feb 2020 12:54:55 +0000 Subject: [PATCH] - 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 where a search could be less than searchwindowsize if it was increased between calls * Minor test cleanups to improve portability * Disable chaining of timeout and EOF exceptions * Several doc updates. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=51 --- pexpect-4.7.0.tar.gz | 3 --- pexpect-4.8.0.tar.gz | 3 +++ python-pexpect.changes | 12 ++++++++++++ python-pexpect.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pexpect-4.7.0.tar.gz create mode 100644 pexpect-4.8.0.tar.gz diff --git a/pexpect-4.7.0.tar.gz b/pexpect-4.7.0.tar.gz deleted file mode 100644 index 79f5675..0000000 --- a/pexpect-4.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb -size 153747 diff --git a/pexpect-4.8.0.tar.gz b/pexpect-4.8.0.tar.gz new file mode 100644 index 0000000..63e5447 --- /dev/null +++ b/pexpect-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c +size 157037 diff --git a/python-pexpect.changes b/python-pexpect.changes index 8193ea2..d1a8a0a 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 14 12:44:51 UTC 2020 - Ondřej Súkup + +- 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 where a search could be less than searchwindowsize + if it was increased between calls + * Minor test cleanups to improve portability + * Disable chaining of timeout and EOF exceptions + * Several doc updates. + ------------------------------------------------------------------- Thu Feb 6 10:09:58 UTC 2020 - Tomáš Chvátal diff --git a/python-pexpect.spec b/python-pexpect.spec index 50e4a84..1f6fb99 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.7.0 +Version: 4.8.0 Release: 0 Summary: Pure Python Expect-like module License: ISC