Skip to content

Comments

python312Packages.dash: 3.0.0 -> 3.0.2#393150

Merged
TomaSajt merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python312Packages.dash
Apr 6, 2025
Merged

python312Packages.dash: 3.0.0 -> 3.0.2#393150
TomaSajt merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python312Packages.dash

Conversation

@r-ryantm
Copy link
Contributor

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

meta.description for python312Packages.dash is: Python framework for building analytical web applications

meta.homepage for python312Packages.dash is: https://dash.plot.ly/

meta.changelog for python312Packages.dash is: https://github.com/plotly/dash/blob/v3.0.1/CHANGELOG.md

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.0.1 with grep in /nix/store/r3vvq883jzwqj5hm02irm4b5i10b058h-python3.12-dash-3.0.1
  • found 3.0.1 in filename of file in /nix/store/r3vvq883jzwqj5hm02irm4b5i10b058h-python3.12-dash-3.0.1

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

12 package rebuild(s)

First fifty rebuilds by attrpath

das
picosnitch
prowler
python312Packages.dash
python312Packages.dash-bootstrap-components
python312Packages.dash-bootstrap-templates
python312Packages.meshtastic
python313Packages.dash
python313Packages.dash-bootstrap-components
python313Packages.dash-bootstrap-templates
python313Packages.meshtastic
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/r3vvq883jzwqj5hm02irm4b5i10b058h-python3.12-dash-3.0.1 \
  --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 python312Packages.dash https://github.com/r-ryantm/nixpkgs/archive/df41aad84921f2fd94e049e71a459553af0620bc.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/df41aad84921f2fd94e049e71a459553af0620bc#python312Packages.dash

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

ls -la /nix/store/r3vvq883jzwqj5hm02irm4b5i10b058h-python3.12-dash-3.0.1
ls -la /nix/store/r3vvq883jzwqj5hm02irm4b5i10b058h-python3.12-dash-3.0.1/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


x86_64-linux

❌ 2 packages failed to build:
  • das
  • das.dist
✅ 18 packages built:
  • prowler
  • prowler.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash-bootstrap-templates
  • python312Packages.dash-bootstrap-templates.dist
  • python312Packages.dash.dist
  • python312Packages.meshtastic
  • python312Packages.meshtastic.dist
  • python313Packages.dash
  • python313Packages.dash-bootstrap-components
  • python313Packages.dash-bootstrap-components.dist
  • python313Packages.dash-bootstrap-templates
  • python313Packages.dash-bootstrap-templates.dist
  • python313Packages.dash.dist
  • python313Packages.meshtastic
  • python313Packages.meshtastic.dist

Maintainer pings

cc @antoinerg @TomaSajt 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.


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Mar 25, 2025
@nix-owners nix-owners bot requested review from TomaSajt and antoinerg March 25, 2025 17:54
@TomaSajt
Copy link
Contributor

There is already a PR open, we'll merge that first

@TomaSajt TomaSajt closed this Mar 25, 2025
@TomaSajt TomaSajt reopened this Mar 25, 2025
@ofborg ofborg bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Mar 25, 2025
@wegank wegank force-pushed the auto-update/python312Packages.dash branch from df41aad to cc6625c Compare March 31, 2025 22:18
@wegank wegank changed the title python312Packages.dash: 2.18.2 -> 3.0.1 python312Packages.dash: 3.0.0 -> 3.0.1 Mar 31, 2025
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Mar 31, 2025
@TomaSajt
Copy link
Contributor

TomaSajt commented Apr 1, 2025

IIRC stringcase can be removed from deps
will do when I can

@TomaSajt TomaSajt force-pushed the auto-update/python312Packages.dash branch 2 times, most recently from 6a01370 to 83b096f Compare April 1, 2025 06:41
@r-ryantm r-ryantm force-pushed the auto-update/python312Packages.dash branch from 83b096f to 8fad466 Compare April 6, 2025 00:34
@r-ryantm r-ryantm changed the title python312Packages.dash: 3.0.0 -> 3.0.1 python312Packages.dash: 3.0.0 -> 3.0.2 Apr 6, 2025
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Apr 6, 2025

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

meta.description for python312Packages.dash is: Python framework for building analytical web applications

meta.homepage for python312Packages.dash is: https://dash.plot.ly/

meta.changelog for python312Packages.dash is: https://github.com/plotly/dash/blob/v3.0.2/CHANGELOG.md

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.0.2 with grep in /nix/store/g256va77djcn6c7g7h0dqv7v9rp8ci1w-python3.12-dash-3.0.2
  • found 3.0.2 in filename of file in /nix/store/g256va77djcn6c7g7h0dqv7v9rp8ci1w-python3.12-dash-3.0.2

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

12 package rebuild(s)

First fifty rebuilds by attrpath

das
picosnitch
prowler
python312Packages.dash
python312Packages.dash-bootstrap-components
python312Packages.dash-bootstrap-templates
python312Packages.meshtastic
python313Packages.dash
python313Packages.dash-bootstrap-components
python313Packages.dash-bootstrap-templates
python313Packages.meshtastic
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/g256va77djcn6c7g7h0dqv7v9rp8ci1w-python3.12-dash-3.0.2 \
  --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 python312Packages.dash https://github.com/r-ryantm/nixpkgs/archive/8fad466036ecc2d2f5f5636db306ba364249e8ef.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/8fad466036ecc2d2f5f5636db306ba364249e8ef#python312Packages.dash

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

ls -la /nix/store/g256va77djcn6c7g7h0dqv7v9rp8ci1w-python3.12-dash-3.0.2
ls -la /nix/store/g256va77djcn6c7g7h0dqv7v9rp8ci1w-python3.12-dash-3.0.2/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


x86_64-linux

✅ 20 packages built:
  • das
  • das.dist
  • prowler
  • prowler.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash-bootstrap-templates
  • python312Packages.dash-bootstrap-templates.dist
  • python312Packages.dash.dist
  • python312Packages.meshtastic
  • python312Packages.meshtastic.dist
  • python313Packages.dash
  • python313Packages.dash-bootstrap-components
  • python313Packages.dash-bootstrap-components.dist
  • python313Packages.dash-bootstrap-templates
  • python313Packages.dash-bootstrap-templates.dist
  • python313Packages.dash.dist
  • python313Packages.meshtastic
  • python313Packages.meshtastic.dist

Maintainer pings

cc @antoinerg @TomaSajt 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.


Add a 👍 reaction to pull requests you find important.

@TomaSajt TomaSajt force-pushed the auto-update/python312Packages.dash branch from 8fad466 to 3bd056c Compare April 6, 2025 09:00
@TomaSajt TomaSajt merged commit d8a4d6f into NixOS:master Apr 6, 2025
25 of 27 checks passed
@r-ryantm r-ryantm deleted the auto-update/python312Packages.dash branch April 6, 2025 12:21
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. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants