Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.marimo: 0.7.20 -> 0.8.3 #336176

Merged
merged 1 commit into from
Aug 28, 2024

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.marimo is: Reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps

meta.homepage for python312Packages.marimo is: https://github.com/marimo-team/marimo

meta.changelog for python312Packages.marimo is: https://github.com/marimo-team/marimo/releases/tag/0.8.0

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 0.8.0 with grep in /nix/store/dl6k613y6jfwaja39k876y74x6jrk7hd-python3.12-marimo-0.8.0
  • found 0.8.0 in filename of file in /nix/store/dl6k613y6jfwaja39k876y74x6jrk7hd-python3.12-marimo-0.8.0

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

4 package rebuild(s)

First fifty rebuilds by attrpath

marimo
python311Packages.marimo
python312Packages.marimo
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/dl6k613y6jfwaja39k876y74x6jrk7hd-python3.12-marimo-0.8.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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.marimo https://github.com/r-ryantm/nixpkgs/archive/0277956439e894e78a1ef523cb564cdb3cdfabfb.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/0277956439e894e78a1ef523cb564cdb3cdfabfb#python312Packages.marimo

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

ls -la /nix/store/dl6k613y6jfwaja39k876y74x6jrk7hd-python3.12-marimo-0.8.0
ls -la /nix/store/dl6k613y6jfwaja39k876y74x6jrk7hd-python3.12-marimo-0.8.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.

Result of nixpkgs-review run on x86_64-linux 1

4 packages built:
  • marimo (python312Packages.marimo)
  • marimo.dist (python312Packages.marimo.dist)
  • python311Packages.marimo
  • python311Packages.marimo.dist

Maintainer pings

cc @akshayka @dmadisetti 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.

Copy link
Member

@NickCao NickCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New optional test dependency geopandas, do we want to add it?

@r-ryantm r-ryantm changed the title python312Packages.marimo: 0.7.20 -> 0.8.0 python312Packages.marimo: 0.7.20 -> 0.8.3 Aug 27, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python312Packages.marimo branch from 0277956 to 98b81b6 Compare August 27, 2024 06:22
@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 python312Packages.marimo is: Reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps

meta.homepage for python312Packages.marimo is: https://github.com/marimo-team/marimo

meta.changelog for python312Packages.marimo is: https://github.com/marimo-team/marimo/releases/tag/0.8.3

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 0.8.3 with grep in /nix/store/ri6j3njx4bdnkjyrh8gr5sz57cmxiix6-python3.12-marimo-0.8.3
  • found 0.8.3 in filename of file in /nix/store/ri6j3njx4bdnkjyrh8gr5sz57cmxiix6-python3.12-marimo-0.8.3

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

4 package rebuild(s)

First fifty rebuilds by attrpath

marimo
python311Packages.marimo
python312Packages.marimo
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ri6j3njx4bdnkjyrh8gr5sz57cmxiix6-python3.12-marimo-0.8.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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.marimo https://github.com/r-ryantm/nixpkgs/archive/98b81b6895fd9b68778b6739484bec0623947882.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/98b81b6895fd9b68778b6739484bec0623947882#python312Packages.marimo

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

ls -la /nix/store/ri6j3njx4bdnkjyrh8gr5sz57cmxiix6-python3.12-marimo-0.8.3
ls -la /nix/store/ri6j3njx4bdnkjyrh8gr5sz57cmxiix6-python3.12-marimo-0.8.3/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.

Result of nixpkgs-review run on x86_64-linux 1

4 packages built:
  • marimo (python312Packages.marimo)
  • marimo.dist (python312Packages.marimo.dist)
  • python311Packages.marimo
  • python311Packages.marimo.dist

Maintainer pings

cc @akshayka @dmadisetti 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.

@ofborg ofborg bot requested a review from dmadisetti August 27, 2024 07:05
@dmadisetti
Copy link
Contributor

@NickCao I don't think geopandas is needed, used for non-crucial edge case in testing

@NickCao NickCao merged commit 1cd29ba into NixOS:master Aug 28, 2024
28 of 29 checks passed
@r-ryantm r-ryantm deleted the auto-update/python312Packages.marimo branch August 29, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants