diff --git a/prompt_toolkit-3.0.31.tar.gz b/prompt_toolkit-3.0.31.tar.gz deleted file mode 100644 index 01c6334..0000000 Binary files a/prompt_toolkit-3.0.31.tar.gz and /dev/null differ diff --git a/prompt_toolkit-3.0.32.tar.gz b/prompt_toolkit-3.0.32.tar.gz new file mode 100644 index 0000000..2432240 Binary files /dev/null and b/prompt_toolkit-3.0.32.tar.gz differ diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index 0767b23..c5a6b21 100644 --- a/python-prompt-toolkit.spec +++ b/python-prompt-toolkit.spec @@ -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 - 3.0.32-1 +- Update package to version 3.0.32 + * Fri Oct 28 2022 liqiuyu - 3.0.31-1 - Upgrade package to version 3.0.31