From f28167367d3b4f6ded410a61da66e70ac5b61e3d190a806ea244f887b84f3d4a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 13:54:00 +0000 Subject: [PATCH] - update to 3.0.25: * Fix handling of 'config file does not exist' when embedding ptpython. * Don't show "Impossible to read config file" warnings when no config file was passed to `run_config()`. * Output printing fixes: * Paginate exceptions if pagination is enabled. * Handle big outputs without running out of memory. * Asyncio REPL improvements: * From now on, passing `--asyncio` is required to activate the asyncio-REPL. * This will ensure that an event loop is created at the start in which we can run top-level await statements. * Use `get_running_loop()` instead of `get_event_loop()`. * Better handling of `SystemExit` and control-c in the async REPL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=23 --- ptpython-3.0.23.tar.gz | 3 --- ptpython-3.0.25.tar.gz | 3 +++ python-ptpython.changes | 20 ++++++++++++++++++++ python-ptpython.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 ptpython-3.0.23.tar.gz create mode 100644 ptpython-3.0.25.tar.gz diff --git a/ptpython-3.0.23.tar.gz b/ptpython-3.0.23.tar.gz deleted file mode 100644 index 1e9748d..0000000 --- a/ptpython-3.0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fc9bec2cc51bc4000c1224d8c56241ce8a406b3d49ec8dc266f78cd3cd04ba4 -size 68146 diff --git a/ptpython-3.0.25.tar.gz b/ptpython-3.0.25.tar.gz new file mode 100644 index 0000000..fa7879d --- /dev/null +++ b/ptpython-3.0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887f0a91a576bc26585a0dcec41cd03f004ac7c46a2c88576c87fc51d6c06cd7 +size 71126 diff --git a/python-ptpython.changes b/python-ptpython.changes index 97ce586..8353de8 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Dec 27 13:52:57 UTC 2023 - Dirk Müller + +- update to 3.0.25: + * Fix handling of 'config file does not exist' when embedding + ptpython. + * Don't show "Impossible to read config file" warnings when no + config file was passed to `run_config()`. + * Output printing fixes: + * Paginate exceptions if pagination is enabled. + * Handle big outputs without running out of memory. + * Asyncio REPL improvements: + * From now on, passing `--asyncio` is required to activate the + asyncio-REPL. + * This will ensure that an event loop is created at the + start in which we can run top-level await statements. + * Use `get_running_loop()` instead of `get_event_loop()`. + * Better handling of `SystemExit` and control-c in the async + REPL. + ------------------------------------------------------------------- Mon Dec 11 07:23:19 UTC 2023 - Dirk Müller diff --git a/python-ptpython.spec b/python-ptpython.spec index f4ac9d0..634c9f2 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ptpython -Version: 3.0.23 +Version: 3.0.25 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC