14
0
Files
Daniel Garcia 61f2a1f7d5 - Refresh npm dependencies
* update brace-expansion to 1.1.12
    CVE-2025-5889, gh#juliangruber/brace-expansion#65, bsc#1244343
- Update to version 0.16.1:
  * Bump: 0.16.1rc0 -> 0.16.1
  * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in es (#2079)
  * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#2075)
  * bump: 0.16.0 -> 0.16.1rc0
  * i18n - Update localisation files (#2072)
  * Match Sphinx toggle button and Sphinx Design hover and focus styles (#2061)
  * Import Bootstrap after importing our variable overrides (#2066)
  * Higher contrast table hover stripe (light mode) (#2062)
  * Restore focus ring Sphinx Design dropdowns (#2060)
  * DOC - Update documentation regarding formatting files (#2057)
  * [pre-commit.ci] pre-commit autoupdate hooks (#2064)
  * Remove hover striping from all but `.dataframe` tables (#2059)
  * Fix colour variables (#2058)
  * update revs to ignore in blame (#2056)
  * automatic changes from b633898 and 9c5a3d5
  * update pre-commit hooks / linter config
  * ~Revert "LINT - Run updated pre-commit hooks (#2049)" (#2054)
  * fix wrong switcher JSON loaded for dev docs (#2048)
  * BUG - Fix i18n files and compilation for distribution (#2042)
  * MAINT - update from Twitter -> X (#2052)
  * added itom to projects using this theme (#2037)
  * LINT - Run updated pre-commit hooks (#2049)
  * DOC -  Add design system documentation (#2046)
  * ENH - When using the copybutton in code blocks, exclude copying the prompt (#2036)
  * DOCS - Update accessibility docs (#2039)
  * [pre-commit.ci] pre-commit autoupdate hooks (#2005)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=17
2025-06-11 10:01:54 +00:00

20 lines
751 B
Plaintext

<services>
<!-- python portion of github sources -->
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/pydata/pydata-sphinx-theme.git</param>
<param name="scm">git</param>
<param name="revision">v0.16.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service mode="manual" name="tar" />
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual" />
</services>