python311Packages.zarr 0 -> 1 attrpath: python311Packages.zarr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i7v9qakq5kbf5k4r9xgd30f9wbw9k4wv-packages.json.drv building '/nix/store/i7v9qakq5kbf5k4r9xgd30f9wbw9k4wv-packages.json.drv'... Going to be running update for following packages: - python3.11-zarr-2.17.1 Press Enter key to continue... Running update for: - python3.11-zarr-2.17.1: UPDATING ... - python3.11-zarr-2.17.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zarr/default.nix b/pkgs/development/python-modules/zarr/default.nix index fcb57b3731dd..826a496445f6 100644 --- a/pkgs/development/python-modules/zarr/default.nix +++ b/pkgs/development/python-modules/zarr/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "zarr"; - version = "2.17.1"; + version = "2.17.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-Vks6oHISJUb+aaD6IXNvRmsg+tQXVDNLYmGfCIzkYmE="; + hash = "sha256-LLqmy040LUUVLUp6SyATwzf806jnvJglNWAYDeYFUs4="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/fwyi40dl7qwb7yszp6m8w1cs1nk1asdq-python3.11-zarr-2.17.2" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 120m and timed out nixpkgs-review took longer than 120m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.zarr is: An implementation of chunked, compressed, N-dimensional arrays for Python meta.homepage for python311Packages.zarr is: https://github.com/zarr-developers/zarr meta.changelog for python311Packages.zarr is: https://github.com/zarr-developers/zarr-python/releases/tag/v2.17.2 ###### 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 2.17.2 with grep in /nix/store/fwyi40dl7qwb7yszp6m8w1cs1nk1asdq-python3.11-zarr-2.17.2 - found 2.17.2 in filename of file in /nix/store/fwyi40dl7qwb7yszp6m8w1cs1nk1asdq-python3.11-zarr-2.17.2 ---
Rebuild report (if merged into master) (click to expand) ``` 116 total rebuild path(s) 116 package rebuild(s) First fifty rebuilds by attrpath backgroundremover deface easyocr home-assistant-component-tests.dremel_3d_printer home-assistant-component-tests.environment_canada hydrus intensity-normalization napari ome_zarr python311Packages.albumentations python311Packages.aplpy python311Packages.arviz python311Packages.bambi python311Packages.batchgenerators python311Packages.bsuite python311Packages.caffe python311Packages.caffeWithCuda python311Packages.dalle-mini python311Packages.dask-image python311Packages.dm-sonnet python311Packages.dremel3dpy python311Packages.easyocr python311Packages.env-canada python311Packages.fastai python311Packages.glueviz python311Packages.glymur python311Packages.gradio python311Packages.gymnasium python311Packages.handout python311Packages.imagecorruptions python311Packages.imageio python311Packages.insightface python311Packages.intensity-normalization python311Packages.k-diffusion python311Packages.lime python311Packages.mmcv python311Packages.moviepy python311Packages.mung python311Packages.muscima python311Packages.napari python311Packages.napari-console python311Packages.napari-svg python311Packages.niworkflows python311Packages.ome-zarr python311Packages.omrdatasettools python311Packages.open-clip-torch python311Packages.pims python311Packages.psd-tools python311Packages.pvextractor python311Packages.pymc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fwyi40dl7qwb7yszp6m8w1cs1nk1asdq-python3.11-zarr-2.17.2 \ --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 python311Packages.zarr https://github.com/r-ryantm/nixpkgs/archive/7cf653a0c75f4dd692d4bb11f6e900b0042fef5f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7cf653a0c75f4dd692d4bb11f6e900b0042fef5f#python311Packages.zarr ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fwyi40dl7qwb7yszp6m8w1cs1nk1asdq-python3.11-zarr-2.17.2 ls -la /nix/store/fwyi40dl7qwb7yszp6m8w1cs1nk1asdq-python3.11-zarr-2.17.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 took longer than 120m and timed out --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/302163