Summary: Library for building powerful interactive command lines in Python. Name: python3-prompt_toolkit Version: 3.0.30 Release: 2%{?dist} License: BSD Group: Development/Languages/Python Vendor: VMware, Inc. Distribution: Photon Url: https://pypi.python.org/pypi/prompt_toolkit Source0: https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-%{version}.tar.gz %define sha512 prompt_toolkit=cb0b9d71b09c353f2674052d75ec16a1803e0868ff5dd5625eefae767d45699b1b6bb99e4d98d3bca7ced7b60f52806ec10ed7ccab8a830c62d51baeeace23f7 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-xml BuildRequires: python3-Pygments BuildRequires: python3-wcwidth BuildRequires: python3-six %if 0%{?with_check} BuildRequires: curl-devel BuildRequires: openssl-devel BuildRequires: python3-atomicwrites BuildRequires: python3-attrs BuildRequires: python3-pytest %endif Requires: python3 Requires: python3-Pygments Requires: python3-six Requires: python3-wcwidth BuildArch: noarch %description prompt_toolkit is a library for building powerful interactive command lines and terminal applications in Python. %prep %autosetup -n prompt_toolkit-%{version} %build %py3_build %install %py3_install %files %defattr(-,root,root) %{python3_sitelib}/* %changelog * Sun Nov 19 2023 Shreenidhi Shedi 3.0.30-2 - Bump version as a part of openssl upgrade * Sun Aug 21 2022 Gerrit Photon 3.0.30-1 - Automatic Version Bump * Fri Nov 06 2020 Gerrit Photon 3.0.8-1 - Automatic Version Bump * Tue Sep 29 2020 Satya Naga Vasamsetty 3.0.7-2 - openssl 1.1.1 * Tue Sep 01 2020 Gerrit Photon 3.0.7-1 - Automatic Version Bump * Tue Aug 11 2020 Gerrit Photon 3.0.6-1 - Automatic Version Bump * Fri Jul 24 2020 Gerrit Photon 3.0.5-1 - Automatic Version Bump * Mon Jun 15 2020 Tapas Kundu 2.0.9-2 - Mass removal python2 * Thu Jun 13 2019 Tapas Kundu 2.0.9-1 - Update to release 2.0.9 * Fri Dec 07 2018 Tapas Kundu 2.0.4-2 - Fix makecheck * Sun Sep 09 2018 Tapas Kundu 2.0.4-1 - Update to version 2.0.4 * Fri Jul 21 2017 Divya Thaluru 1.0.14-4 - Added packages which are required during runtime * Wed Jul 12 2017 Chang Lee 1.0.14-3 - Updated %check and added six, wcwidth, and pytest in BuildRequires * Wed Jun 07 2017 Xiaolin Li 1.0.14-2 - Add python3-setuptools and python3-xml to python3 sub package Buildrequires. * Wed Apr 05 2017 Xiaolin Li 1.0.14-1 - Initial packaging for Photon