From 184df04510b5d431f7c34d787060fe882aaf29c9df453236b5ddd9d337a9b3a5 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 10:18:06 +0000 Subject: [PATCH] Accepting request 1008046 from home:yarunachalam:branches:devel:languages:python - Update to version 3.0.20: 2021-09-14 New features: - For `DictionaryCompleter`: show parentheses after methods. Fixes: - Don't crash when trying to complete broken mappings in `DictionaryCompleter`. - Don't crash when an older version of `black` is installed that is not compatible. - Update to version 3.0.19: 2021-07-08 Fixes: - Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed file"). - Allow usage of `await` in assignment expressions or for-loops. OBS-URL: https://build.opensuse.org/request/show/1008046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=15 --- ptpython-3.0.1.tar.gz | 3 --- ptpython-3.0.20.tar.gz | 3 +++ python-ptpython.changes | 17 +++++++++++++++++ python-ptpython.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 ptpython-3.0.1.tar.gz create mode 100644 ptpython-3.0.20.tar.gz diff --git a/ptpython-3.0.1.tar.gz b/ptpython-3.0.1.tar.gz deleted file mode 100644 index d75ea56..0000000 --- a/ptpython-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a69cce0aa04f0075e2e65287a0ee2f3a928c0591b301ce22aa2e498af1ebcb4b -size 397521 diff --git a/ptpython-3.0.20.tar.gz b/ptpython-3.0.20.tar.gz new file mode 100644 index 0000000..75d8025 --- /dev/null +++ b/ptpython-3.0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafd4ced27ca5dc370881d4358d1ab5041b32d88d31af8e3c24167fe4af64ed6 +size 414821 diff --git a/python-ptpython.changes b/python-ptpython.changes index 4c460d0..babc45b 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 4 23:22:29 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.0.20: 2021-09-14 + New features: + - For `DictionaryCompleter`: show parentheses after methods. + Fixes: + - Don't crash when trying to complete broken mappings in `DictionaryCompleter`. + - Don't crash when an older version of `black` is installed that is not + compatible. + +- Update to version 3.0.19: 2021-07-08 + Fixes: + - Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed + file"). + - Allow usage of `await` in assignment expressions or for-loops. + ------------------------------------------------------------------- Tue Mar 24 07:39:09 UTC 2020 - pgajdos@suse.com diff --git a/python-ptpython.spec b/python-ptpython.spec index 2e96cf3..87aea61 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -1,7 +1,7 @@ # # spec file for package python-ptpython # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ptpython -Version: 3.0.1 +Version: 3.0.20 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC