!9 Update package to version 3.0.43

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-01 10:07:09 +00:00 committed by Gitee
commit 45888d839f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-prompt-toolkit
Version: 3.0.39
Version: 3.0.43
Release: 1
Summary: Library for building powerful interactive command lines in Python
License: BSD-3-Clause
URL: https://github.com/prompt-toolkit/python-prompt-toolkit
Source0: https://files.pythonhosted.org/packages/9a/02/76cadde6135986dc1e82e2928f35ebeb5a1af805e2527fe466285593a2ba/prompt_toolkit-3.0.39.tar.gz
Source0: https://files.pythonhosted.org/packages/cc/c6/25b6a3d5cd295304de1e32c9edbcf319a52e965b339629d37d42bb7126ca/prompt_toolkit-3.0.43.tar.gz
BuildArch: noarch
%description
@ -73,6 +73,12 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Mar 1 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.0.43-1
- Update package to version 3.0.43
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 Aug 01 2023 chenzixuan <chenzixuan@kylinos.cn> - 3.0.39-1
- Update package to version 3.0.39