14
0

Source is not URL, because of using _service.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=2
This commit is contained in:
2021-08-27 21:27:10 +00:00
committed by Git OBS Bridge
parent 95930da05c
commit be1d267cda

View File

@@ -24,18 +24,19 @@ Release: 0
Summary: Bootstrap-based Sphinx theme from the PyData community
License: BSD-3-Clause
URL: https://github.com/pydata/pydata-sphinx-theme
Source: https://files.pythonhosted.org/packages/source/p/pydata-sphinx-theme/pydata-sphinx-theme-%{version}.tar.gz
# Source: https://files.pythonhosted.org/packages/source/p/pydata-sphinx-theme/pydata-sphinx-theme-%%{version}.tar.gz
Source: pydata-sphinx-theme-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix_sidebar_tests.patch gh#pydata/pydata-sphinx-theme#437 mcepl@suse.com
# Make tests compatible with Sphinx 4.1
Patch0: fix_sidebar_tests.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-regressions}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx
Requires: python-beautifulsoup4
Requires: python-docutils < 0.17
Requires: python-Sphinx
Suggests: python-beautifulsoup4
Suggests: python-codecov
Suggests: python-docutils = 0.16
@@ -50,8 +51,8 @@ Suggests: python-xarray
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module docutils < 0.17}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module docutils < 0.17}
# /SECTION
%python_subpackages