Skip to content

python3Packages.sphinx-tabs: 3.4.7-unstable-2026-01-24 -> 3.5.0#495891

Draft
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python3Packages.sphinx-tabs
Draft

python3Packages.sphinx-tabs: 3.4.7-unstable-2026-01-24 -> 3.5.0#495891
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python3Packages.sphinx-tabs

Conversation

@r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Mar 2, 2026

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python3Packages.sphinx-tabs is: Sphinx extension for creating tabbed content when building HTML

meta.homepage for python3Packages.sphinx-tabs is: https://github.com/executablebooks/sphinx-tabs

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 3.4.7 with grep in /nix/store/32qpwr6jlvkrv9zlmy6gpv32yd5jl5ml-python3.13-sphinx-tabs-3.4.7
  • found 3.4.7 in filename of file in /nix/store/32qpwr6jlvkrv9zlmy6gpv32yd5jl5ml-python3.13-sphinx-tabs-3.4.7

Rebuild report (if merged into master) (click to expand)
23 total rebuild path(s)

23 package rebuild(s)

First fifty rebuilds by attrpath

beets
beets-minimal
incus
incus-lts
python313Packages.beetcamp
python313Packages.beets
python313Packages.beets-alternatives
python313Packages.beets-audible
python313Packages.beets-copyartifacts
python313Packages.beets-filetote
python313Packages.beets-minimal
python313Packages.pallets-sphinx-themes
python313Packages.sphinx-notfound-page
python313Packages.sphinx-tabs
python313Packages.sphinx-toolbox
python314Packages.pallets-sphinx-themes
python314Packages.sphinx-notfound-page
python314Packages.sphinx-tabs
python314Packages.sphinx-toolbox
redlist
rocmPackages.rocm-docs-core
supergee
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/32qpwr6jlvkrv9zlmy6gpv32yd5jl5ml-python3.13-sphinx-tabs-3.4.7 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python3Packages.sphinx-tabs https://github.com/r-ryantm/nixpkgs/archive/b46467f652799a3317e6ba2eb036663fc51d0e35.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/b46467f652799a3317e6ba2eb036663fc51d0e35#python3Packages.sphinx-tabs

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/32qpwr6jlvkrv9zlmy6gpv32yd5jl5ml-python3.13-sphinx-tabs-3.4.7
ls -la /nix/store/32qpwr6jlvkrv9zlmy6gpv32yd5jl5ml-python3.13-sphinx-tabs-3.4.7/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: b46467f652799a3317e6ba2eb036663fc51d0e35


x86_64-linux

❌ 15 packages failed to build:
  • beets
  • beets-minimal
  • beets-minimal.dist
  • beets-minimal.doc
  • beets-minimal.man
  • beets.dist
  • beets.doc
  • beets.man
  • python313Packages.sphinx-toolbox
  • python313Packages.sphinx-toolbox.dist
  • python314Packages.sphinx-toolbox
  • python314Packages.sphinx-toolbox.dist
  • rocmPackages.rocm-docs-core
  • rocmPackages.rocm-docs-core.dist
  • supergee
✅ 22 packages built:
  • incus
  • incus-lts
  • incus-lts.agent_loader
  • incus-lts.doc
  • incus.agent_loader
  • incus.doc
  • python313Packages.pallets-sphinx-themes
  • python313Packages.pallets-sphinx-themes.dist
  • python313Packages.sphinx-notfound-page
  • python313Packages.sphinx-notfound-page.dist
  • python313Packages.sphinx-notfound-page.doc
  • python313Packages.sphinx-tabs
  • python313Packages.sphinx-tabs.dist
  • python313Packages.sphinx-tabs.doc
  • python314Packages.pallets-sphinx-themes
  • python314Packages.pallets-sphinx-themes.dist
  • python314Packages.sphinx-notfound-page
  • python314Packages.sphinx-notfound-page.dist
  • python314Packages.sphinx-notfound-page.doc
  • python314Packages.sphinx-tabs
  • python314Packages.sphinx-tabs.dist
  • python314Packages.sphinx-tabs.doc

Maintainer pings

cc @KAction for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci nixpkgs-ci bot requested a review from KAction March 2, 2026 17:08
@nixpkgs-ci nixpkgs-ci bot added 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Mar 2, 2026
@NickCao NickCao marked this pull request as draft March 2, 2026 23:16
@r-ryantm r-ryantm changed the title python3Packages.sphinx-tabs: 3.4.7-unstable-2026-01-24 -> 3.4.7 python3Packages.sphinx-tabs: 3.4.7-unstable-2026-01-24 -> 3.5.0 Mar 10, 2026
@r-ryantm r-ryantm force-pushed the auto-update/python3Packages.sphinx-tabs branch from b46467f to 7a238fb Compare March 10, 2026 21:44
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python3Packages.sphinx-tabs is: Sphinx extension for creating tabbed content when building HTML

meta.homepage for python3Packages.sphinx-tabs is: https://github.com/executablebooks/sphinx-tabs

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 3.5.0 in filename of file in /nix/store/90fx1bkhb18149ysaj3flgz255v1xrhl-python3.13-sphinx-tabs-3.5.0

Rebuild report (if merged into master) (click to expand)
12 total rebuild path(s)

12 package rebuild(s)

First fifty rebuilds by attrpath

incus
incus-lts
python313Packages.pallets-sphinx-themes
python313Packages.sphinx-notfound-page
python313Packages.sphinx-tabs
python313Packages.sphinx-toolbox
python314Packages.pallets-sphinx-themes
python314Packages.sphinx-notfound-page
python314Packages.sphinx-tabs
python314Packages.sphinx-toolbox
rocmPackages.rocm-docs-core
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/90fx1bkhb18149ysaj3flgz255v1xrhl-python3.13-sphinx-tabs-3.5.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python3Packages.sphinx-tabs https://github.com/r-ryantm/nixpkgs/archive/7a238fbd819fcbfb08dc84b85b9d065569b6e969.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/7a238fbd819fcbfb08dc84b85b9d065569b6e969#python3Packages.sphinx-tabs

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/90fx1bkhb18149ysaj3flgz255v1xrhl-python3.13-sphinx-tabs-3.5.0
ls -la /nix/store/90fx1bkhb18149ysaj3flgz255v1xrhl-python3.13-sphinx-tabs-3.5.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 7a238fbd819fcbfb08dc84b85b9d065569b6e969


x86_64-linux

❌ 2 packages failed to build:
  • rocmPackages.rocm-docs-core
  • rocmPackages.rocm-docs-core.dist
✅ 22 packages built:
  • incus
  • incus-lts
  • incus-lts.agent_loader
  • incus-lts.doc
  • incus.agent_loader
  • incus.doc
  • python313Packages.pallets-sphinx-themes
  • python313Packages.pallets-sphinx-themes.dist
  • python313Packages.sphinx-notfound-page
  • python313Packages.sphinx-notfound-page.dist
  • python313Packages.sphinx-notfound-page.doc
  • python313Packages.sphinx-tabs
  • python313Packages.sphinx-tabs.dist
  • python313Packages.sphinx-tabs.doc
  • python314Packages.pallets-sphinx-themes
  • python314Packages.pallets-sphinx-themes.dist
  • python314Packages.sphinx-notfound-page
  • python314Packages.sphinx-notfound-page.dist
  • python314Packages.sphinx-notfound-page.doc
  • python314Packages.sphinx-tabs
  • python314Packages.sphinx-tabs.dist
  • python314Packages.sphinx-tabs.doc

Maintainer pings

cc @KAction for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. and removed 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant