2021-02-09 07:56:01 +00:00
committed by Git OBS Bridge
parent 3310dfa7db
commit b1d3e28c9b
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 9 07:55:02 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Bump {Build,}Require to tornado5.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 20 06:34:35 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com> Thu Feb 20 06:34:35 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinxcontrib-httpdomain # spec file for package python-sphinxcontrib-httpdomain
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@ Version: 1.7.0
Release: 0 Release: 0
Summary: Sphinx domain for HTTP APIs Summary: Sphinx domain for HTTP APIs
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sphinx-contrib/httpdomain URL: https://github.com/sphinx-contrib/httpdomain
Source: https://github.com/sphinx-contrib/httpdomain/archive/%{version}.tar.gz Source: https://github.com/sphinx-contrib/httpdomain/archive/%{version}.tar.gz
BuildRequires: %{python_module Flask >= 0.11} BuildRequires: %{python_module Flask >= 0.11}
@@ -31,12 +30,12 @@ BuildRequires: %{python_module bottle >= 0.11.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
BuildRequires: %{python_module tornado4} BuildRequires: %{python_module tornado5}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 1.5 Requires: python-Sphinx >= 1.5
Requires: python-six Requires: python-six
Requires: python-tornado4 Requires: python-tornado5
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages