python311Packages.numbaWithCuda 0.59.0 -> 0.59.1 https://github.com/numba/numba/releases attrpath: python311Packages.numbaWithCuda 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/m74xihhkyy29w650j1mdcn4500waphkf-packages.json.drv building '/nix/store/m74xihhkyy29w650j1mdcn4500waphkf-packages.json.drv'... Going to be running update for following packages: - python3.11-numba-0.59.0 Press Enter key to continue... Running update for: - python3.11-numba-0.59.0: UPDATING ... - python3.11-numba-0.59.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/numba/default.nix b/pkgs/development/python-modules/numba/default.nix index b0ca879248e8..2df58149ba4a 100644 --- a/pkgs/development/python-modules/numba/default.nix +++ b/pkgs/development/python-modules/numba/default.nix @@ -32,7 +32,7 @@ let in buildPythonPackage rec { # Using an untagged version, with numpy 1.25 support, when it's released # also drop the versioneer patch in postPatch - version = "0.59.0"; + version = "0.59.1"; pname = "numba"; pyproject = true; @@ -54,7 +54,7 @@ in buildPythonPackage rec { # use `forceFetchGit = true;`.` If in the future we'll observe the hash # changes too often, we can always use forceFetchGit, and inject the # relevant strings ourselves, using `sed` commands, in extraPostFetch. - hash = "sha256-wd4TujPhV2Jy/HUUXLHAlcbVFm4gfQNWxWFXD+jeZC4="; + hash = "sha256-4udpgLLHbHNtxPiYVkj+gxAjTWV3ClZOv98Y313/qbc="; }; postPatch = '' No auto update branch exists Successfully finished processing cachix "/nix/store/lssia8qdhd8p1s7gqbfwi7b0dpcsl5hw-python3.11-numba-0.59.1" [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.numbaWithCuda is: Compiling Python code using LLVM meta.homepage for python311Packages.numbaWithCuda is: https://numba.pydata.org/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 0.59.1 with grep in /nix/store/lssia8qdhd8p1s7gqbfwi7b0dpcsl5hw-python3.11-numba-0.59.1 - found 0.59.1 in filename of file in /nix/store/lssia8qdhd8p1s7gqbfwi7b0dpcsl5hw-python3.11-numba-0.59.1 ---
Rebuild report (if merged into master) (click to expand) ``` 101 total rebuild path(s) 101 package rebuild(s) First fifty rebuilds by attrpath backgroundremover khoj openai-whisper pianotrans piper-train pitivi python311Packages.aeppl python311Packages.aesara python311Packages.apricot-select python311Packages.arviz python311Packages.asteroid-filterbanks python311Packages.awkward python311Packages.bambi python311Packages.clifford python311Packages.coffea python311Packages.correctionlib python311Packages.cppe python311Packages.dask-awkward python311Packages.dask-glm python311Packages.dask-ml python311Packages.datashader python311Packages.ffcv python311Packages.galois python311Packages.graspologic python311Packages.gumath python311Packages.hyppo python311Packages.librosa python311Packages.mplhep python311Packages.numba python311Packages.numba-scipy python311Packages.numbaWithCuda python311Packages.openai-whisper python311Packages.outlines python311Packages.phik python311Packages.piano-transcription-inference python311Packages.pyannote-audio python311Packages.pygmo python311Packages.pymatting python311Packages.pymc python311Packages.pymoo python311Packages.pynndescent python311Packages.pyscf python311Packages.pytensor python311Packages.quaternion python311Packages.resampy python311Packages.scikit-tda python311Packages.shap python311Packages.simple-dftd3 python311Packages.sparse python311Packages.stumpy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lssia8qdhd8p1s7gqbfwi7b0dpcsl5hw-python3.11-numba-0.59.1 \ --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.numbaWithCuda https://github.com/r-ryantm/nixpkgs/archive/bc574498bbc450e4cf9b052fd0c11db814e832f3.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bc574498bbc450e4cf9b052fd0c11db814e832f3#python311Packages.numbaWithCuda ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lssia8qdhd8p1s7gqbfwi7b0dpcsl5hw-python3.11-numba-0.59.1 ls -la /nix/store/lssia8qdhd8p1s7gqbfwi7b0dpcsl5hw-python3.11-numba-0.59.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 took longer than 120m and timed out --- ###### Maintainer pings cc @FRidh for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/302270