From 7fabf0d46b9efbb9a1c473711ab38c8554ab45ab15a85abc3c3da55ecb3243fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jun 2024 20:02:34 +0000 Subject: [PATCH] - update to 3.0.46: * Fix pytest capsys fixture compatibility. * Improve performance of `GrammarCompleter` (faster deduplication of completions). * Accept `os.PathLike` in `FileHistory` (typing fix). * Fix memory leak in filters. * Improve performance of progress bar formatters. * Fix compatibility when a SIGINT handler is installed by non- Python (Rust, C). * Limit number of completions in buffer to 10k by default (for performance). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=54 --- prompt_toolkit-3.0.43.tar.gz | 3 --- prompt_toolkit-3.0.46.tar.gz | 3 +++ python-prompt_toolkit.changes | 15 +++++++++++++++ python-prompt_toolkit.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 prompt_toolkit-3.0.43.tar.gz create mode 100644 prompt_toolkit-3.0.46.tar.gz diff --git a/prompt_toolkit-3.0.43.tar.gz b/prompt_toolkit-3.0.43.tar.gz deleted file mode 100644 index 32d97f5..0000000 --- a/prompt_toolkit-3.0.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d -size 425733 diff --git a/prompt_toolkit-3.0.46.tar.gz b/prompt_toolkit-3.0.46.tar.gz new file mode 100644 index 0000000..78c26a0 --- /dev/null +++ b/prompt_toolkit-3.0.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869c50d682152336e23c4db7f74667639b5047494202ffe7670817053fd57795 +size 425591 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 1cec8fa..e269d23 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jun 6 20:01:57 UTC 2024 - Dirk Müller + +- update to 3.0.46: + * Fix pytest capsys fixture compatibility. + * Improve performance of `GrammarCompleter` (faster + deduplication of completions). + * Accept `os.PathLike` in `FileHistory` (typing fix). + * Fix memory leak in filters. + * Improve performance of progress bar formatters. + * Fix compatibility when a SIGINT handler is installed by non- + Python (Rust, C). + * Limit number of completions in buffer to 10k by default (for + performance). + ------------------------------------------------------------------- Sat Dec 30 17:31:47 UTC 2023 - Dirk Müller diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 2af0d3d..7628bc5 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-prompt_toolkit # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-prompt_toolkit -Version: 3.0.43 +Version: 3.0.46 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause