From 9caf79e31c30f1f7f8b9b57dcb16c59b21d49861e61a166d098da2f470c38527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 2 Mar 2019 13:57:42 +0000 Subject: [PATCH] Accepting request 680683 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/680683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=23 --- prompt_toolkit-2.0.7.tar.gz | 3 --- prompt_toolkit-2.0.9.tar.gz | 3 +++ python-prompt_toolkit.changes | 31 +++++++++++++++++++++++++++++++ python-prompt_toolkit.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 prompt_toolkit-2.0.7.tar.gz create mode 100644 prompt_toolkit-2.0.9.tar.gz diff --git a/prompt_toolkit-2.0.7.tar.gz b/prompt_toolkit-2.0.7.tar.gz deleted file mode 100644 index 9408c61..0000000 --- a/prompt_toolkit-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39 -size 343267 diff --git a/prompt_toolkit-2.0.9.tar.gz b/prompt_toolkit-2.0.9.tar.gz new file mode 100644 index 0000000..c393163 --- /dev/null +++ b/prompt_toolkit-2.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1 +size 348321 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 105775e..9f8d68a 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 2 05:14:33 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 2.0.9: + * Bug fixes: + + Fixed `Application.run_system_command` on Windows. + + Fixed bug in ANSI text formatting: correctly handle 256/true + color sequences. + + Fixed bug in WordCompleter. Provide completions when there's a + space before the cursor. + +- changes from version 2.0.8: + * Bug fixes: + + Fixes the issue where changes made to the buffer in the accept + handler were not reflected in the history. + + Fix in the application invalidate handler. This prevents a + significat slow down in some applications after some time + (especially if there is a refresh interval). + + Make `print_container` utility work if the input is not a pty. + * New features: + + Underline non breaking spaces instead of rendering as '&'. + + Added mouse support for radio list. + + Support completion styles for `READLINE_LIKE` display method. + + Accept formatted text in the display text of completions. + + Added a `FuzzyCompleter` and `FuzzyWordCompleter`. + + Improved error handling in Application (avoid displaying a + meaningless AssertionError in many cases). + ------------------------------------------------------------------- Thu Nov 1 22:41:46 UTC 2018 - Arun Persaud diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 8dfe57f..3f7660f 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-prompt_toolkit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ %define oldpython python %bcond_without test Name: python-prompt_toolkit -Version: 2.0.7 +Version: 2.0.9 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause