1
0

Compare commits

..

3 Commits

Author SHA256 Message Date
Ana Guerrero
4262116139 Accepting request 1217037 from devel:languages:python
- update to 2.2.0:
  * Get canonical URL from environment variable when building on
    Read the Docs. :pr:`117`
  * New version warning banner. Use JavaScript to query PyPI when
    viewing a page, rather than baking the warning into the
    build. New builds of old versions are no longer required for
    the banner to be correct. :pr:`117`
  * Generate 404 page using the sphinx-notfound-page extension.
    This fixes the URLs when the page is hosted so that it loads
    the CSS. :issue:`34`
  * Remove handling for singlehtml_sidebars config which predated
    Sphinx's support. :pr:`119`
  * Remove "babel" and "platter" theme variants which were
    undocumented and did not appear to be used by the relevant
    projects. :pr:`120`

OBS-URL: https://build.opensuse.org/request/show/1217037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pallets-Sphinx-Themes?expand=0&rev=7
2024-10-23 19:08:17 +00:00
b028050d64 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=15 2024-10-22 13:23:55 +00:00
418a96d224 - update to 2.2.0:
* Get canonical URL from environment variable when building on
    Read the Docs. :pr:`117`
  * New version warning banner. Use JavaScript to query PyPI when
    viewing a page, rather than baking the warning into the
    build. New builds of old versions are no longer required for
    the banner to be correct. :pr:`117`
  * Generate 404 page using the sphinx-notfound-page extension.
    This fixes the URLs when the page is hosted so that it loads
    the CSS. :issue:`34`
  * Remove handling for singlehtml_sidebars config which predated
    Sphinx's support. :pr:`119`
  * Remove "babel" and "platter" theme variants which were
    undocumented and did not appear to be used by the relevant
    projects. :pr:`120`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=14
2024-10-18 10:50:47 +00:00
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:853ccdc2698ab0a2532cfc23037e08ff16ef36fdbde57dda122946bba1f71c0a
size 20124

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2c65822ad9f043b13b503f2f00a9a5181bc7a8d288fe23c1393ab62aa9af7b8
size 20659

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Oct 18 10:50:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
* Get canonical URL from environment variable when building on
Read the Docs. :pr:`117`
* New version warning banner. Use JavaScript to query PyPI when
viewing a page, rather than baking the warning into the
build. New builds of old versions are no longer required for
the banner to be correct. :pr:`117`
* Generate 404 page using the sphinx-notfound-page extension.
This fixes the URLs when the page is hosted so that it loads
the CSS. :issue:`34`
* Remove handling for singlehtml_sidebars config which predated
Sphinx's support. :pr:`119`
* Remove "babel" and "platter" theme variants which were
undocumented and did not appear to be used by the relevant
projects. :pr:`120`
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 30 07:31:17 UTC 2024 - Dirk Müller <dmueller@suse.com> Sun Jun 30 07:31:17 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Pallets-Sphinx-Themes Name: python-Pallets-Sphinx-Themes
Version: 2.1.3 Version: 2.2.0
Release: 0 Release: 0
Summary: Themes for the Pallets projects Summary: Themes for the Pallets projects
License: BSD-3-Clause License: BSD-3-Clause
@ -29,11 +29,13 @@ BuildRequires: %{python_module Sphinx >= 3.7}
BuildRequires: %{python_module flit-core} BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module packaging} BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module sphinx-notfound-page}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 3 Requires: python-Sphinx >= 5
Requires: python-packaging Requires: python-packaging
Requires: python-sphinx-notfound-page
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages