update version to 3.0.32

This commit is contained in:
jxy_git 2022-11-16 19:57:35 +08:00
parent 1e9a2f3c39
commit 54f1a6ac7c
3 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-prompt-toolkit Name: python-prompt-toolkit
Version: 3.0.31 Version: 3.0.32
Release: 1 Release: 1
Summary: Library for building powerful interactive command lines in Python Summary: Library for building powerful interactive command lines in Python
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/prompt-toolkit/python-prompt-toolkit 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 BuildArch: noarch
Requires: python3-wcwidth Requires: python3-wcwidth
@ -16,9 +16,10 @@ terminal applications in Python.
%package -n python3-prompt-toolkit %package -n python3-prompt-toolkit
Summary: Library for building powerful interactive command lines in Python 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-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-prompt-toolkit %description -n python3-prompt-toolkit
prompt_toolkit is a library for building powerful interactive command lines and prompt_toolkit is a library for building powerful interactive command lines and
terminal applications in Python. terminal applications in Python.
@ -26,6 +27,7 @@ terminal applications in Python.
%package help %package help
Summary: Development documents and examples for prompt-toolkit Summary: Development documents and examples for prompt-toolkit
Provides: python3-prompt-toolkit-doc Provides: python3-prompt-toolkit-doc
%description help %description help
prompt_toolkit is a library for building powerful interactive command lines and prompt_toolkit is a library for building powerful interactive command lines and
terminal applications in Python. terminal applications in Python.
@ -71,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Oct 28 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.0.31-1
- Upgrade package to version 3.0.31 - Upgrade package to version 3.0.31