diff --git a/prompt_toolkit-3.0.31.tar.gz b/prompt_toolkit-3.0.31.tar.gz deleted file mode 100644 index 01c6334f04e303e86d65d5479395adc8d6c96cc0..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..2432240a8090521d23f96930ebb0d01810e0b6f0 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 0767b23d0da6a8b4ae604c53597b620764caa7c2..c5a6b21ed332a7b6fe90934c9abcaefc080e0303 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 <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