14
0

- update to 3.0.43:

* Fix regression on Pypy: Don't use `ctypes.pythonapi` to
    restore SIGINT if not available.
  * Make `formatted_text.split_lines()` accept an iterable
    instead of lists only.
  * Disable the IPython workaround (from 3.0.41) for IPython >=
    8.18.
  * Restore signal.SIGINT handler between prompts.
- Update to version 3.0.36
- Update to version 3.0.33:
- Update to version 3.0.32:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=52
This commit is contained in:
2023-12-30 20:30:34 +00:00
committed by Git OBS Bridge
parent 6cc09d9731
commit 155720ba42
4 changed files with 19 additions and 8 deletions

View File

@@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-prompt_toolkit
Version: 3.0.41
Version: 3.0.43
Release: 0
Summary: Library for building interactive command lines in Python
License: BSD-3-Clause