# Created by pyp2rpm-3.3.2 %global pypi_name tornado Name: python-%{pypi_name} Version: 6.0.3 Release: 1%{?dist} Summary: b'Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed License: b'http://www.apache.org/licenses/LICENSE-2.0' URL: b'http://www.tornadoweb.org/' Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildRequires: python3-devel %description b'Tornado Web Server\n\n\n.. image:: :alt: Join the chat at :target: <>_ is a Python web framework and\nasynchronous networking library, originally developed at FriendFeed\n<>_. By using non-blocking network I/O, Tornado\ncan scale to tens of thousands of open connections, making it ideal for\nlong polling < < and other\napplications that require a long-lived connection to each user.\n\nHello,... %package -n python3-%{pypi_name} Summary: %{summary} Provides: python3-%{pypi_name}} %description -n python3-%{pypi_name} b'Tornado Web Server\n\n\n.. image:: :alt: Join the chat at :target: <>_ is a Python web framework and\nasynchronous networking library, originally developed at FriendFeed\n<>_. By using non-blocking network I/O, Tornado\ncan scale to tens of thousands of open connections, making it ideal for\nlong polling < < and other\napplications that require a long-lived connection to each user.\n\nHello,... %global debug_package %{nil} %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitearch}/%{pypi_name} %{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Wed Aug 29 2019 Martin Kutlak - 6.0.3-1 - Update to latest stable upstream release 6.0.3 * Thu Aug 02 2018 Matej Marusak - 5.1-1 - Initial package.