forked from pool/python-pydata-sphinx-theme
- Regenerate vendored js libraries (bsc#1229866).
- Update to version 0.15.4: * bump: 0.15.4rc0 → 0.15.4 * ENH - Update copyright.html to not include the html tags. (#1874) * Fix url shortening for gitlab, and more test for github (#1888) * MAINT: Bump treosh/lighthouse-ci-action from 11 to 12 (#1899) * docs: update note formatting (#1893) * docs: update badge link (#1892) * Instruction to install alpha, beta, rc and nightly (#1891) * bump: 0.15.3 → 0.15.4rc0 * MAINT: simpleify _generate_header_nav_before_dropdown (#1883) * A11Y - Add visual indicator for tabs hover (#1884) * Fix hit area icon links buttons (#1866) * Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 and fill-range 7.0.1 to 7.1.1 (#1881) * bump sphinxcontrib-youtube (#1877) * fix config var names in docs (#1878) * BUG - Ensure coverage comment is triggered (#1879) * guard a couple (possibly null) querySelector results (#1860) * Updates for italian translation (#1862) * Do not apply table colors to all tables, only css=.table (#1864) * MAINT: Upload nightly wheels and run packaging on PRs and pushes (#1867) * Use navbar-nav class on text links only (#1846) * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in ca (#1858) * MAINT: Reenable parallel write safety (#1859) * Expose logo_link in theme.conf (#1850) * DOCS: Add navbar_persistent to overview layout (#1849) * CI - Remove lint from CI (#1856) * [pre-commit.ci] pre-commit autoupdate hooks (#1848) * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in es (#1845) * Add documentation for the back_to_top_button config option (#1843) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=12
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pydata-sphinx-theme
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define skip_python36 1
|
||||
Name: python-pydata-sphinx-theme
|
||||
Version: 0.14.0
|
||||
Version: 0.15.4
|
||||
Release: 0
|
||||
Summary: Bootstrap-based Sphinx theme from the PyData community
|
||||
License: BSD-3-Clause
|
||||
@@ -35,10 +35,15 @@ BuildRequires: %{python_module sphinx-theme-builder}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Babel
|
||||
Requires: python-Sphinx
|
||||
Requires: python-accessible-pygments
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-docutils
|
||||
Requires: python-packaging
|
||||
Requires: python-pygments
|
||||
Requires: python-sphinx-theme-builder
|
||||
Requires: python-typing_extensions
|
||||
Suggests: python-beautifulsoup4
|
||||
Suggests: python-codecov
|
||||
Suggests: python-docutils
|
||||
@@ -52,10 +57,13 @@ Suggests: python-Sphinx
|
||||
Suggests: python-xarray
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module accessible-pygments}
|
||||
BuildRequires: %{python_module pygments}
|
||||
BuildRequires: %{python_module Babel}
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module accessible-pygments}
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pytest-regressions}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
@@ -94,10 +102,13 @@ python3 -m nodeenv --node=system --prebuilt --clean-src $PWD/.nodeenv
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand rm -rf %{buildroot}%{$python_sitelib}/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/.gitignore
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest -v
|
||||
# No python-playwrite optional dependency gh#pydata/pydata-sphinx-theme#1541
|
||||
donttest="test_pygments_fallbacks"
|
||||
%pytest -k "not $donttest"
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
|
Reference in New Issue
Block a user