From 26eb0c5410fca687eb462d478e00cfb1c52c73ffdf4aebe974b252f24a98a290 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 12:09:21 +0000 Subject: [PATCH] - 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 --- ptpython-3.0.27.tar.gz | 3 --- ptpython-3.0.29.tar.gz | 3 +++ python-ptpython.changes | 11 +++++++++++ python-ptpython.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ptpython-3.0.27.tar.gz create mode 100644 ptpython-3.0.29.tar.gz diff --git a/ptpython-3.0.27.tar.gz b/ptpython-3.0.27.tar.gz deleted file mode 100644 index 40692f0..0000000 --- a/ptpython-3.0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24b0fda94b73d1c99a27e6fd0d08be6f2e7cda79a2db995c7e3c7b8b1254bad9 -size 72022 diff --git a/ptpython-3.0.29.tar.gz b/ptpython-3.0.29.tar.gz new file mode 100644 index 0000000..c0ba91f --- /dev/null +++ b/ptpython-3.0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d625183aef93a673fc32cbe1c1fcaf51412e7a4f19590521cdaccadf25186e +size 72622 diff --git a/python-ptpython.changes b/python-ptpython.changes index c023665..2e3773c 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 31 12:08:45 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Thu Jun 6 19:39:14 UTC 2024 - Dirk Müller diff --git a/python-ptpython.spec b/python-ptpython.spec index 71adba9..bf0c74c 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -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