From ec6c809cd9e4e00a3e3145540f9400509590f1d0acab4df405e2b67c473d6973 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 26 Aug 2019 17:00:46 +0000 Subject: [PATCH] Accepting request 726222 from home:TheBlackCat:branches:devel:languages:python Use better way to handle tornado version compatibility. OBS-URL: https://build.opensuse.org/request/show/726222 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-httpdomain?expand=0&rev=34 --- python-sphinxcontrib-httpdomain.changes | 5 +++++ python-sphinxcontrib-httpdomain.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-httpdomain.changes b/python-sphinxcontrib-httpdomain.changes index 3a045ca..b1d1a18 100644 --- a/python-sphinxcontrib-httpdomain.changes +++ b/python-sphinxcontrib-httpdomain.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 26 16:57:00 UTC 2019 - Todd R + +- Use better way to handle tornado version compatibility. + ------------------------------------------------------------------- Mon Jul 29 17:21:09 UTC 2019 - Todd R diff --git a/python-sphinxcontrib-httpdomain.spec b/python-sphinxcontrib-httpdomain.spec index c27e72e..46295d2 100644 --- a/python-sphinxcontrib-httpdomain.spec +++ b/python-sphinxcontrib-httpdomain.spec @@ -32,13 +32,13 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module tornado >= 4.5} -BuildRequires: %{python_module tornado < 5} +BuildConflicts: %{python_module tornado >= 5} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 1.5 Requires: python-six Requires: python-tornado >= 4.5 -Requires: python-tornado < 5 +Conflicts: python-tornado >= 5 BuildArch: noarch %python_subpackages