diff --git a/python-tornado.spec b/python-tornado.spec index 7f6abfe8c232a57c88154370925a3ff3e956bc90..0c6094a0acc5f1f9c6556f777530102d46ccf593 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