!4 Update package
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
70feede3ef
Binary file not shown.
BIN
prompt_toolkit-3.0.32.tar.gz
Normal file
BIN
prompt_toolkit-3.0.32.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-prompt-toolkit
|
||||
Version: 3.0.31
|
||||
Version: 3.0.32
|
||||
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/80/76/c94cf323ca362dd7baca8d8ddf3b5fe1576848bc0156522ad581c04f8446/prompt_toolkit-3.0.31.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/e2/d9/1009dbb3811fee624af34df9f460f92b51edac528af316eb5770f9fbd2e1/prompt_toolkit-3.0.32.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-wcwidth
|
||||
@ -16,9 +16,10 @@ terminal applications in Python.
|
||||
|
||||
%package -n python3-prompt-toolkit
|
||||
Summary: Library for building powerful interactive command lines in Python
|
||||
Provides: python-prompt_toolkit
|
||||
Provides: python-prompt-toolkit = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description -n python3-prompt-toolkit
|
||||
prompt_toolkit is a library for building powerful interactive command lines and
|
||||
terminal applications in Python.
|
||||
@ -26,6 +27,7 @@ terminal applications in Python.
|
||||
%package help
|
||||
Summary: Development documents and examples for prompt-toolkit
|
||||
Provides: python3-prompt-toolkit-doc
|
||||
|
||||
%description help
|
||||
prompt_toolkit is a library for building powerful interactive command lines and
|
||||
terminal applications in Python.
|
||||
@ -71,6 +73,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.32-1
|
||||
- Update package to version 3.0.32
|
||||
|
||||
* Fri Oct 28 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.0.31-1
|
||||
- Upgrade package to version 3.0.31
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user