From cd3fd7860ec1d8298c0a2e1bce06881097fed6bd5f8f1e8c0fad0265215387c3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jun 2024 19:39:45 +0000 Subject: [PATCH] - update to 3.0.27: * Limit number of completions to 5k (for performance). * Several typing fixes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=30 --- ptpython-3.0.26.tar.gz | 3 --- ptpython-3.0.27.tar.gz | 3 +++ python-ptpython.changes | 7 +++++++ python-ptpython.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 ptpython-3.0.26.tar.gz create mode 100644 ptpython-3.0.27.tar.gz diff --git a/ptpython-3.0.26.tar.gz b/ptpython-3.0.26.tar.gz deleted file mode 100644 index de6d4c6..0000000 --- a/ptpython-3.0.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8fb1406502dc349d99c57eaf06e7116f3b2deac94f02f342bae68708909f743 -size 71203 diff --git a/ptpython-3.0.27.tar.gz b/ptpython-3.0.27.tar.gz new file mode 100644 index 0000000..40692f0 --- /dev/null +++ b/ptpython-3.0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b0fda94b73d1c99a27e6fd0d08be6f2e7cda79a2db995c7e3c7b8b1254bad9 +size 72022 diff --git a/python-ptpython.changes b/python-ptpython.changes index b94e7af..c023665 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 6 19:39:14 UTC 2024 - Dirk Müller + +- update to 3.0.27: + * Limit number of completions to 5k (for performance). + * Several typing fixes. + ------------------------------------------------------------------- Thu Mar 14 07:37:22 UTC 2024 - Matej Cepl diff --git a/python-ptpython.spec b/python-ptpython.spec index a7101f5..71adba9 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.26 +Version: 3.0.27 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC