From 4a1e7c91385e0ae6a2a4179152e212a58df6752f1ab8ed695573186dbaa0700f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2022 16:02:12 +0000 Subject: [PATCH] Accepting request 1040495 from home:yarunachalam:branches:devel:languages:python - Update to version 3.0.21: New features: - Make ptipython respect more config changes. (See: https://github.com/prompt-toolkit/ptpython/pull/110 ) - Improved performance of `DictionaryCompleter` for slow mappings. Fixes: - Call `super()` in `PythonInputFilter`. This will prevent potentially breakage with an upcoming prompt_toolkit change. (See: https://github.com/prompt-toolkit/python-prompt-toolkit/pull/1690 ) - Improved type annotations. - Added `py.typed` to the `package_data`. OBS-URL: https://build.opensuse.org/request/show/1040495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=17 --- ptpython-3.0.20.tar.gz | 3 --- ptpython-3.0.21.tar.gz | 3 +++ python-ptpython.changes | 16 ++++++++++++++++ python-ptpython.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 ptpython-3.0.20.tar.gz create mode 100644 ptpython-3.0.21.tar.gz diff --git a/ptpython-3.0.20.tar.gz b/ptpython-3.0.20.tar.gz deleted file mode 100644 index 75d8025..0000000 --- a/ptpython-3.0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eafd4ced27ca5dc370881d4358d1ab5041b32d88d31af8e3c24167fe4af64ed6 -size 414821 diff --git a/ptpython-3.0.21.tar.gz b/ptpython-3.0.21.tar.gz new file mode 100644 index 0000000..da1f4e5 --- /dev/null +++ b/ptpython-3.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57b9952eac4a12540a4dfb4ccd4a243403eceb27b0d13245b5e4144c8731d32 +size 67717 diff --git a/python-ptpython.changes b/python-ptpython.changes index babc45b..9e828e4 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 6 04:31:39 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.0.21: + New features: + - Make ptipython respect more config changes. + (See: https://github.com/prompt-toolkit/ptpython/pull/110 ) + - Improved performance of `DictionaryCompleter` for slow mappings. + + Fixes: + - Call `super()` in `PythonInputFilter`. This will prevent potentially breakage + with an upcoming prompt_toolkit change. + (See: https://github.com/prompt-toolkit/python-prompt-toolkit/pull/1690 ) + - Improved type annotations. + - Added `py.typed` to the `package_data`. + ------------------------------------------------------------------- Tue Oct 4 23:22:29 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-ptpython.spec b/python-ptpython.spec index 87aea61..8cbb118 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.20 +Version: 3.0.21 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC