From b1aa01cb44380fed545b82216e994fd8752dfdc3b84d9cbbd763b6a06aba1d60 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Feb 2024 21:58:33 +0000 Subject: [PATCH] - update to 3.0.26: * Handle `GeneratorExit` exception when leaving the paginator. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=25 --- ptpython-3.0.25.tar.gz | 3 --- ptpython-3.0.26.tar.gz | 3 +++ python-ptpython.changes | 6 ++++++ python-ptpython.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 ptpython-3.0.25.tar.gz create mode 100644 ptpython-3.0.26.tar.gz diff --git a/ptpython-3.0.25.tar.gz b/ptpython-3.0.25.tar.gz deleted file mode 100644 index fa7879d..0000000 --- a/ptpython-3.0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:887f0a91a576bc26585a0dcec41cd03f004ac7c46a2c88576c87fc51d6c06cd7 -size 71126 diff --git a/ptpython-3.0.26.tar.gz b/ptpython-3.0.26.tar.gz new file mode 100644 index 0000000..de6d4c6 --- /dev/null +++ b/ptpython-3.0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fb1406502dc349d99c57eaf06e7116f3b2deac94f02f342bae68708909f743 +size 71203 diff --git a/python-ptpython.changes b/python-ptpython.changes index 8353de8..be9acd3 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 9 21:58:18 UTC 2024 - Dirk Müller + +- update to 3.0.26: + * Handle `GeneratorExit` exception when leaving the paginator. + ------------------------------------------------------------------- Wed Dec 27 13:52:57 UTC 2023 - Dirk Müller diff --git a/python-ptpython.spec b/python-ptpython.spec index 634c9f2..a919b6f 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -1,7 +1,7 @@ # # spec file for package python-ptpython # -# 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-ptpython -Version: 3.0.25 +Version: 3.0.26 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC