From 22a7bc7f605a0259dad798c8619abb51eb77a8d06f70a9a66bf2892198749214 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 11 Jun 2025 10:01:54 +0000 Subject: [PATCH 1/3] - 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 --- .gitattributes | 23 + .gitignore | 1 + _service | 19 + _servicedata | 4 + prepare_vendor.sh | 80 ++ pydata-sphinx-theme-0.14.0.tar.gz | 3 + pydata-sphinx-theme-0.15.4.obscpio | 3 + pydata-sphinx-theme-0.15.4.tar.gz | 3 + pydata-sphinx-theme-0.16.1.obscpio | 3 + pydata-sphinx-theme-0.16.1.tar.gz | 3 + pydata-sphinx-theme.obsinfo | 4 + ...ta-sphinx-theme-0.14.0-vendor-licenses.txt | 16 + ...n-pydata-sphinx-theme-0.14.0-vendor.tar.xz | 3 + ...ta-sphinx-theme-0.15.4-vendor-licenses.txt | 16 + ...n-pydata-sphinx-theme-0.15.4-vendor.tar.xz | 3 + ...ta-sphinx-theme-0.16.1-vendor-licenses.txt | 12 + ...n-pydata-sphinx-theme-0.16.1-vendor.tar.xz | 3 + python-pydata-sphinx-theme.changes | 1218 +++++++++++++++++ python-pydata-sphinx-theme.spec | 119 ++ yarn.lock | 393 ++++++ 20 files changed, 1929 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 prepare_vendor.sh create mode 100644 pydata-sphinx-theme-0.14.0.tar.gz create mode 100644 pydata-sphinx-theme-0.15.4.obscpio create mode 100644 pydata-sphinx-theme-0.15.4.tar.gz create mode 100644 pydata-sphinx-theme-0.16.1.obscpio create mode 100644 pydata-sphinx-theme-0.16.1.tar.gz create mode 100644 pydata-sphinx-theme.obsinfo create mode 100644 python-pydata-sphinx-theme-0.14.0-vendor-licenses.txt create mode 100644 python-pydata-sphinx-theme-0.14.0-vendor.tar.xz create mode 100644 python-pydata-sphinx-theme-0.15.4-vendor-licenses.txt create mode 100644 python-pydata-sphinx-theme-0.15.4-vendor.tar.xz create mode 100644 python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt create mode 100644 python-pydata-sphinx-theme-0.16.1-vendor.tar.xz create mode 100644 python-pydata-sphinx-theme.changes create mode 100644 python-pydata-sphinx-theme.spec create mode 100644 yarn.lock diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..8dcc638 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + https://github.com/pydata/pydata-sphinx-theme.git + git + v0.16.1 + @PARENT_TAG@ + v(.*) + .git* + enable + mcepl@cepl.eu + + + + *.tar + gz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..472d5c7 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/pydata/pydata-sphinx-theme.git + c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9 \ No newline at end of file diff --git a/prepare_vendor.sh b/prepare_vendor.sh new file mode 100644 index 0000000..15ccd88 --- /dev/null +++ b/prepare_vendor.sh @@ -0,0 +1,80 @@ +#!/bin/bash +# Script based on the fedora package +# https://src.fedoraproject.org/rpms/python-pydata-sphinx-theme/blob/rawhide/f/prepare_vendor.sh + +PKG_DIR="$(pwd)" +PKG_PATH=pydata-sphinx-theme +PKG_NAME=python-pydata-sphinx-theme +PKG_VERSION=0.16.1 + +cleanup_tmpdir() { + popd 2>/dev/null + rm -rf /tmp/yarn--* + rm -rf /tmp/core-js-banners +} +trap cleanup_tmpdir SIGINT + +cleanup_and_exit() { + cleanup_tmpdir + if test "$1" = 0 -o -z "$1" ; then + exit 0 + else + exit $1 + fi +} + +cd $PKG_PATH +export YARN_CACHE_FOLDER=".package-cache" +echo ">>>>>> Install npm modules" +yarn install --frozen-lockfile +if [ $? -ne 0 ]; then + echo "ERROR: yarn install failed" + cleanup_and_exit 1 +fi + +echo ">>>>>> Cleanup object dirs" +find node_modules/ -type d -name "*.o.d" -execdir rm {} + +find node_modules/ -type d -name "__pycache__" -execdir rm {} + + +echo ">>>>>> Cleanup object files" +find node_modules/ -name "*.node" -execdir rm {} + + +find node_modules/ -name "*.dll" | grep -v signal-client | xargs rm -f +find node_modules/ -name "*.dylib" -delete +find node_modules/ -name "*.so" -delete +find node_modules/ -name "*.o" -delete +find node_modules/ -name "*.a" -delete +find node_modules/ -name "*.snyk-*.flag" -delete + +echo ">>>>>> Cleanup build info" +find node_modules/ -name "builderror.log" -delete +find node_modules/ -name "yarn-error.log" -delete +find node_modules/ -name "yarn.lock" -delete +find node_modules/ -name ".deps" -type d -execdir rm {} + +find node_modules/ -name "Makefile" -delete +find node_modules/ -name "*.target.mk" -delete +find node_modules/ -name "config.gypi" -delete +find node_modules/ -name "package.json" -exec sed -i "s#$PKG_PATH#/tmp#g" {} \; + +echo ">>>>>> Cleanup yarn tarballs" +find node_modules/ -name ".yarn-tarball.tgz" -delete + +echo ">>>>>> Cleanup source maps" +find node_modules/ -name "*.js.map" -delete +find node_modules/ -name "*.ts.map" -delete +find node_modules/ -name "*.mjs.map" -delete +find node_modules/ -name "*.cjs.map" -delete +find node_modules/ -name "*.css.map" -delete +find node_modules/ -name "*.min.map" -delete + +echo ">>>>>> Package vendor files" +rm -f ${PKG_NAME}-${PKG_VERSION}-vendor.tar.xz +XZ_OPT="-9e -T$(nproc)" tar cJf $PKG_DIR/${PKG_NAME}-${PKG_VERSION}-vendor.tar.xz .package-cache + +yarn add license-checker +yarn license-checker --summary | sed "s#$PKG_PATH#/tmp#g" > $PKG_DIR/${PKG_NAME}-${PKG_VERSION}-vendor-licenses.txt + +rm -rf .package-cache +cd - + +cleanup_and_exit 0 diff --git a/pydata-sphinx-theme-0.14.0.tar.gz b/pydata-sphinx-theme-0.14.0.tar.gz new file mode 100644 index 0000000..8b8935c --- /dev/null +++ b/pydata-sphinx-theme-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fbf1dd07010b597cb82584777ae9f72708200e122e3bd593b7cdb665560685 +size 2428926 diff --git a/pydata-sphinx-theme-0.15.4.obscpio b/pydata-sphinx-theme-0.15.4.obscpio new file mode 100644 index 0000000..86fd792 --- /dev/null +++ b/pydata-sphinx-theme-0.15.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92575dffd0f98cb711847324e3d9ecb4b98c84ae1926b1a98b6d6c797a1e6dbf +size 3165708 diff --git a/pydata-sphinx-theme-0.15.4.tar.gz b/pydata-sphinx-theme-0.15.4.tar.gz new file mode 100644 index 0000000..2befd16 --- /dev/null +++ b/pydata-sphinx-theme-0.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971d8bd92eedc2606e06c9fb78857f31b4ac9f164c78abda076237cc9c68fee7 +size 2410415 diff --git a/pydata-sphinx-theme-0.16.1.obscpio b/pydata-sphinx-theme-0.16.1.obscpio new file mode 100644 index 0000000..91d811a --- /dev/null +++ b/pydata-sphinx-theme-0.16.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6070711fd4c0da4e6d4f3386daba358f1d2475d05d339633d69179d171c740 +size 3216908 diff --git a/pydata-sphinx-theme-0.16.1.tar.gz b/pydata-sphinx-theme-0.16.1.tar.gz new file mode 100644 index 0000000..2d89ebc --- /dev/null +++ b/pydata-sphinx-theme-0.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffabbd192a6461aafaf4f3680c2d7aa60b791406803b27348042f71640c24f63 +size 2423788 diff --git a/pydata-sphinx-theme.obsinfo b/pydata-sphinx-theme.obsinfo new file mode 100644 index 0000000..6b06e02 --- /dev/null +++ b/pydata-sphinx-theme.obsinfo @@ -0,0 +1,4 @@ +name: pydata-sphinx-theme +version: 0.16.1 +mtime: 1734431881 +commit: c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9 diff --git a/python-pydata-sphinx-theme-0.14.0-vendor-licenses.txt b/python-pydata-sphinx-theme-0.14.0-vendor-licenses.txt new file mode 100644 index 0000000..aa8b70c --- /dev/null +++ b/python-pydata-sphinx-theme-0.14.0-vendor-licenses.txt @@ -0,0 +1,16 @@ +yarn run v1.22.19 +$ /home/meggy/buildservice/home:mcalabkova:branches:devel:languages:python:pydata/python-/tmp//tmp/node_modules/.bin/license-checker --summary +├─ MIT: 329 +├─ ISC: 40 +├─ BSD-2-Clause: 16 +├─ BSD-3-Clause: 6 +├─ Apache-2.0: 4 +├─ CC0-1.0: 2 +├─ (CC-BY-4.0 AND OFL-1.1 AND MIT): 1 +├─ MPL-2.0: 1 +├─ CC-BY-4.0: 1 +├─ CC-BY-3.0: 1 +├─ (MIT AND CC-BY-3.0): 1 +└─ 0BSD: 1 + +Done in 0.71s. diff --git a/python-pydata-sphinx-theme-0.14.0-vendor.tar.xz b/python-pydata-sphinx-theme-0.14.0-vendor.tar.xz new file mode 100644 index 0000000..7c63f83 --- /dev/null +++ b/python-pydata-sphinx-theme-0.14.0-vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354d81d986183eb76da54f3ab61a6abd72031640f2bec334c5acec8b2a805675 +size 24772092 diff --git a/python-pydata-sphinx-theme-0.15.4-vendor-licenses.txt b/python-pydata-sphinx-theme-0.15.4-vendor-licenses.txt new file mode 100644 index 0000000..272a0b7 --- /dev/null +++ b/python-pydata-sphinx-theme-0.15.4-vendor-licenses.txt @@ -0,0 +1,16 @@ +yarn run v1.22.22 +$ /home/danigm/Projects/suse/obs/devel:languages:python/python-/tmp//tmp/node_modules/.bin/license-checker --summary +├─ MIT: 262 +├─ ISC: 36 +├─ BSD-2-Clause: 15 +├─ BSD-3-Clause: 6 +├─ Apache-2.0: 4 +├─ CC0-1.0: 2 +├─ (CC-BY-4.0 AND OFL-1.1 AND MIT): 1 +├─ MPL-2.0: 1 +├─ CC-BY-4.0: 1 +├─ CC-BY-3.0: 1 +├─ (MIT AND CC-BY-3.0): 1 +└─ 0BSD: 1 + +Done in 0.52s. diff --git a/python-pydata-sphinx-theme-0.15.4-vendor.tar.xz b/python-pydata-sphinx-theme-0.15.4-vendor.tar.xz new file mode 100644 index 0000000..f8cd731 --- /dev/null +++ b/python-pydata-sphinx-theme-0.15.4-vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbcee1844e19ca2068d33030d2ba9e0896d4f43d056d0d97827bd45cc7e80ca +size 22726024 diff --git a/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt b/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt new file mode 100644 index 0000000..e8806cb --- /dev/null +++ b/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt @@ -0,0 +1,12 @@ +yarn run v1.22.22 +$ /home/danigm/Projects/suse/obs/devel:languages:python/python-/tmp/node_modules/.bin/license-checker --summary +├─ MIT: 32 +├─ ISC: 19 +├─ Apache-2.0: 2 +├─ BSD-3-Clause: 1 +├─ BSD-2-Clause: 1 +├─ CC-BY-3.0: 1 +├─ CC0-1.0: 1 +└─ (MIT AND CC-BY-3.0): 1 + +Done in 0.21s. diff --git a/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz b/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz new file mode 100644 index 0000000..2d92408 --- /dev/null +++ b/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b680cbe75afc9c673e9fbf5b65bf04baf64aa29caecb330d3df6522c3593b05f +size 308 diff --git a/python-pydata-sphinx-theme.changes b/python-pydata-sphinx-theme.changes new file mode 100644 index 0000000..e470625 --- /dev/null +++ b/python-pydata-sphinx-theme.changes @@ -0,0 +1,1218 @@ +------------------------------------------------------------------- +Wed Jun 11 08:51:24 UTC 2025 - mcepl@cepl.eu + +- 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) + * Fix translator_setup: undefined default_translator_class for linkcheck builder (#2029) + * Stop moving the Read the Docs version switcher into the sidebar (#2034) + * Remove mention of `sidebarwidth` in config file (#2031) + * MAINT - Bump node version (22.x) (#1993) + * fix preferred-version in JSON (#2028) + * DOC: Fix link to custom CSS example (#2025) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in ca (#2021) + * DEV - Go back to dev - post-release (#2019) + * bump: 0.16.0rc0 -> 0.16.0 + * Fix invalid URLs in version-switcher using dirhtml builder (#2004) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in es (#2015) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#2014) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#2009) + * Change color when hovering over code-formatted text (#2007) + * Update some of the diverging links. (#2008) + * Draft script to find diverging links (#1966) + * CI Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (#2003) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#2001) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#2000) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in ja (#1979) + * BUG - Remove cruft symbols (#1998) + * Update localisation catalogue (#1999) + * BUG - Fix coverage workflow triggers (#1996) + * bump: 0.15.4 -> 0.16.0rc0 + * Bump scientific-python/upload-nightly-action from 0.5.0 to 0.6.0 (#1994) + * DEV - Add Fontawesome scripts to build assets (#1982) + * DOC - Fix search UI description (#1988) + * ENH add algolia docsearch version meta tag (#1989) + * docs: fix example gallery screenshot for scikit-learn (#1990) + * Add scikit-learn to the example gallery (#1985) + * Bolder bigger headings (#1983) + * Increase space between links in right sidebar to match left sidebar (#1980) + * MAINT - Add new intermittent warning for building docs offline (#1981) + * Remove macos 13 (#1978) + * Additional version banner details. (#1973) + * ENH - Update translations workflows (#1959) + * A11Y: Add title attribute to theme switcher (#1924) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in ja (#1974) + * BUG - GH action workflows fixes (#1970) + * [pre-commit.ci] pre-commit autoupdate hooks (#1972) + * Bump webpack from 5.91.0 to 5.94.0 (#1968) + * ENH - Update bundling and vendoring (JS) (#1955) + * Make overlay sidebars behave like modals (#1942) + * Increase horizontal whitespace between navbar icon links (#1964) + * Bump minimum sphinx version. (#1943) + * Add PhaseFieldX documentation to pydata-sphinx-theme gallery (#1922) + * Remove shortcut indicator search dialog on small screens (#1947) + * When hovering a heading, make the #-anchor fully opaque (#1949) + * Ensure we use PST colours throughout (#1927) + * Maint: do not use document.write (#1921) + * [pre-commit.ci] pre-commit autoupdate hooks (#1946) + * Doc: Mention flyout version switcher provided by RTD (#1937) + * Apply modal pattern to search box pop-up (#1932) + * MAINT: remove packaing as a dependency (#1939) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in zh (#1936) + * Fix link scope (#1931) + * DEV - Miscellaneous enhancements to CI (#1928) + * Change pandoc action (#1929) + * BUG - Remove schedule trigger for comment action (#1914) + * [pre-commit.ci] pre-commit autoupdate hooks (#1916) + * Set theme's version to dev (#1912) + * MAINT - Add CI env check for a11y tests (#1915) + * Fix nbsphinx color outputs, suppress other notebook output Axe errors (#1905) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#1913) + * Bump actions/upload-artifact from 3 to 4 (#1911) + * Maintenance: update stable version in switcher.json (#1910) + * Minor typo: s/Heaver/Header (#1907) + * use ellipsis to truncate breadcrumbs, and test with playwright (#1861) + * Scrollable table? Make keyboard accessible (focusable) (#1903) + * BUG: Ensure coverage comment is properly triggered (#1901) + +------------------------------------------------------------------- +Wed Sep 25 05:18:36 UTC 2024 - ecsos + +- Add %{?sle15_python_module_pythons} +- Fix build error under Leap. + +------------------------------------------------------------------- +Mon Sep 02 13:54:46 UTC 2024 - mcepl@cepl.eu + +- 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) + * Inheritance Diagram Dark Mode Support (#1834) + * bump version to dev + * release 0.15.3 + * Update luminance coefficient (#1837) + * Add stylelint fixes to .git-blame-ignore-revs file (#1836) + * [pre-commit.ci] Automatic linting and formatting fixes + * delete unused -var + * Manual fixes for stylelint + * Manual adjustments to autofixes + * Autofix (stylelint) + * Add stylelint hook and config + * Correctly specify the source path to a logo to copy_asset_file (#1746) + * Various table fixes (#1833) + * Set banner height to auto after animation (#1830) + * DEV - Update workflows (#1831) + * Fix keyboard access for scrollable regions created by notebook outputs (#1787) + * Move CSS block out of SCSS vars file (#1832) + * DEV - Refactor CI and environment setup (#1759) + * Track if users has dismissed a version warning banner for a given version. (#1763) + * Add CSS to allow scrolling of ipywidget (#1760) + * Animate remotely loaded banners together (#1808) + * Add a pre-commit hook that remove PO files metadata. (#1813) + * Wrap tables in scrollable div (#1827) + * Refactor navbar generating function (#1780) + * fix: deprecate pygments related variable to correct typos (#1614) + * Add GitHub action timeout (#1826) + * Raise exception for response codes outside range 200-299 (#1755) + * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#1801) + * fix version-switcher with dirhtml builder (#1795) + * Remove backwards-compatible text-decoration-skip rule (#1820) + * Remove hack to fix bug with up/down keys and "More" links in sidebar (#1819) + * Revert "fix perms in publish workflow" (#1815) + * fix perms in publish workflow (#1814) + * bump: 0.15.3rc2 → 0.15.3 + * center figure and captions inside figwith, while the whole figure is left/right (#1750) + * Exclude copy button from notebook cell numbers (#1811) + * MAINT - Add env variable to control test-them build location. (#1800) + * a11y - Implement @smeragoel's table designs (#1757) + * MAINT - Purge codecov (#1809) + * Provide copy button container sufficient min height (#1810) + * DEV - Update pygments tests (#1807) + * Do not generate dropdown in sidebar. (#1771) + * MAINT: various fixes to print CSS. (#1770) + * Allow paragraph elements to inherit color (#1762) + * Try to implement coverage action instead of using codecov. (#1756) + * Update release action (#1803) + * Remove :hover pseudo-class from link-style-hover mixin (#1792) + * Make announcement banner into a landmark (aside/complementary) (#1793) + * [pre-commit.ci] pre-commit autoupdate hooks (#1806) + * bump: 0.15.3rc0 -> 0.15.3rc1 (#1802) + * bump: 0.15.2 → 0.15.3 + * Fix blockquote color contrasts (#1786) + * Fix GUI label contrast (#1790) + * Wait for CSS transitions before running Axe scan (#1785) + * MAINT: Fix some types (#1779) + * Only make scrollable code blocks into tab stops (#1777) + * Fix selector for table-layout rule (#1761) + * Fix alignment of sidebar TOC entries (#1775) + * Fix focus ring glitch on API autosummary "[source]" link (#1778) + * Install sphinx test dependencies in all CI testing jobs (#1772) + * FEAT - Restyle interactive elements to be more accessible (#1564) + * tiny CSS change (#1769) + * fix: use the latest minor version of fontawesome 6 (#1768) + * optimize figure bottom margin (#1749) + * CI - Swap to trusted publisher for releases (#1758) + * Ensure code blocks (
) are keyboard focusable (#1636)
+  * Build(deps): Bump pre-commit/action from 3.0.0 to 3.0.1 (#1715)
+  * Fix missing sphinx testing dependencies (#1751)
+  * DEV - Enable pre-commit ci  (#1752)
+  * docs: add the link to the transifex project (#1707)
+  * BUG - Fix violation of Axe rule link-name (#1633)
+  * make codecov work better (#1741)
+  * space icon-links evenly across (#1726)
+  * fix URLs for dirhtml builds (#1699)
+  * try to fix codecov (#1717)
+  * FIX secondary sidebar persists even if it is empty (#1688)
+  * Do not show announcement banner if announcement contents are empty (#1703)
+  * Fix and change a11y tests (#1687)
+  * BUG - Ensure lists markers colours are visible (#1711)
+  * chore(i18n): create cs translation (#1716)
+  * chore(i18n): update ca translation (#1713)
+  * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in es (#1712)
+  * remove deprecated configs and associated code/tests (#1698)
+  * Build(deps): Bump treosh/lighthouse-ci-action from 10 to 11 (#1705)
+  * Build(deps): Bump codecov/codecov-action from 3 to 4 (#1706)
+  * docs: typo in a link in the release instructions (#1704)
+  * ENH animation for the top banner (#1693)
+  * ENH make search result heading a bit away from the search input box (#1690)
+  * handle null result from queryselector (#1683)
+  * Don't try to populate version switcher w/ relative path on local static site (#1660)
+  * Apply default_mode to the html data-theme attribute (#1663)
+  * Restore search snippet highlights in search results page (#1678)
+  * only do security updates for NPM (#1674)
+  * update dependabot labels (#1668)
+  * Build(deps): Bump actions/cache from 3 to 4 (#1667)
+  * FIX make search button closer to other icons in topbar (#1659)
+  * unpin sphinx in CI (#1665)
+  * FIX make theme switcher have consistent widths (#1651)
+  * bump version to dev
+  * bump: 0.15.1 -> 0.15.2
+  * in CIs, pin sphinx dev temporarily
+  * remove toggle button for secondary sidebar if empty (#1637)
+  * fix: allow user to control the back-to-top button presence (#1616)
+  * Allow only theme_footer_center to be set (#1653)
+  * More speedups to section TOC rendering (#1642)
+  * Make search event listener only trigger with “K”/“k” (#1646)
+  * fix: move the release instructions to the repository (#1621)
+  * Add Brightway to Featured Example Gallery Grid (#1580)
+  * Make bootstrap globally available (#1639)
+  * DOC: Add missing "footer_center" in layout overview diagram (#1640)
+  * maybe fix missing sidebar? (#1632)
+  * Fix sticky header (#1630)
+  * fix: align the search button with other icons (#1620)
+  * back to dev
+  * bump: 0.15.0 → 0.15.1
+  * fix: log information when warnings are disabled (#1617)
+  * fix: align all breadcrumb elements (#1619)
+  * fix: remove Site navigation header (#1615)
+  * fix: drop the dev test (#1623)
+  * bump: 0.14.4 → 0.15.0
+  * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#1618)
+  * bump: 0.14.4 → 0.15.0rc0
+  * Fix "More" links in mobile sidebar (#1604)
+  * Fix: more efficient determination of when to hide primary sidebar (#1609)
+  * Bump minimum Python from 3.8 to 3.9; add 3.12 to CIs (#1610)
+  * Update translation files (#1606)
+  * Feature: Add support for per-page secondary sidebar content (#1572)
+  * Fix landmark-unique error due to in-page TOC (#1607)
+  * Update fontawesome from 6.1.2 to 6.5.1 (#1600)
+  * Build(deps): Bump actions/upload-artifact from 3 to 4 (#1598)
+  * FIX: avoid implicit string comparison in Sphinx 7.26 (#1592)
+  * Use pytest-regressions to mark expected a11y test failures (#1501)
+  * Build(deps): Bump actions/setup-python from 4 to 5 (#1590)
+  * Fix landmarks (#1454)
+  * Flip chevrons when subtree is expanded (#1584)
+  * fix: install pandoc in the a11y tests (#1576)
+  * back to dev
+  * bump: 0.14.3 → 0.14.4
+  * Fix control + k keyboard shortcut (#1571)
+  * fix: increase margins of autosummary tables (#1560)
+  * Obviate background-from-color-variable (#1558)
+  * docs: add data-content (#1559)
+  * fix: primer link in docs (#1556)
+  * docs: add the list of component using a directive (#1476)
+  * chore: back to dev
+  * bump: 0.14.2 → 0.14.3
+  * Silence warnings (#1542)
+  * fix: add color-theme option to html tag (#1536)
+  * fix: make table background transparent (#1546)
+  * docs: add instructions for custom SVG icons (#1490)
+  * kill the docs-live infinite loop (yet again) (#1540)
+  * back to dev
+  * bump: 0.14.1 → 0.14.2
+  * test: add a codecov token to the coverage pipeline (#1519)
+  * build: update package-lock.json (#1534)
+  * docs: add the full option reference in the docs (#1485)
+  * use event.key for search shortcut (#1525)
+  * refactor: remove extention on component set-up (#1529)
+  * ignore transient errors in windows build CI (#1520)
+  * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in ru [Manual Sync] (#1527)
+  * docs: add DecentralChain (#1528)
+  * Fix font color in search input box (#1524)
+  * chore: build the devcontainer automatically in codespace (#1483)
+  * Fix duplicate HTML IDs (#1425)
+  * Fix: (webpack.config.js) css-loader API change (#1508)
+  * deps: drop support for Sphinx 5 (#1516)
+  * fix: use 12rambau fork until it's merged with nikeee repo (#1517)
+  * BUG - Clear alt_text in conf.py (#1471)
+  * refactor: use nbsphinx as the default execution lib (#1482)
+  * fix: convert "stable" to actual version number (#1512)
+  * navigation_with_keys = False (#1503)
+  * docs: link back to GitHub from PyPI metadata (#1504)
+  * Update pst docs buttons (#1502)
+  * Revert "Build(deps): Bump postcss and css-loader" (#1509)
+  * Build(deps): Bump postcss and css-loader (#1494)
+  * chore(i18n) catalan (#1488)
+  * Change default logo alt text (#1472)
+  * Add idtracker.ai to gallery.yaml (#1290)
+  * bump: back to dev
+  * bump: 0.14.0 → 0.14.1
+  * docs: update dead link (#1466)
+  * fix: truncate title in breadcrumbs (#1460)
+  * temporarily pin sphinxcontrib-youtube (#1464)
+  * fix: use project version (not theme version) in banner (#1446)
+  * show ⌘ on Mac in both search button and search input field (#1449)
+  * fix: set the same background for dark/light (#1443)
+  * fix: change the z-index of the dropdown (#1442)
+  * back to dev
+
+-------------------------------------------------------------------
+Tue Sep 19 10:01:51 UTC 2023 - mmachova@suse.com
+
+- Update to version 0.14.0:
+  * bump: version 0.13.3 → 0.14.0  (#1440)
+  * fix: rollback ref and Id changes (#1438)
+  * Add dropdown_text argument to generate_header_nav_html (#1423)
+  * Build(deps): Bump actions/checkout from 3 to 4 (#1433)
+  * Add the ability to add a center section to the footer (#1432)
+  * style(i18n): French Typo fixed (#1430)
+  * BUG - Remove redundant ARIA in breadcrumb navigation (#1426)
+  * Do not animate the version admonitions colors. (#1424)
+  * Fix More dropdown (html, aria, bootstrap classes) (#1414)
+  * fix: don't display the warning bar if there is an issue (#1420)
+  * fix: place the las_update value in the meta of each page (#1409)
+  * MAINT - Increase axe-core accessibility testing coverage (#1408)
+  * MAINT: Test old and new Sphinx versions (#1413)
+  * MAINT - Add css class dropdown-item to version switcher (#1411)
+  * Fix TocTree manipulation on Sphinx 7.2+ (#1406)
+  * Only use ``sphinx.testing.path`` on Sphinx 7.1 and earlier (#1405)
+  * Update gallery.yaml (#1120)
+  * Update switcher styling (#1400)
+  * Fix docstring typo (#1399)
+  * Add cashocs to example gallery (#1127)
+  * Add new Brightway Documentation Page to pydata-sphinx Example Gallery (#1232)
+  * docs: change rational of the gallery grid (#1390)
+  * Fix redirection for pages missing in other docs versions (#1395)
+  * Fix version warning banner message (#1394)
+  * update version JSON config guidance (#1393)
+  * fix: prevent link to be followed before testing the header (#1361)
+  * Version warningbar (#1354)
+  * fix: link to Sphinx's theme templating page (#1388)
+  * MAINT: deprecations (#1381)
+  * MAINT: fixes to tabbed examples in docs (#1379)
+  * MAINT: badge alt-text in README.md (#1380)
+  * fix infinite loop again (#1364)
+  * BUG: fix highlighting of current version in switcher menu (#1357)
+  * fix: use consistent markup in examples (#1373)
+  * docs: use an admonition instead of "!!" (#1374)
+  * Fix some CSS header bugs on mobile (#1376)
+  * MAINT: Miscellaneous improvements to this theme (#1377)
+  * core: drop support python 3.7 (#1369)
+  * feat: add a scroll to top btn (#1332)
+  * ENH - Update links styling (#1353)
+  * ENH: Add search button that looks like field (#1233)
+  * fix theme elements page (#1356)
+  * fix: make redirection work when page is not existing in previous version (#1350)
+  * remove pandas API from the documentation (#1330)
+  *  ENH - Scalable colour system for theme (#1174)
+  * fix: resolve path of switcher when using relative (#1344)
+  * MAINT: fix local live doc build (#1349)
+  * fix: create a dedicated area for the prev-next buttons (#1333)
+  * fix: avoid infinite loop in docs-live (#1265)
+  * fix: version switcher on sidebar (#1342)
+  * docs: add osi badge
+  * fix: set back align content for header navbar (#1331)
+  * refactor: remove custom scrollbars (#1337)
+  * Build(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#1334)
+  * first 'es' automatic translation (#1298)
+  * first 'fr' automatic translation (#1299)
+  * ENH: include jupyterlite in the supported extention (#1023)
+  * refactor: remove unused method (#1329)
+  * DOC: update sample CSS for setting custom content width (#1318)
+  * Update link to FontAwesome free icon gallery in the user guide (#1326)
+  * Style keyword arguments in API docs (#1323)
+  * BUG - Fix a11y tests call  (#1320)
+  * sphinx 6 compat (#1314)
+  * add new pandas error to allow list (#1310)
+  * Override generation of `id` & `href` attributes for API documentation (#1208)
+  * Build(deps): Bump treosh/lighthouse-ci-action from 9 to 10 (#1303)
+  * Build(deps): Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#1302)
+  * Fix mispalced label tag in icon links component (#1300)
+  * Accessibility test Kitchen Sink with Playwright (#1260)
+  * fix: typo in the key names
+  * feat: add transifex parameters (#1297)
+  * fix: stop using squared icon for github and twitter (#1250)
+  * FIX: Fix search icons displayed outside with small base font size (#1278)
+  * try to fix codecov (#1289)
+  * Fix footer appearing on top for short pages (#1277)
+  * DOC: Section on RTD version switcher (#1280)
+  * fix: add footer_end to the documentation (#1285)
+  * Fix alignment of breacrumbs (#1282)
+  * FIX: Remove index.html from version switcher example. (#1279)
+  * back to dev
+  * RLS: v0.13.3
+  * refactor: spring cleaning (#1271)
+  * bump: back to dev
+  * RLS: v0.13.2
+  * fix wheel by bumping STB version (#1272)
+  * don't warn on fallback if no highlight theme was requested (#1264)
+  * Update node packages and remove unneeded ones (#1258)
+  * refactor: move all configs to pyproject.toml (#1268)
+  * Fix typos found by codespell (#1261)
+  * Add article and content footer components (#1215)
+  * fix: right align text in footer end (#1245)
+  * Add static assets guide (#1227)
+  * docs: ensure edit links point to main branch (#1246)
+  * fix: hide captions associated with hidden images (#1247)
+  * MAINT: use fontawesome css variables instead of font names (#1219)
+  * Fix broken Sphinx link in footer (#1234)
+  * Main to dev0
+
+-------------------------------------------------------------------
+Thu May 18 13:54:34 UTC 2023 - Dirk Müller 
+
+- switch to nodejs-default
+
+-------------------------------------------------------------------
+Thu Mar  9 10:10:17 UTC 2023 - Daniel Garcia 
+
+- Vendor all required nodejs modules to be able to build without
+  network with the new sphinx-theme-builder
+- Update to version 0.13.1:
+  * RLS: v0.13.1
+  * fix: deprecate use of the favicon config parameter (#1225)
+  * MNT: more flexible static (#1221)
+  * Fix icon links requirement (#1231)
+  * DOCS: Fix `

` in docs for realz (#1224) + * docs: remove legacy footer customization (#1229) + * DOCS: Remove

from announcement sample text (#1223) + * bump: dev0 + +------------------------------------------------------------------- +Mon Mar 06 14:13:40 UTC 2023 - Daniel Garcia + +- Update to version 0.13.0: + * RLS: v0.13.0 + * Make heading-style use the font-weight-heading value (#1213) + * dev0 + * RLS: v0.13.0rc6 + * FIX: Get theme options in a more robust way (#1214) + * Dev0 + * RLS: 0.13.0rc5 + * FIX: Remove icon links component when no icon links given (#1209) + * feat: Add full i18n support (#1192) + * Use CSS transform for skip link (#1206) + * Properly set configuration with app.builder.theme_options (#1199) + * Add conditional check for last-updated template (#1201) + * copy_logo_images: do not render dynamic Sphinx template content (#1204) + * Fix math scrollbars for realz (#1198) + * FIX: Make wide equations scroll (#1196) + * Dev0 + * RLS: v0.13.0rc4 + * Fix github gitlab brand (#1194) + * Refactor contributing docs to be more modular (#1173) + * DOCS: Add internationalization instructions (#1178) + * FIX: Some style bugs (#1191) + * dev0 + * RLS: v0.13.0rc3 + * Minor style improvements to ablog (#1185) + * maint: remove sphinx-panels support; remove deprecated config shims (#1188) + * Standardize template structure in more sections (#1184) + * maint: update GitLab URL tests (#1186) + * fix: correctly add DOM listeners (#1179) + * Properly handle default_mode=auto when writing logos (#1183) + * “Edit this page” → “Edit on GitHub/GitLab/Bitbucket” (#1177) + * Fix article header CSS (#1171) + * DOCS: admonition customization (#1155) + * RLS: v0.13.0rc2 (#1170) + * Fix header vertical spacing and jupyter-sphinx cells (#1164) + * Degrade gracefully when JavaScript is disabled (#1146) + * ENH: Add breadcrumbs to article header (#1142) + * FIX: Narrow scope of style rule for GitHub & GitLab link shortening (#1167) + * remove emoji from landing page (#1151) + * MAINT: update pypi classifiers (#1153) + * FIX: Javascript incorrect check for variable (#1166) + * Add test for internationalization and translations (#1138) + * STYLE: lint the documentation with Doc8 (#1150) + * FIX: Flex behavior should shrink header items instead of brand (#1158) + * Copyright semicolon (#1160) + * DOC: Use only shield.io for badges in README (#1152) + * Build(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 (#1154) + * Bump to dev0 + * 0.13.0rc1 + * Standardize logo image behavior between Sphinx and this theme (#1132) + * ABlog: Updates for new HTML structure (#1118) + * MAINT: update prerelease workflow (#1140) + * MAINT: Refactor workflows to reduce test dependencies (#1136) + * MAINT: Improve font sizing (#1129) + * fix: use correct path for documentation logo + * fix: align sidebar sliding with the buttons (#1123) + * ENH/MAINT: avoid overwriting the HtmlTranslator (#1105) + * FIX: Use logo_url instead deprecated logo in theme (#1094) (#1097) + * Fix extra whitespace in sidebars (#1115) + * feat: support leaflet maps in the theme (#1112) + * Build(deps): Bump json5 from 1.0.1 to 1.0.2 (#1111) + * MAINT: sphinx 4.0 behaviours are no longer supported (#1107) + * FIX: Blog tag cloud overflow (#1093) + * FIX: Center search keyboard buttons (#1103) + * Fixing header height (#1102) + * drop prettify to avoid extra space in inline block (#1101) + * style dataframe included in a widget (#1089) + * add matplotlib to the list of warnings (#1091) + * Add Matplotlib to gallery.yaml (#1090) + * FIX: remove DS_Store file (#1084) + * make accessible-pygments a full dependency (#1083) + * FIX: Update precommit (#1080) + * Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 (#1077) + * Improving ABlog style and configuration (#1075) + * Check for /-/ in GitLab url (closes #1073) (#1074) + * Reduce the left padding for ul and ol lists (#1069) + * MAINT: Lint html (#1021) + * MAINT: use the github repo of flake8 in pre-commit (#1070) + * MAINT: Drop jQuery and use Bootstrap 5 (#1029) + * ENH: Accessible code highlighting styles (#1064) + * Build(deps): Bump loader-utils from 1.4.1 to 1.4.2 (#1066) + * bump version + * RLS: v0.12.0 + * FIX: remove double quotes in github actions (#1062) + * RLS: v0.12.0rc1 (#1057) + * FIX: display external links in toctree (#1055) + * STYLE: style admonitions (#1043) + * Build(deps): Bump loader-utils from 1.4.0 to 1.4.1 (#1053) + * FIX: use warning instead of errors for version json tests (#993) + * ENH: Add GitHub Projects support for github shorten links (#1051) + * FIX: Navigation buttons accessibility fixes (#1050) + * ENH: Refactor gitlab parsing in ShortenLinkTransform (#1039) (#1048) + * Disable CloudFlare Rocket loader on dark mode script (#1045) + * Prerelease CI: Update name, schedule and Python version (#1044) + * Change pypa/gh-action-pypi-publish to use stable release branch (#1047) + * Add Dependabot configuration for GitHub Actions updates (#1046) + * FIX: style table generated by myst-NB (#1041) + * MAINT: refactor webpack.config.js (#1035) + * ENH: support seealso admonition (#1037) + * DOCS: update documentation link (#1033) + * DOCS: fix python block in keyboard-shortcuts.md (#1032) + * MAINT: split bootstrap and theme styling (#994) + * ENH: Add skip to main content button for a11y (#1019) + * MAINT: use a function to test the warnings of the CI doc build (#1002) + * FIX: avoid API double select (#1015) + * FIX: table width of nbsphinx dataframes (#1018) + * DOCS: demonstrate inline highlighting (#1025) + * ENH: create a navbar_persistent section (#1022) + * ENH: place the RDT flyout in the sidebar (#1005) + * FIX: update switcher list (#1009) + * FIX: link shortening for gitlab (#1012) + * FIX: make the icons available to implicit component (#991) + * FIX: set back the icon inside the search bar (#992) + * ENH: add the theme version in the footer (#1000) + * FIX: avoid conflict between black and flake8 + * FIX: improve numbering of the docs (#1004) + * fix: remove deprecated config (#997) + * Remove deprecated option for google analytics (#975) + * Remove travis/doctr cruft (#995) + * Rename and add deprecation warnings for section names (#988) + * FIX: change dark highlight for a11y (#985) + * FIX: improve display of Hide search button (#984) + * FIX: improve display of "side" docstring title (#981) + * FIX: respect the align and width parameter of table directives (#968) + * FIX: display math characters in the header navbar (#971) + * Bump version + * RLS: v0.11.0 + * fix: remove primary sidebar if empty (#980) + * Bump version + * RLS: v0.11.0rc3 + * Support Sphinx 4.2+ (#978) + * Bump version + * RLS: v0.11.0rc2 + * Fix for publishing prereleases (#974) + * RLS: v0.11.0rc1 + * Test on Python 3.11 (#972) + * FIX: check the json switcher file (#917) + * Update pre-commit hooks (#970) + * DOCS: Fixed file path of logos (#969) + * FIX: improve display of table in the nbsphinx context (#954) + * ENH: Automatically shorten links for GitHub/GitLab (#957) + * FIX: do not prettify primary sidebar html (#965) + * MAINT: update icons to fit Fontawesome 6 (#963) + * Align all the columns on the primary sidebar (#950) + * DOCS: better document how to remove secondary sidebar + * FIX: expand the bd-article-container (#964) + * FIX: use target color for footnotes (#962) + * FIX: Don't filter images that support the dark theme (#942) + * Bump nth-check and optimize-css-assets-webpack-plugin (#882) + * update Javascript dependencies (#940) + * Build wheels for testing (#939) + * Bump node-forge and webpack-dev-server (#883) + * feat: add the indices to the optional sidebar components (#922) + * FIX: use parent when self is use in a toctree (#938) + * Add expected pandas 1.5 warning (#936) + * MAINT: Open issue when dependency prereleases fail (#899) + * DOCS: Add sepal to the gallery (#927) + * Fix plausible loading (#909) + * Add EnOSlib's website in the gallery (#919) + * FIX: use hasdoc() for logo link (#921) + * Add #searchbox to sidebar for "Hide Search Matches" link (#925) + * ENH: Use bootstrap tooltip to display icons title (#924) + * set the content at the top of the page (#916) + * add css helper for images optimized for both dark and light theme (#914) + * ENH: Use toctree titles in the header navbar (#915) + * Correct the link to the pygments styles in styling.rst (#910) + * RLS: v0.10.1 + * Don't test against prereleased dependecies (#900) + * RLS: v0.10.0 + * ENH: Add section title to sidebar navigation (#895) + * DOCS: Update grid size for gallery (#894) + * ENH: option to customise the alt text of the logo (#893) + * MAINT: Run audit on a simplified docs build (#892) + * ENH: Simplify and speed up navigation bar links generation (#878) + * MAINT: Add action for profiling (#888) + * MAINT: Add a py-spy profiler to nox (#887) + * DOCS: Improve sphinx-design card examples (#885) + * MAINT: Upgrade FontAwesome dependency to latest version (#868) + * BUG: Fix links not clickable in versionmodified directives (#877) + * NEW: Adding a section for footer-content like in sphinx-basic-ng (#861) + * fix: update switcher color according to sidebar (#880) + * FIX: Fix equation scrolling behavior (#872) + * fix color of the search input (#875) + * FIX: Hide vert scrollbars on inline math (#871) + * ENH: suppress autocorrect/spellcheck/autocapitalize in search box (#870) + * Gallery (#867) + * DOCS: Add arviz website to example gallery (#862) + * Build docs w/ sphinx 5 (#864) + * Fix links on homepage (#853) + * Update GitHub Action for releases + * RLS: v0.10.0RC2 + * ENH: Add download link icon to download links (#850) + * Fix several CSS elements and bugs for Sphinx 5 (#818) + * ENH: Improve sidebar secondary config and logic + * ENH: Move header items to sidebar on mobile (#834) + * DOC: Add comment to deprecate some CSS in future (#848) + * fix admonition-sidebar styling (#847) + * DOCS: Clarify analytics documentation (#839) + * ENH: Add light background to inline code (#838) + * DOCS: Update front page, contributing doc, and gallery code (#825) + * ENH: Add plausible analytics (#828) + * ENH: Allow admonitions to be style as a sidebar (#836) + * Update kitchen sink and script to update (#819) + * ENH: Search button shows up on mobile (#832) + * Bump terser from 4.8.0 to 4.8.1 (#830) + * Refactor and modularize user guide (#826) + * ENH: Add ABlog support (#796) + * Add dropdown support for Sphinx Design (#812) + * MAINT: Move publish to new workflow (#816) + * Add push events for tags (#815) + * Release Candidate: v0.10.0rc1 (#813) + * Inline math docs and optional keywords for favicons (#810) + * Fixed Spelling and Style (#811) + * Use Bootstrap styling for our dropdown button (#808) + * Overlay darken for search popup (#804) + * Update theme switch colors (#803) + * Handle varied search field configurations (#807) + * Add release and review/merging policies to our documentation (#779) + * ENH: Add override `attributes` in icon_links (#685) + * ENH: External logo image, nbsphinx spacing, admonition title (#797) + * Let the PyPi badge in README.md link to the project page in PyPi (#798) + * Fix usage of version dropdown to work on mobile (#790) + * ENH: manage sidebars on small screens (#726) + * Fix header spacing (#788) + * Update topic and contents directive style (#785) + * Style code blocks after GitHub (#784) + * Fix typos, use logging.warning (#787) + * ENH: Make scroll bar style more accessible and noticeable (#776) + * FIX: Search bar and navigation dropdown style (#770) + * FIX: Overflow content on configuration (#772) + * FIX: Set minimum version of supported pygments (#778) + * Add color support for copy and toggle buttons (#767) + * Add dropdown menu to header navigation (#754) + * Remove pa11y (#751) + * Add NBSphinx support for dark theme (#741) + * ENH: White space behavior for main content (#753) + * DOCS: Explain terminology and layout (#756) + * NEW: Adding announcement banners (#722) + * Only install Chromium with Playwright (#750) + * ENH: Make search field an overlay with button click (#744) + * DOCS: improve color documentation (#742) + * MAINT: Add pyupgrade pre-commit hook (#712) + * DOCS: Add a dynamic gallery of projects (#700) + * ENH: Use JupyterLab cell background color for surface variables (#747) + * ENH: Simplify theme variable code and support Sphinx Design (#746) + * ENH: Improve quotes display CSS (#743) + * FIX: Typos in readme (#740) + * DOCS: Add feature-engine to list of projects (#725) + * DOC: Fix spelling error (#738) + * Add: Sourcelink and other Sphinx theme templates (#714) + * DOC: Clarify `theme` wording in docs (#736) + * ENH: Add dark mode support for some pydata packages (#723) + * MAINT: Ignore black format changes (#713) + * FIX: Make hover color work on version switcher (#731) + * FIX: Rendering external URL in logo.link option (#734) + * Fix color regression in sphinx_design and sphinx_panels (#728) + * ENH: equations display on small screen (#718) + * ENH: Version switcher dark mode support (#719) + * fix package versions (#715) + * force table to fit in the article width (#717) + * Bump version + * RLS: v0.9.0 + * Add logo and update brand colors (#698) + * Use myst-parser 0.18 (#703) + * Style the toctree (#693) + * Use different logos for light and dark theme (#691) + * Prevent theme mamangement to raise error when the mode is fixed (#692) + * Improve table captions (#695) + * Manage the bottom of small pages (#694) + * Center align all elements in the navbar (#697) + * Add acknowledgment section (#696) + * Add Sphinx and Python version support policy (#679) + * MAINT: Docutils 0.18 deprecation (#687) + * move all the CSS variable to a single folder (#686) + * Test against prereleases (#683) + * Update configuring.rst (#682) + * Bump release + * RLS: v0.9.0rc1 + * Bump version + * Pin Sphinx to >= 4.0.2 (#678) + * Rename master branch main (#666) + * Moving some template links to Python (#672) + * ENH: simplify color variables (#659) + * Remove upperbound on sphinx (#661) + * Add panels support (#641) + * Add classes for multi-theme content support (#673) + * Support Sphinx 5 (#668) + * Update GH actions versions (#670) + * Update pre-commit hooks (#667) + * Rearrange sections to use basic-ng names (#662) + * DOC: Add the mastodon fediverse icon as example. (#646) + * ENH: Clean up navbar spacing on mobile (#644) + * Increase scrollspy amount (#657) + * ENH: Scrollbar styling (#637) + * Add missing release in version switcher (#656) + * Add deprecation warning for switcher (#655) + * [switcher] default `activeVersion` and `activeVersionName` values (#654) + * Update docs on version switcher dictionary (#653) + * customize display of line numbers in code-block (#651) + * fix: apply the centered directive (#652) + * Update example to correspond to new Google Analytics ID (#650) + * Clarify use-case and docs structure (#648) + * DOCS: how to create an inline footer (#636) + * FIX: Avoid secondary navbar overlap (#642) + * ENH: Adapt target viewcode to tango highlighting style (#635) + * Show the right sidebar on wider screens if the left is hidden (#570) + * Refactor SCSS structure (#619) + * DOC: Document helper for dark mode (#626) + * ENH: Minor updates and tweaks to Dark theme CSS (#631) + * ENH: Dark theme support for ethical ads + * Add dark theme and theme switcher (#540) + * Add a url type for navbar icons (#616) + * Update black pre-commit (#618) + * Set lighthouse to run on kitchen sink (#612) + * RELEASE: v0.8.1 (#611) + * add link to pyvista (#606) + * Fix typos (#608) + * ENH: Left navigation menu to collapse at the "part" level (#594) + * Remove double-linking of theme CSS (#598) + * Version switcher provides explicit URLs (#604) + * Use dataclasses instead of extra_classes (#597) + * Allow relative json url to work locally (and hopefully on PRs) (#599) + * Make header links non-selectable (#602) + * Bump to dev version + update versions in switcher.json (#574) + * Pin sphinx to >=3.5.4,<5 (#595) + * STYLE: Update default anchor link (#593) + * DOCS: Clarify instructions about modifying search bar position (#586) + * Replace distutils Version class with `packaging.version` (#590) + * ENH: add optional `extra_classes` in version-switcher (#576) + * TEST: Basic test for our switcher (#584) + * ENH: add optional per version url in version-switcher (#575) + * MAINT: New action for lighthouse (#572) + * Reduce border-radius on search bar (#581) + * Use margin instead of padding to offset "On this page" + * Reduce scroll-spy offset by 20px + * Don't offset body by 20px + * Don't offset toc and sidebar by 20px + * Improve sidebar search presentation + * CLN: use str instead of os.fsdecode for converting Path (#569) + * FIX: use str theme path for compat with older jinja2 versions (#565) + * DOCS: Add Matplotlib to index.rst... (#563) + * RELEASE: v0.8.0 (#562) + * DOCS: Refactor demo docs (#544) + * UPDATE: NodeJS 16.x (#552) + * FIX: Field lists bug (#554) + * FIX: Admonitions margin (#550) + * FIX: Left scroll JS proper selector (#534) + * ENH: Add left sidebar end section to bottom (#543) + * DOCS: refactor developer docs (#538) + * FIX: Navbar margin on mobile (#541) + * END: Add ability to specify custom icon images (#542) + * MAINT: Add OSX and Windows build to tests (#533) + * Revert "RLS: v0.8.0 (#530)" (#531) + * RLS: v0.8.0 (#530) + * STYLE: Improve spacing for non-image site title (#526) + * Add step to install needed dependencies to build the site (#520) + * drop python 3.6 + use python action cache + * clean-up + * fix path? + * temporary upload sdist/wheel to check release workflow + * quote 3.10 + * CI: update github action workflow after sphinx-theme-builder switch + * ✨ NEW: add version switcher (#436) + * Simplify linting setup + * Improve webpack-macros.html generation logic + * Enable source map for the generated JS file + * Add a comment about what ?-url means + * Drop `make` stuff from docs/ + * Rework theme to utilise `sphinx-theme-builder` + * Drop Python 3.6 support + * rebuild assets + * Add prettier to pre-commit hooks + * Add a few pre-commit hooks for consistency across files + * Prettify the .pre-commit-config.yaml file + * Fixing environment.yml for noxfile (#512) + * FIX: Compatibility with sphinx 4.3 (visit_table) (#509) + * DEV: Simplify webpack and codebase (#495) + * ENH: Add nav show feature (#493) + * Fix nox install task to work with --no-venv (#505) + * Document how to remove toctrees from pages (#492) + * Recommonmark -> MyST and docs (#499) + * Make the whole left sidebar scrollable (#502) + * feat: add a versionmodified css file (#498) + * DEV: fix nox check for sphinx already being installed (#494) + * Improving noxfile speed (#491) + * Improve developer workflow and docs (#490) + * fix dependency installation and build (#467) + +------------------------------------------------------------------- +Fri Feb 24 10:28:09 UTC 2023 - daniel.garcia@suse.com + +- Update to version 0.12.0: + * RLS: v0.12.0 + * FIX: remove double quotes in github actions (#1062) + * RLS: v0.12.0rc1 (#1057) + * FIX: display external links in toctree (#1055) + * STYLE: style admonitions (#1043) + * Build(deps): Bump loader-utils from 1.4.0 to 1.4.1 (#1053) + * FIX: use warning instead of errors for version json tests (#993) + * ENH: Add GitHub Projects support for github shorten links (#1051) + * FIX: Navigation buttons accessibility fixes (#1050) + * ENH: Refactor gitlab parsing in ShortenLinkTransform (#1039) (#1048) + * Disable CloudFlare Rocket loader on dark mode script (#1045) + * Prerelease CI: Update name, schedule and Python version (#1044) + * Change pypa/gh-action-pypi-publish to use stable release branch (#1047) + * Add Dependabot configuration for GitHub Actions updates (#1046) + * FIX: style table generated by myst-NB (#1041) + * MAINT: refactor webpack.config.js (#1035) + * ENH: support seealso admonition (#1037) + * DOCS: update documentation link (#1033) + * DOCS: fix python block in keyboard-shortcuts.md (#1032) + * MAINT: split bootstrap and theme styling (#994) + * ENH: Add skip to main content button for a11y (#1019) + * MAINT: use a function to test the warnings of the CI doc build (#1002) + * FIX: avoid API double select (#1015) + * FIX: table width of nbsphinx dataframes (#1018) + * DOCS: demonstrate inline highlighting (#1025) + * ENH: create a navbar_persistent section (#1022) + * ENH: place the RDT flyout in the sidebar (#1005) + * FIX: update switcher list (#1009) + * FIX: link shortening for gitlab (#1012) + * FIX: make the icons available to implicit component (#991) + * FIX: set back the icon inside the search bar (#992) + * ENH: add the theme version in the footer (#1000) + * FIX: avoid conflict between black and flake8 + * FIX: improve numbering of the docs (#1004) + * fix: remove deprecated config (#997) + * Remove deprecated option for google analytics (#975) + * Remove travis/doctr cruft (#995) + * Rename and add deprecation warnings for section names (#988) + * FIX: change dark highlight for a11y (#985) + * FIX: improve display of Hide search button (#984) + * FIX: improve display of "side" docstring title (#981) + * FIX: respect the align and width parameter of table directives (#968) + * FIX: display math characters in the header navbar (#971) + * Bump version + * RLS: v0.11.0 + * fix: remove primary sidebar if empty (#980) + * Bump version + * RLS: v0.11.0rc3 + * Support Sphinx 4.2+ (#978) + * Bump version + * RLS: v0.11.0rc2 + * Fix for publishing prereleases (#974) + * RLS: v0.11.0rc1 + * Test on Python 3.11 (#972) + * FIX: check the json switcher file (#917) + * Update pre-commit hooks (#970) + * DOCS: Fixed file path of logos (#969) + * FIX: improve display of table in the nbsphinx context (#954) + * ENH: Automatically shorten links for GitHub/GitLab (#957) + * FIX: do not prettify primary sidebar html (#965) + * MAINT: update icons to fit Fontawesome 6 (#963) + * Align all the columns on the primary sidebar (#950) + * DOCS: better document how to remove secondary sidebar + * FIX: expand the bd-article-container (#964) + * FIX: use target color for footnotes (#962) + * FIX: Don't filter images that support the dark theme (#942) + * Bump nth-check and optimize-css-assets-webpack-plugin (#882) + * update Javascript dependencies (#940) + * Build wheels for testing (#939) + * Bump node-forge and webpack-dev-server (#883) + * feat: add the indices to the optional sidebar components (#922) + * FIX: use parent when self is use in a toctree (#938) + * Add expected pandas 1.5 warning (#936) + * MAINT: Open issue when dependency prereleases fail (#899) + * DOCS: Add sepal to the gallery (#927) + * Fix plausible loading (#909) + * Add EnOSlib's website in the gallery (#919) + * FIX: use hasdoc() for logo link (#921) + * Add #searchbox to sidebar for "Hide Search Matches" link (#925) + * ENH: Use bootstrap tooltip to display icons title (#924) + * set the content at the top of the page (#916) + * add css helper for images optimized for both dark and light theme (#914) + * ENH: Use toctree titles in the header navbar (#915) + * Correct the link to the pygments styles in styling.rst (#910) + * RLS: v0.10.1 + * Don't test against prereleased dependecies (#900) + * RLS: v0.10.0 + * ENH: Add section title to sidebar navigation (#895) + * DOCS: Update grid size for gallery (#894) + * ENH: option to customise the alt text of the logo (#893) + * MAINT: Run audit on a simplified docs build (#892) + * ENH: Simplify and speed up navigation bar links generation (#878) + * MAINT: Add action for profiling (#888) + * MAINT: Add a py-spy profiler to nox (#887) + * DOCS: Improve sphinx-design card examples (#885) + * MAINT: Upgrade FontAwesome dependency to latest version (#868) + * BUG: Fix links not clickable in versionmodified directives (#877) + * NEW: Adding a section for footer-content like in sphinx-basic-ng (#861) + * fix: update switcher color according to sidebar (#880) + * FIX: Fix equation scrolling behavior (#872) + * fix color of the search input (#875) + * FIX: Hide vert scrollbars on inline math (#871) + * ENH: suppress autocorrect/spellcheck/autocapitalize in search box (#870) + * Gallery (#867) + * DOCS: Add arviz website to example gallery (#862) + * Build docs w/ sphinx 5 (#864) + * Fix links on homepage (#853) + * Update GitHub Action for releases + * RLS: v0.10.0RC2 + * ENH: Add download link icon to download links (#850) + * Fix several CSS elements and bugs for Sphinx 5 (#818) + * ENH: Improve sidebar secondary config and logic + * ENH: Move header items to sidebar on mobile (#834) + * DOC: Add comment to deprecate some CSS in future (#848) + * fix admonition-sidebar styling (#847) + * DOCS: Clarify analytics documentation (#839) + * ENH: Add light background to inline code (#838) + * DOCS: Update front page, contributing doc, and gallery code (#825) + * ENH: Add plausible analytics (#828) + * ENH: Allow admonitions to be style as a sidebar (#836) + * Update kitchen sink and script to update (#819) + * ENH: Search button shows up on mobile (#832) + * Bump terser from 4.8.0 to 4.8.1 (#830) + * Refactor and modularize user guide (#826) + * ENH: Add ABlog support (#796) + * Add dropdown support for Sphinx Design (#812) + * MAINT: Move publish to new workflow (#816) + * Add push events for tags (#815) + * Release Candidate: v0.10.0rc1 (#813) + * Inline math docs and optional keywords for favicons (#810) + * Fixed Spelling and Style (#811) + * Use Bootstrap styling for our dropdown button (#808) + * Overlay darken for search popup (#804) + * Update theme switch colors (#803) + * Handle varied search field configurations (#807) + * Add release and review/merging policies to our documentation (#779) + * ENH: Add override `attributes` in icon_links (#685) + * ENH: External logo image, nbsphinx spacing, admonition title (#797) + * Let the PyPi badge in README.md link to the project page in PyPi (#798) + * Fix usage of version dropdown to work on mobile (#790) + * ENH: manage sidebars on small screens (#726) + * Fix header spacing (#788) + * Update topic and contents directive style (#785) + * Style code blocks after GitHub (#784) + * Fix typos, use logging.warning (#787) + * ENH: Make scroll bar style more accessible and noticeable (#776) + * FIX: Search bar and navigation dropdown style (#770) + * FIX: Overflow content on configuration (#772) + * FIX: Set minimum version of supported pygments (#778) + * Add color support for copy and toggle buttons (#767) + * Add dropdown menu to header navigation (#754) + * Remove pa11y (#751) + * Add NBSphinx support for dark theme (#741) + * ENH: White space behavior for main content (#753) + * DOCS: Explain terminology and layout (#756) + * NEW: Adding announcement banners (#722) + * Only install Chromium with Playwright (#750) + * ENH: Make search field an overlay with button click (#744) + * DOCS: improve color documentation (#742) + * MAINT: Add pyupgrade pre-commit hook (#712) + * DOCS: Add a dynamic gallery of projects (#700) + * ENH: Use JupyterLab cell background color for surface variables (#747) + * ENH: Simplify theme variable code and support Sphinx Design (#746) + * ENH: Improve quotes display CSS (#743) + * FIX: Typos in readme (#740) + * DOCS: Add feature-engine to list of projects (#725) + * DOC: Fix spelling error (#738) + * Add: Sourcelink and other Sphinx theme templates (#714) + * DOC: Clarify `theme` wording in docs (#736) + * ENH: Add dark mode support for some pydata packages (#723) + * MAINT: Ignore black format changes (#713) + * FIX: Make hover color work on version switcher (#731) + * FIX: Rendering external URL in logo.link option (#734) + * Fix color regression in sphinx_design and sphinx_panels (#728) + * ENH: equations display on small screen (#718) + * ENH: Version switcher dark mode support (#719) + * fix package versions (#715) + * force table to fit in the article width (#717) + * Bump version + * RLS: v0.9.0 + * Add logo and update brand colors (#698) + * Use myst-parser 0.18 (#703) + * Style the toctree (#693) + * Use different logos for light and dark theme (#691) + * Prevent theme mamangement to raise error when the mode is fixed (#692) + * Improve table captions (#695) + * Manage the bottom of small pages (#694) + * Center align all elements in the navbar (#697) + * Add acknowledgment section (#696) + * Add Sphinx and Python version support policy (#679) + * MAINT: Docutils 0.18 deprecation (#687) + * move all the CSS variable to a single folder (#686) + * Test against prereleases (#683) + * Update configuring.rst (#682) + * Bump release + * RLS: v0.9.0rc1 + * Bump version + * Pin Sphinx to >= 4.0.2 (#678) + * Rename master branch main (#666) + * Moving some template links to Python (#672) + * ENH: simplify color variables (#659) + * Remove upperbound on sphinx (#661) + * Add panels support (#641) + * Add classes for multi-theme content support (#673) + * Support Sphinx 5 (#668) + * Update GH actions versions (#670) + * Update pre-commit hooks (#667) + * Rearrange sections to use basic-ng names (#662) + * DOC: Add the mastodon fediverse icon as example. (#646) + * ENH: Clean up navbar spacing on mobile (#644) + * Increase scrollspy amount (#657) + * ENH: Scrollbar styling (#637) + * Add missing release in version switcher (#656) + * Add deprecation warning for switcher (#655) + * [switcher] default `activeVersion` and `activeVersionName` values (#654) + * Update docs on version switcher dictionary (#653) + * customize display of line numbers in code-block (#651) + * fix: apply the centered directive (#652) + * Update example to correspond to new Google Analytics ID (#650) + * Clarify use-case and docs structure (#648) + * DOCS: how to create an inline footer (#636) + * FIX: Avoid secondary navbar overlap (#642) + * ENH: Adapt target viewcode to tango highlighting style (#635) + * Show the right sidebar on wider screens if the left is hidden (#570) + * Refactor SCSS structure (#619) + * DOC: Document helper for dark mode (#626) + * ENH: Minor updates and tweaks to Dark theme CSS (#631) + * ENH: Dark theme support for ethical ads + * Add dark theme and theme switcher (#540) + * Add a url type for navbar icons (#616) + * Update black pre-commit (#618) + * Set lighthouse to run on kitchen sink (#612) + * RELEASE: v0.8.1 (#611) + * add link to pyvista (#606) + * Fix typos (#608) + * ENH: Left navigation menu to collapse at the "part" level (#594) + * Remove double-linking of theme CSS (#598) + * Version switcher provides explicit URLs (#604) + * Use dataclasses instead of extra_classes (#597) + * Allow relative json url to work locally (and hopefully on PRs) (#599) + * Make header links non-selectable (#602) + * Bump to dev version + update versions in switcher.json (#574) + * Pin sphinx to >=3.5.4,<5 (#595) + * STYLE: Update default anchor link (#593) + * DOCS: Clarify instructions about modifying search bar position (#586) + * Replace distutils Version class with `packaging.version` (#590) + * ENH: add optional `extra_classes` in version-switcher (#576) + * TEST: Basic test for our switcher (#584) + * ENH: add optional per version url in version-switcher (#575) + * MAINT: New action for lighthouse (#572) + * Reduce border-radius on search bar (#581) + * Use margin instead of padding to offset "On this page" + * Reduce scroll-spy offset by 20px + * Don't offset body by 20px + * Don't offset toc and sidebar by 20px + * Improve sidebar search presentation + * CLN: use str instead of os.fsdecode for converting Path (#569) + * FIX: use str theme path for compat with older jinja2 versions (#565) + * DOCS: Add Matplotlib to index.rst... (#563) + * RELEASE: v0.8.0 (#562) + * DOCS: Refactor demo docs (#544) + * UPDATE: NodeJS 16.x (#552) + * FIX: Field lists bug (#554) + * FIX: Admonitions margin (#550) + * FIX: Left scroll JS proper selector (#534) + * ENH: Add left sidebar end section to bottom (#543) + * DOCS: refactor developer docs (#538) + * FIX: Navbar margin on mobile (#541) + * END: Add ability to specify custom icon images (#542) + * MAINT: Add OSX and Windows build to tests (#533) + * Revert "RLS: v0.8.0 (#530)" (#531) + * RLS: v0.8.0 (#530) + * STYLE: Improve spacing for non-image site title (#526) + * Add step to install needed dependencies to build the site (#520) + * drop python 3.6 + use python action cache + * clean-up + * fix path? + * temporary upload sdist/wheel to check release workflow + * quote 3.10 + * CI: update github action workflow after sphinx-theme-builder switch + * ✨ NEW: add version switcher (#436) + * Simplify linting setup + * Improve webpack-macros.html generation logic + * Enable source map for the generated JS file + * Add a comment about what ?-url means + * Drop `make` stuff from docs/ + * Rework theme to utilise `sphinx-theme-builder` + * Drop Python 3.6 support + * rebuild assets + * Add prettier to pre-commit hooks + * Add a few pre-commit hooks for consistency across files + * Prettify the .pre-commit-config.yaml file + * Fixing environment.yml for noxfile (#512) + * FIX: Compatibility with sphinx 4.3 (visit_table) (#509) + * DEV: Simplify webpack and codebase (#495) + * ENH: Add nav show feature (#493) + * Fix nox install task to work with --no-venv (#505) + * Document how to remove toctrees from pages (#492) + * Recommonmark -> MyST and docs (#499) + * Make the whole left sidebar scrollable (#502) + * feat: add a versionmodified css file (#498) + * DEV: fix nox check for sphinx already being installed (#494) + * Improving noxfile speed (#491) + * Improve developer workflow and docs (#490) + * fix dependency installation and build (#467) + +------------------------------------------------------------------- +Mon Nov 8 15:53:37 UTC 2021 - Dirk Müller + +- Update to 0.7.1: + * Fixing prevnext translations (#486) + * RLS: v0.7.0 + * Update API styling for changes in sphinx 4.x (#485) + * Avoid adding margin to docutils container (from bootstrap container) (#474) + * Add css for blockquote and references/citations (#482) + * Move API docs related CSS to separate file (#476) + * Improve styling of the Previous / Next buttons (#473) + * 👌 Round edges (#472) + * Bump docutils version (#463) + * FIX: added gtag date and moved google analytics to header (#439) + * Add explicit heading aria-level to complement heading role (#456) + * revert style changes (#459) + * include tests in sdist (#457) + * Add pa11y testing and reporting (#294) + * move parent theme css earlier in the inclusion order (#451) + * FIX: Include built css/js assets in source again (#450) + * Re-build assests with yarn to fix linting (#448) + * Bump url-parse from 1.5.1 to 1.5.3 (#443) + * TST: update role for caption in expected html output (sphinx 4.1) (#441) + * Remove CircleCI from jobs (#445) + * Bump path-parse from 1.0.6 to 1.0.7 (#442) + * Use a variable for the color of editthispage (#412) + * Bump color-string from 1.5.3 to 1.6.0 (#440) + * Bump postcss from 7.0.32 to 7.0.36 (#425) + * fix Fairlearn link (#430) + * DOC: Add a few more projects that have adopted the theme. (#423) + * Fixing admonition title CSS (#407) + * Add MNE-Python to theme users list (#405) + * Bump dns-packet from 1.3.1 to 1.3.4 (#421) + * Bump browserslist from 4.12.0 to 4.16.6 (#419) + * Bump hosted-git-info from 2.8.8 to 2.8.9 (#411) + * Bump url-parse from 1.4.7 to 1.5.1 (#409) + * Bump ws from 6.2.1 to 6.2.2 (#422) + * add pyvista to sites using the theme (#418) + * Remove end tags from HTML elements (#408) + * Bump lodash from 4.17.19 to 4.17.21 (#410) + * Bump ssri from 6.0.1 to 6.0.2 (#406) +- drop fix_sidebar_tests.patch (upstream) + +------------------------------------------------------------------- +Thu Aug 26 10:47:39 UTC 2021 - mcepl@cepl.eu + +- Update to version 0.6.3: + * 🚀 RLS: v0.6.3 + * Fix regression with 'None' inserted in html by google analytics script (#404) + * 🚀 RLS: v0.6.2 + * 🐛 FIX: fix undefined sphinx var "meta" in jinja (#395) + * CI: add build with pre-release versions of sphinx and jinja2 (#402) + * Support new+old Google analytics (#387) + * Raise exception if icon_links conf val is not a dict. (#392) + * i18n: Translate theme text variable (#398) + * i18n: Translate text in HTML (#397) + * i18n: Translate aria-label (#396) + +------------------------------------------------------------------- +Thu Aug 26 10:29:15 UTC 2021 - Matej Cepl + +- Initial package for pydata-sphinx-theme 0.6.3. diff --git a/python-pydata-sphinx-theme.spec b/python-pydata-sphinx-theme.spec new file mode 100644 index 0000000..17e7aae --- /dev/null +++ b/python-pydata-sphinx-theme.spec @@ -0,0 +1,119 @@ +# +# spec file for package python-pydata-sphinx-theme +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define skip_python36 1 +%{?sle15_python_module_pythons} +Name: python-pydata-sphinx-theme +Version: 0.16.1 +Release: 0 +Summary: Bootstrap-based Sphinx theme from the PyData community +License: BSD-3-Clause +URL: https://github.com/pydata/pydata-sphinx-theme +Source: pydata-sphinx-theme-%{version}.tar.gz +# Source: https://files.pythonhosted.org/packages/source/p/pydata-sphinx-theme/pydata_sphinx_theme-%%{version}.tar.gz +# Source1 and Source2 created with ./prepare_vendor.sh +Source1: python-pydata-sphinx-theme-%{version}-vendor.tar.xz +Source2: python-pydata-sphinx-theme-%{version}-vendor-licenses.txt +Source99: prepare_vendor.sh +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +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 +Suggests: python-jupyter_sphinx +Suggests: python-numpy +Suggests: python-numpydoc +Suggests: python-pandas +Suggests: python-plotly +Suggests: python-recommonmark +Suggests: python-Sphinx +Suggests: python-xarray +BuildArch: noarch +# SECTION test requirements +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} +BuildRequires: nodejs-default +BuildRequires: nodejs-devel +BuildRequires: nodejs-packaging +BuildRequires: yarn + +# /SECTION +%python_subpackages + +%description +Bootstrap-based Sphinx theme from the PyData community + +%prep +%autosetup -p1 -n pydata-sphinx-theme-%{version} -a1 +sed -i 's,^\(node-version = \)".*",\1"%{nodejs_version}",' pyproject.toml + +# Create a node header tarball so we don't try to download it +mkdir -p node-v%{nodejs_version}/include +cp -a %{_includedir}/node* node-v%{nodejs_version}/include/node +tar czf node-v%{nodejs_version}-headers.tar.gz node-v%{nodejs_version} +echo "tarball=\"$PWD/node-v%{nodejs_version}-headers.tar.gz\"" > .npmrc + +%build +export STB_USE_SYSTEM_NODE=1 +export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 +export YARN_CACHE_FOLDER="$PWD/.package-cache" +export NODE_OPTIONS=--openssl-legacy-provider +yarn install --offline + +# nodeenv generated with python3, no need to generate a different +# nodeenv for each flavor +python%python_bin_suffix -m nodeenv --node=system --prebuilt --clean-src $PWD/.nodeenv +%pyproject_wheel + +%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 +# 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 +%license LICENSE +%{python_sitelib}/pydata_sphinx_theme* + +%changelog diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..822f84d --- /dev/null +++ b/yarn.lock @@ -0,0 +1,393 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +array-find-index@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" + integrity sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw== + +asap@^2.0.0: + version "2.0.6" + resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" + integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +brace-expansion@^1.1.7: + version "1.1.12" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" + integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +chalk@^2.4.1: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +debug@^3.1.0: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" + +debuglog@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" + integrity sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw== + +dezalgo@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.4.tgz#751235260469084c132157dfa857f386d4c33d81" + integrity sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig== + dependencies: + asap "^2.0.0" + wrappy "1" + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +glob@^7.1.1: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +graceful-fs@^4.1.2: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + +hosted-git-info@^2.1.4: + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +is-core-module@^2.16.0: + version "2.16.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== + dependencies: + hasown "^2.0.2" + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + +license-checker@^25.0.1: + version "25.0.1" + resolved "https://registry.yarnpkg.com/license-checker/-/license-checker-25.0.1.tgz#4d14504478a5240a857bb3c21cd0491a00d761fa" + integrity sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g== + dependencies: + chalk "^2.4.1" + debug "^3.1.0" + mkdirp "^0.5.1" + nopt "^4.0.1" + read-installed "~4.0.3" + semver "^5.5.0" + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + spdx-satisfies "^4.0.0" + treeify "^1.1.0" + +minimatch@^3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.6: + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== + +mkdirp@^0.5.1: + version "0.5.6" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" + integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== + dependencies: + minimist "^1.2.6" + +ms@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +nopt@^4.0.1: + version "4.0.3" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48" + integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== + dependencies: + abbrev "1" + osenv "^0.1.4" + +normalize-package-data@^2.0.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +npm-normalize-package-bin@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" + integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ== + +os-tmpdir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== + +osenv@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +read-installed@~4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/read-installed/-/read-installed-4.0.3.tgz#ff9b8b67f187d1e4c29b9feb31f6b223acd19067" + integrity sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ== + dependencies: + debuglog "^1.0.1" + read-package-json "^2.0.0" + readdir-scoped-modules "^1.0.0" + semver "2 || 3 || 4 || 5" + slide "~1.1.3" + util-extend "^1.0.1" + optionalDependencies: + graceful-fs "^4.1.2" + +read-package-json@^2.0.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.1.2.tgz#6992b2b66c7177259feb8eaac73c3acd28b9222a" + integrity sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA== + dependencies: + glob "^7.1.1" + json-parse-even-better-errors "^2.3.0" + normalize-package-data "^2.0.0" + npm-normalize-package-bin "^1.0.0" + +readdir-scoped-modules@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309" + integrity sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw== + dependencies: + debuglog "^1.0.1" + dezalgo "^1.0.0" + graceful-fs "^4.1.2" + once "^1.3.0" + +resolve@^1.10.0: + version "1.22.10" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" + integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== + dependencies: + is-core-module "^2.16.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +"semver@2 || 3 || 4 || 5", semver@^5.5.0: + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== + +slide@~1.1.3: + version "1.1.6" + resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" + integrity sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw== + +spdx-compare@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/spdx-compare/-/spdx-compare-1.0.0.tgz#2c55f117362078d7409e6d7b08ce70a857cd3ed7" + integrity sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A== + dependencies: + array-find-index "^1.0.2" + spdx-expression-parse "^3.0.0" + spdx-ranges "^2.0.0" + +spdx-correct@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66" + integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w== + +spdx-expression-parse@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.21" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz#6d6e980c9df2b6fc905343a3b2d702a6239536c3" + integrity sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg== + +spdx-ranges@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/spdx-ranges/-/spdx-ranges-2.1.1.tgz#87573927ba51e92b3f4550ab60bfc83dd07bac20" + integrity sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA== + +spdx-satisfies@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz#9a09a68d80f5f1a31cfaebb384b0c6009e4969fe" + integrity sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA== + dependencies: + spdx-compare "^1.0.0" + spdx-expression-parse "^3.0.0" + spdx-ranges "^2.0.0" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +treeify@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/treeify/-/treeify-1.1.0.tgz#4e31c6a463accd0943879f30667c4fdaff411bb8" + integrity sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A== + +util-extend@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f" + integrity sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA== + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== From 841e5afa50cca264bdf09a22583fd2b9107a12546f9371f1cd83507690c4aca9 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 11 Jun 2025 10:21:59 +0000 Subject: [PATCH 2/3] - Update to version 0.16.1 (CVE-2025-5889, bsc#1244343): OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=18 --- ...ta-sphinx-theme-0.16.1-vendor-licenses.txt | 23 +++++++++++-------- ...n-pydata-sphinx-theme-0.16.1-vendor.tar.xz | 4 ++-- python-pydata-sphinx-theme.changes | 6 +---- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt b/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt index e8806cb..c2733de 100644 --- a/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt +++ b/python-pydata-sphinx-theme-0.16.1-vendor-licenses.txt @@ -1,12 +1,17 @@ yarn run v1.22.22 -$ /home/danigm/Projects/suse/obs/devel:languages:python/python-/tmp/node_modules/.bin/license-checker --summary -├─ MIT: 32 -├─ ISC: 19 -├─ Apache-2.0: 2 -├─ BSD-3-Clause: 1 -├─ BSD-2-Clause: 1 +$ /home/danigm/Projects/suse/obs/devel:languages:python/python-/tmp//tmp/node_modules/.bin/license-checker --summary +├─ MIT: 267 +├─ ISC: 32 +├─ BSD-2-Clause: 15 +├─ BSD-3-Clause: 7 +├─ Apache-2.0: 5 +├─ CC0-1.0: 2 +├─ (CC-BY-4.0 AND OFL-1.1 AND MIT): 1 +├─ MPL-2.0: 1 +├─ CC-BY-4.0: 1 +├─ (WTFPL OR MIT): 1 ├─ CC-BY-3.0: 1 -├─ CC0-1.0: 1 -└─ (MIT AND CC-BY-3.0): 1 +├─ (MIT AND CC-BY-3.0): 1 +└─ 0BSD: 1 -Done in 0.21s. +Done in 0.49s. diff --git a/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz b/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz index 2d92408..6cae841 100644 --- a/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz +++ b/python-pydata-sphinx-theme-0.16.1-vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b680cbe75afc9c673e9fbf5b65bf04baf64aa29caecb330d3df6522c3593b05f -size 308 +oid sha256:06842adf549e5b38182cb7c64149623331a0d4df3f06a4ff8bdf11c2ae03523a +size 28081152 diff --git a/python-pydata-sphinx-theme.changes b/python-pydata-sphinx-theme.changes index e470625..86f18b2 100644 --- a/python-pydata-sphinx-theme.changes +++ b/python-pydata-sphinx-theme.changes @@ -1,11 +1,7 @@ ------------------------------------------------------------------- Wed Jun 11 08:51:24 UTC 2025 - mcepl@cepl.eu -- 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: +- Update to version 0.16.1 (CVE-2025-5889, bsc#1244343): * 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) From d4a50b69c2523b050fdb26dc5c3fca2e69274013e629c981d55d307f2031841b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 19 Jun 2025 06:12:17 +0000 Subject: [PATCH 3/3] - Remove leftover yarn.lock OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=19 --- yarn.lock | 393 ------------------------------------------------------ 1 file changed, 393 deletions(-) delete mode 100644 yarn.lock diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index 822f84d..0000000 --- a/yarn.lock +++ /dev/null @@ -1,393 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -array-find-index@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw== - -asap@^2.0.0: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -brace-expansion@^1.1.7: - version "1.1.12" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" - integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -chalk@^2.4.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - -debug@^3.1.0: - version "3.2.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== - dependencies: - ms "^2.1.1" - -debuglog@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" - integrity sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw== - -dezalgo@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.4.tgz#751235260469084c132157dfa857f386d4c33d81" - integrity sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig== - dependencies: - asap "^2.0.0" - wrappy "1" - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - -function-bind@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" - integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== - -glob@^7.1.1: - version "7.2.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -graceful-fs@^4.1.2: - version "4.2.11" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" - integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== - -hasown@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" - integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== - dependencies: - function-bind "^1.1.2" - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -is-core-module@^2.16.0: - version "2.16.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" - integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== - dependencies: - hasown "^2.0.2" - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -license-checker@^25.0.1: - version "25.0.1" - resolved "https://registry.yarnpkg.com/license-checker/-/license-checker-25.0.1.tgz#4d14504478a5240a857bb3c21cd0491a00d761fa" - integrity sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g== - dependencies: - chalk "^2.4.1" - debug "^3.1.0" - mkdirp "^0.5.1" - nopt "^4.0.1" - read-installed "~4.0.3" - semver "^5.5.0" - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - spdx-satisfies "^4.0.0" - treeify "^1.1.0" - -minimatch@^3.1.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.2.6: - version "1.2.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" - integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== - -mkdirp@^0.5.1: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -ms@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -nopt@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48" - integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== - dependencies: - abbrev "1" - osenv "^0.1.4" - -normalize-package-data@^2.0.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -npm-normalize-package-bin@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" - integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== - -once@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ== - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== - -osenv@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -read-installed@~4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/read-installed/-/read-installed-4.0.3.tgz#ff9b8b67f187d1e4c29b9feb31f6b223acd19067" - integrity sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ== - dependencies: - debuglog "^1.0.1" - read-package-json "^2.0.0" - readdir-scoped-modules "^1.0.0" - semver "2 || 3 || 4 || 5" - slide "~1.1.3" - util-extend "^1.0.1" - optionalDependencies: - graceful-fs "^4.1.2" - -read-package-json@^2.0.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.1.2.tgz#6992b2b66c7177259feb8eaac73c3acd28b9222a" - integrity sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA== - dependencies: - glob "^7.1.1" - json-parse-even-better-errors "^2.3.0" - normalize-package-data "^2.0.0" - npm-normalize-package-bin "^1.0.0" - -readdir-scoped-modules@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309" - integrity sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw== - dependencies: - debuglog "^1.0.1" - dezalgo "^1.0.0" - graceful-fs "^4.1.2" - once "^1.3.0" - -resolve@^1.10.0: - version "1.22.10" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" - integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== - dependencies: - is-core-module "^2.16.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -"semver@2 || 3 || 4 || 5", semver@^5.5.0: - version "5.7.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" - integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== - -slide@~1.1.3: - version "1.1.6" - resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" - integrity sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw== - -spdx-compare@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/spdx-compare/-/spdx-compare-1.0.0.tgz#2c55f117362078d7409e6d7b08ce70a857cd3ed7" - integrity sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A== - dependencies: - array-find-index "^1.0.2" - spdx-expression-parse "^3.0.0" - spdx-ranges "^2.0.0" - -spdx-correct@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" - integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66" - integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.21" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz#6d6e980c9df2b6fc905343a3b2d702a6239536c3" - integrity sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg== - -spdx-ranges@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/spdx-ranges/-/spdx-ranges-2.1.1.tgz#87573927ba51e92b3f4550ab60bfc83dd07bac20" - integrity sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA== - -spdx-satisfies@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz#9a09a68d80f5f1a31cfaebb384b0c6009e4969fe" - integrity sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA== - dependencies: - spdx-compare "^1.0.0" - spdx-expression-parse "^3.0.0" - spdx-ranges "^2.0.0" - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -treeify@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/treeify/-/treeify-1.1.0.tgz#4e31c6a463accd0943879f30667c4fdaff411bb8" - integrity sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A== - -util-extend@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f" - integrity sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA== - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==