Provide python-tornado

This commit is contained in:
lingsheng 2021-09-27 11:22:47 +08:00
parent 0fc9a10569
commit 5e5ddf5ef4

View File

@ -1,6 +1,6 @@
Name: python-tornado
Version: 5.0.2
Release: 6
Release: 7
Summary: a Python web framework and asynchronous networking library
License: ASL 2.0
URL: http://www.tornadoweb.org
@ -18,6 +18,7 @@ and other applications that require a long-lived connection to each user.
%package -n python2-tornado
Summary: a Python web framework and asynchronous networking library
Requires: python2-pycurl python2-backports_abc python2-singledispatch python2-futures
%{?python_provide:%python_provide python2-tornado}
%description -n python2-tornado
Tornado is a Python web framework and asynchronous networking library, originally
@ -28,6 +29,7 @@ and other applications that require a long-lived connection to each user.
%package -n python3-tornado
Summary: a Python web framework and asynchronous networking library
Requires: python3-pycurl
%{?python_provide:%python_provide python3-tornado}
%description -n python3-tornado
Tornado is a Python web framework and asynchronous networking library, originally
@ -60,6 +62,9 @@ and other applications that require a long-lived connection to each user.
%{python3_sitearch}/*
%changelog
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 5.0.2-7
- Provide python-tornado
* Fri Aug 21 2020 shixuantong <shixuantong@huawei.com> - 5.0.2-6
- add release version for rebuild