forked from pool/python-ptpython
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c097b324406014a005c6b09f493bbbdde571e412360af2ba1551873a10c36cf8
|
|
||||||
size 67806
|
|
||||||
3
ptpython-3.0.23.tar.gz
Normal file
3
ptpython-3.0.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fc9bec2cc51bc4000c1224d8c56241ce8a406b3d49ec8dc266f78cd3cd04ba4
|
||||||
|
size 68146
|
||||||
@@ -1,14 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 11 07:23:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <yarunachalam@suse.com>
|
Tue Dec 13 16:19:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 3.0.22
|
- Update to version 3.0.22
|
||||||
* New features:
|
* New features:
|
||||||
- Improve rendering performance when there are many completions.
|
- Improve rendering performance when there are many completions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 04:31:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Dec 6 04:31:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 3.0.21:
|
- Update to version 3.0.21:
|
||||||
New features:
|
New features:
|
||||||
- Make ptipython respect more config changes.
|
- Make ptipython respect more config changes.
|
||||||
(See: https://github.com/prompt-toolkit/ptpython/pull/110 )
|
(See: https://github.com/prompt-toolkit/ptpython/pull/110 )
|
||||||
@@ -36,7 +45,7 @@ Tue Oct 4 23:22:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
Fixes:
|
Fixes:
|
||||||
- Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed
|
- Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed
|
||||||
file").
|
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
|
Tue Mar 24 07:39:09 UTC 2020 - pgajdos@suse.com
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ptpython
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-ptpython
|
Name: python-ptpython
|
||||||
Version: 3.0.22
|
Version: 3.0.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python REPL build on top of prompt_toolkit
|
Summary: Python REPL build on top of prompt_toolkit
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jonathanslenders/ptpython
|
URL: https://github.com/jonathanslenders/ptpython
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|||||||
Reference in New Issue
Block a user