From b9aa76dbd3b3c55bf193aa9b604f6a968f135e80 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 11:22:47 +0800 Subject: [PATCH] Provide python-tornado (cherry picked from commit 5e5ddf5ef4fe26824d99937d162e7e5f6d713a33) --- python-tornado.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index 5b1f558..9d7fc9a 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -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 - 5.0.2-7 +- Provide python-tornado + * Fri Aug 21 2020 shixuantong - 5.0.2-6 - add release version for rebuild -- Gitee