From 55d73f353a72483dd1ceecb1258e1d504e8372a8 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 11:52:45 +0800 Subject: [PATCH] Provide python-tornado --- python-tornado.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index 7f6abfe..0c6094a 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 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 @@ -42,6 +43,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 Sep 11 2020 zhangjiapeng - 5.0.2-6 - Remove python2-tornado subpackage -- Gitee