python311Packages.terminado 0 -> 1 attrpath: python311Packages.terminado 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/mcmn1l0jzy6k33jhxkslppvx1gydbhba-packages.json.drv building '/nix/store/mcmn1l0jzy6k33jhxkslppvx1gydbhba-packages.json.drv'... Going to be running update for following packages: - python3.11-terminado-0.18.0 Press Enter key to continue... Running update for: - python3.11-terminado-0.18.0: UPDATING ... - python3.11-terminado-0.18.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/terminado/default.nix b/pkgs/development/python-modules/terminado/default.nix index 3de51ffcad2c..52c0eaa61f81 100644 --- a/pkgs/development/python-modules/terminado/default.nix +++ b/pkgs/development/python-modules/terminado/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "terminado"; - version = "0.18.0"; + version = "0.18.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-HqCKibg13RuMDJANkoSBR87yU3JDNhsuP03BXfm2/e0="; + hash = "sha256-3gnyxLhd5HZfdxRoj/9X0+dbrR+Qm1if3ogEYMdT/S4="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/3syk2wjznh9a138z7rjhw5ldlxljyk3k-python3.11-terminado-0.18.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
12 packages marked as broken and skipped:
55 packages failed to build:
156 packages built:
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.terminado is: Terminals served by Tornado websockets meta.homepage for python311Packages.terminado is: https://github.com/jupyter/terminado ###### 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.18.1 with grep in /nix/store/3syk2wjznh9a138z7rjhw5ldlxljyk3k-python3.11-terminado-0.18.1 - found 0.18.1 in filename of file in /nix/store/3syk2wjznh9a138z7rjhw5ldlxljyk3k-python3.11-terminado-0.18.1 ---
Rebuild report (if merged into master) (click to expand) ``` 121 total rebuild path(s) 121 package rebuild(s) First fifty rebuilds by attrpath cantor ihaskell jupyter jupyter-all labplot libsForQt5.cantor manim nbqa nitrokey-app2 plasma5Packages.cantor pynitrokey python311Packages.ansible-kernel python311Packages.arviz python311Packages.augmax python311Packages.bambi python311Packages.batchspawner python311Packages.bqplot python311Packages.bqscales python311Packages.dalle-mini python311Packages.distrax python311Packages.dm-haiku python311Packages.dockerspawner python311Packages.einops python311Packages.elegy python311Packages.encodec python311Packages.experiment-utilities python311Packages.flax python311Packages.ipytablewidgets python311Packages.ipyvuetify python311Packages.jupyter python311Packages.jupyter-collaboration python311Packages.jupyter-contrib-core python311Packages.jupyter-contrib-nbextensions python311Packages.jupyter-lsp python311Packages.jupyter-nbextensions-configurator python311Packages.jupyter-server python311Packages.jupyter-server-fileid python311Packages.jupyter-server-mathjax python311Packages.jupyter-server-terminals python311Packages.jupyterhub python311Packages.jupyterhub-ldapauthenticator python311Packages.jupyterhub-systemdspawner python311Packages.jupyterhub-tmpauthenticator python311Packages.jupyterlab python311Packages.jupyterlab-git python311Packages.jupyterlab-lsp python311Packages.jupyterlab-server python311Packages.jupytext python311Packages.k-diffusion python311Packages.layoutparser ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3syk2wjznh9a138z7rjhw5ldlxljyk3k-python3.11-terminado-0.18.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.terminado https://github.com/r-ryantm/nixpkgs/archive/a7683fd828984ae0b5ae928b48ac21d53fb198d0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a7683fd828984ae0b5ae928b48ac21d53fb198d0#python311Packages.terminado ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3syk2wjznh9a138z7rjhw5ldlxljyk3k-python3.11-terminado-0.18.1 ls -la /nix/store/3syk2wjznh9a138z7rjhw5ldlxljyk3k-python3.11-terminado-0.18.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. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
12 packages marked as broken and skipped:
55 packages failed to build:
156 packages built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/300089