forked from pool/python-sphinxcontrib-httpdomain
- Bump {Build,}Require to tornado5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-httpdomain?expand=0&rev=38
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user