14
0

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
This commit is contained in:
2022-12-06 16:02:12 +00:00
committed by Git OBS Bridge
parent 184df04510
commit 4a1e7c9138
4 changed files with 20 additions and 4 deletions

View File

@@ -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