diff --git a/python-sphinx_rtd_theme.changes b/python-sphinx_rtd_theme.changes index a73f77d..b196c38 100644 --- a/python-sphinx_rtd_theme.changes +++ b/python-sphinx_rtd_theme.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Jul 2 20:49:58 UTC 2024 - Dirk Müller + +- skip test_basic as it no longer works with sphinx 7.3 + +------------------------------------------------------------------- +Fri Dec 29 10:06:31 UTC 2023 - Dirk Müller + +- update to 2.0.0: + * Fix #1522: fix 'str' object has no attribute 'attributes' + * Increment for next potential release + * Fix AttributeError when one of css_files is a string + * Add support for docutils==0.20.x + * Use css_tag helper to inject CSS files + +------------------------------------------------------------------- +Tue Aug 29 21:32:58 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + +------------------------------------------------------------------- +Mon Aug 28 12:00:48 UTC 2023 - Markéta Machová + +- Update to 1.3.0 + * Load jQuery correctly when using latest sphinxcontrib-jquery release + * Relaxed requirements to include Sphinx release 7.0 + ------------------------------------------------------------------- Fri May 5 14:19:59 UTC 2023 - Dirk Müller @@ -6,14 +33,14 @@ Fri May 5 14:19:59 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Fri May 5 06:15:47 UTC 2023 - Steve Kowalik -- Add missing BuildRequires on sphinxcontrib-jquery. +- Add missing BuildRequires on sphinxcontrib-jquery. ------------------------------------------------------------------- Thu May 4 20:34:59 UTC 2023 - Dirk Müller - update to 1.2.0: * python 3.11 support - * translation updates + * translation updates ------------------------------------------------------------------- Fri Apr 21 12:34:31 UTC 2023 - Dirk Müller @@ -47,7 +74,7 @@ Mon Nov 8 15:47:35 UTC 2021 - Dirk Müller - update to 1.0.0: * compatibility with docutils 0.17 * sphinx 4.1+ support -- drop sphinx41.patch: upstream +- drop sphinx41.patch: upstream ------------------------------------------------------------------- Tue Jul 13 06:56:38 UTC 2021 - Markéta Machová @@ -68,7 +95,7 @@ Mon Apr 19 09:32:44 UTC 2021 - Matthias Fehring ------------------------------------------------------------------- Tue Mar 2 00:35:37 UTC 2021 - Dirk Müller -- update to 0.5.1 +- update to 0.5.1 * no upstream changelog available ------------------------------------------------------------------- diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 576668c..22fddeb 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-sphinx_rtd_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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -27,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-sphinx_rtd_theme%{psuffix} -Version: 1.2.0 +Version: 2.0.0 Release: 0 Summary: ReadTheDocs.org theme for Sphinx License: Apache-2.0 AND MIT AND OFL-1.1 @@ -39,14 +38,14 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 1.6 Requires: python-docutils -Requires: python-sphinxcontrib-jquery >= 2.0.0 +Requires: python-sphinxcontrib-jquery >= 4.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx} -# as per https://github.com/readthedocs/sphinx_rtd_theme/pull/1336 no changes are needed for the new docutils to work BuildRequires: %{python_module docutils} BuildRequires: %{python_module pytest} BuildRequires: %{python_module readthedocs-sphinx-ext} +BuildRequires: %{python_module sphinxcontrib-jquery >= 4.0} %endif %python_subpackages @@ -78,14 +77,16 @@ sed -i "/'build_py'/d" setup.py %if %{with test} %check -%pytest +# https://github.com/readthedocs/sphinx_rtd_theme/issues/1558 +%pytest -k "not test_basic" %endif %if !%{with test} %files %{python_files} %license LICENSE OFL-License.txt Apache-License-2.0.txt %doc README.rst -%{python_sitelib}/sphinx_rtd_theme* +%{python_sitelib}/sphinx_rtd_theme +%{python_sitelib}/sphinx_rtd_theme-%{version}*-info %endif %changelog diff --git a/sphinx_rtd_theme-1.2.0.tar.gz b/sphinx_rtd_theme-1.2.0.tar.gz deleted file mode 100644 index fb044bc..0000000 --- a/sphinx_rtd_theme-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0d8bd1a2ed52e0b338cbe19c4b2eef3c5e7a048769753dac6a9f059c7b641b8 -size 2784826 diff --git a/sphinx_rtd_theme-2.0.0.tar.gz b/sphinx_rtd_theme-2.0.0.tar.gz new file mode 100644 index 0000000..da6131f --- /dev/null +++ b/sphinx_rtd_theme-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b +size 2785005