forked from pool/python-ptpython
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user