python312Packages.boltons 23.0.0 -> 24.0.0 https://github.com/mahmoud/boltons/releases attrpath: python312Packages.boltons 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/hjdwmznwbkrbvj1h7hd6qw9hm2n6mb52-packages.json.drv building '/nix/store/hjdwmznwbkrbvj1h7hd6qw9hm2n6mb52-packages.json.drv'... Going to be running update for following packages: - python3.12-boltons-23.0.0 Press Enter key to continue... Running update for: - python3.12-boltons-23.0.0: UPDATING ... - python3.12-boltons-23.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/boltons/default.nix b/pkgs/development/python-modules/boltons/default.nix index 770c523e31f9..2046daf9297f 100644 --- a/pkgs/development/python-modules/boltons/default.nix +++ b/pkgs/development/python-modules/boltons/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "boltons"; - version = "23.0.0"; + version = "24.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "mahmoud"; repo = "boltons"; rev = "refs/tags/${version}"; - hash = "sha256-NqlCu0W/BQkLiaLYs9DB1RrEya6KGPfNtpAzKXxoRD0="; + hash = "sha256-Ie5CPT2u/2/hAIhDzXT6CPzJwmbgt3B6q3oxqKYb27o="; }; nativeCheckInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/6cxvnm9bpzv7gllvvjlk4ydpaknknkbv-python3.12-boltons-24.0.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [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 python312Packages.boltons is: Constructs, recipes, and snippets extending the Python standard library meta.homepage for python312Packages.boltons is: https://github.com/mahmoud/boltons meta.changelog for python312Packages.boltons is: https://github.com/mahmoud/boltons/blob/24.0.0/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 24.0.0 with grep in /nix/store/6cxvnm9bpzv7gllvvjlk4ydpaknknkbv-python3.12-boltons-24.0.0 - found 24.0.0 in filename of file in /nix/store/6cxvnm9bpzv7gllvvjlk4ydpaknknkbv-python3.12-boltons-24.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 27 total rebuild path(s) 27 package rebuild(s) First fifty rebuilds by attrpath dinghy eliot-tree ghdorker python311Packages.boltons python311Packages.diffusers python311Packages.dinghy python311Packages.eliot python311Packages.face python311Packages.glom python311Packages.gradio python311Packages.gradio-client python311Packages.gradio-pdf python311Packages.k-diffusion python311Packages.torchsde python312Packages.boltons python312Packages.diffusers python312Packages.dinghy python312Packages.eliot python312Packages.face python312Packages.glom python312Packages.gradio python312Packages.gradio-client python312Packages.gradio-pdf python312Packages.torchsde semgrep tahoe-lafs tts ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6cxvnm9bpzv7gllvvjlk4ydpaknknkbv-python3.12-boltons-24.0.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.boltons https://github.com/r-ryantm/nixpkgs/archive/098d4f7a222a07d0e9a81a91f150a840be63a063.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/098d4f7a222a07d0e9a81a91f150a840be63a063#python312Packages.boltons ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/6cxvnm9bpzv7gllvvjlk4ydpaknknkbv-python3.12-boltons-24.0.0 ls -la /nix/store/6cxvnm9bpzv7gllvvjlk4ydpaknknkbv-python3.12-boltons-24.0.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 took longer than 120m and timed out --- ###### Maintainer pings cc @Twey 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/300627