forked from pool/python-sphinxcontrib-httpdomain
Accepting request 940500 from home:bnavigator:python-rpm-macros
- Tornado5 (and Flask) are optional. Tornado5 is not available for python310 OBS-URL: https://build.opensuse.org/request/show/940500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-httpdomain?expand=0&rev=46
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 14 12:51:54 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Tornado5 (and Flask) are optional. Tornado5 is not available for
|
||||||
|
python310
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 16 19:25:22 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Oct 16 19:25:22 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%global skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-sphinxcontrib-httpdomain
|
Name: python-sphinxcontrib-httpdomain
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -31,12 +31,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 tornado5}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: %{python_module tornado5 if (%python-base without python310-base)}
|
||||||
Requires: python-Sphinx >= 1.5
|
Requires: python-Sphinx >= 1.5
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-tornado5
|
Recommends: python-tornado5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ domain for describing RESTful HTTP APIs.
|
|||||||
|
|
||||||
You can find the documentation from the following URL:
|
You can find the documentation from the following URL:
|
||||||
|
|
||||||
http://packages.python.org/sphinxcontrib-httpdomain/
|
https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n httpdomain-%{version}
|
%autosetup -p1 -n httpdomain-%{version}
|
||||||
|
Reference in New Issue
Block a user