14
0

- update to 3.0.29:

* Further improve performance of dictionary completions.
  * Custom 'exit' function to return from REPL that
  * doesn't terminate `sys.stdin` when `exit` is called
    (important for `embed()`).
  * doesn't require to be called with parentheses.
  * Clean up signatures on control-c.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=32
This commit is contained in:
2024-08-31 12:09:21 +00:00
committed by Git OBS Bridge
parent cd3fd7860e
commit 26eb0c5410
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define skip_python39 1
Name: python-ptpython
Version: 3.0.27
Version: 3.0.29
Release: 0
Summary: Python REPL build on top of prompt_toolkit
License: ISC