forked from pool/python-prompt_toolkit
- 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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:941367d97fc815548822aa26c2a269fdc4eb21e9ec05fc5d447cf09bad5d75f0
|
|
||||||
size 424620
|
|
3
prompt_toolkit-3.0.43.tar.gz
Normal file
3
prompt_toolkit-3.0.43.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d
|
||||||
|
size 425733
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 30 17:31:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 5 13:27:22 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Tue Dec 5 13:27:22 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-prompt_toolkit
|
Name: python-prompt_toolkit
|
||||||
Version: 3.0.41
|
Version: 3.0.43
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for building interactive command lines in Python
|
Summary: Library for building interactive command lines in Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user