14
0
Files
python-pydata-sphinx-theme/_service

20 lines
751 B
Plaintext
Raw Normal View History

<services>
<!-- python portion of github sources -->
- 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
2024-09-02 14:24:21 +00:00
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/pydata/pydata-sphinx-theme.git</param>
<param name="scm">git</param>
- 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
<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>
- 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
2024-09-02 14:24:21 +00:00
<service mode="manual" name="tar" />
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
- 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
2024-09-02 14:24:21 +00:00
<service name="set_version" mode="manual" />
</services>