From c64dc5ee97400a03c96146cfe64d70653d00fd651fb7285df4660428bb820b21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:08:12 +0000 Subject: [PATCH] Accepting request 1042737 from home:yarunachalam:branches:devel:languages:python - Update to version 3.0.22 * New features: - Improve rendering performance when there are many completions. OBS-URL: https://build.opensuse.org/request/show/1042737 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=19 --- ptpython-3.0.21.tar.gz | 3 --- ptpython-3.0.22.tar.gz | 3 +++ python-ptpython.changes | 7 +++++++ python-ptpython.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 ptpython-3.0.21.tar.gz create mode 100644 ptpython-3.0.22.tar.gz diff --git a/ptpython-3.0.21.tar.gz b/ptpython-3.0.21.tar.gz deleted file mode 100644 index da1f4e5..0000000 --- a/ptpython-3.0.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a57b9952eac4a12540a4dfb4ccd4a243403eceb27b0d13245b5e4144c8731d32 -size 67717 diff --git a/ptpython-3.0.22.tar.gz b/ptpython-3.0.22.tar.gz new file mode 100644 index 0000000..620a5e2 --- /dev/null +++ b/ptpython-3.0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c097b324406014a005c6b09f493bbbdde571e412360af2ba1551873a10c36cf8 +size 67806 diff --git a/python-ptpython.changes b/python-ptpython.changes index 9e828e4..26fec7e 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 13 16:19:12 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.0.22 + * New features: + - Improve rendering performance when there are many completions. + ------------------------------------------------------------------- Tue Dec 6 04:31:39 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-ptpython.spec b/python-ptpython.spec index 8cbb118..909fe57 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ptpython -Version: 3.0.21 +Version: 3.0.22 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC