From 2a6acf5016bde261510ef8d6cecaf83d4780bc91d2a94fa3114a317f570ac395 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Dec 2023 07:24:34 +0000 Subject: [PATCH] - update to 3.0.23: * Don't print exception messages twice for unhandled exceptions. * Added cursor shape support. * Drop Python 3.6 support. - Update to version 3.0.22 - Update to version 3.0.21: - Allow usage of `await` in assignment expressions or for-loops. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=21 --- ptpython-3.0.22.tar.gz | 3 --- ptpython-3.0.23.tar.gz | 3 +++ python-ptpython.changes | 15 ++++++++++++--- python-ptpython.spec | 8 ++++---- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 ptpython-3.0.22.tar.gz create mode 100644 ptpython-3.0.23.tar.gz diff --git a/ptpython-3.0.22.tar.gz b/ptpython-3.0.22.tar.gz deleted file mode 100644 index 620a5e2..0000000 --- a/ptpython-3.0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c097b324406014a005c6b09f493bbbdde571e412360af2ba1551873a10c36cf8 -size 67806 diff --git a/ptpython-3.0.23.tar.gz b/ptpython-3.0.23.tar.gz new file mode 100644 index 0000000..1e9748d --- /dev/null +++ b/ptpython-3.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc9bec2cc51bc4000c1224d8c56241ce8a406b3d49ec8dc266f78cd3cd04ba4 +size 68146 diff --git a/python-ptpython.changes b/python-ptpython.changes index 26fec7e..97ce586 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,14 +1,23 @@ +------------------------------------------------------------------- +Mon Dec 11 07:23:19 UTC 2023 - Dirk Müller + +- update to 3.0.23: + * Don't print exception messages twice for unhandled + exceptions. + * Added cursor shape support. + * Drop Python 3.6 support. + ------------------------------------------------------------------- Tue Dec 13 16:19:12 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.0.22 +- 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 -- Update to version 3.0.21: +- Update to version 3.0.21: New features: - Make ptipython respect more config changes. (See: https://github.com/prompt-toolkit/ptpython/pull/110 ) @@ -36,7 +45,7 @@ Tue Oct 4 23:22:29 UTC 2022 - Yogalakshmi Arunachalam Fixes: - Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed file"). - - Allow usage of `await` in assignment expressions or for-loops. + - 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 909fe57..f4ac9d0 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -1,7 +1,7 @@ # # spec file for package python-ptpython # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-ptpython -Version: 3.0.22 +Version: 3.0.23 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC Group: Development/Languages/Python URL: https://github.com/jonathanslenders/ptpython Source: https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros