python311Packages.asyncssh 2.14.0 -> 2.14.1 https://repology.org/project/python:asyncssh/versions attrpath: python311Packages.asyncssh 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/yfhs4vvibv10abfv6z2g3iz2wc7402ja-packages.json.drv building '/nix/store/yfhs4vvibv10abfv6z2g3iz2wc7402ja-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncssh-2.14.0 Press Enter key to continue... Running update for: - python3.11-asyncssh-2.14.0: UPDATING ... - python3.11-asyncssh-2.14.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix index 663c71b926ea..f499adc7bb1e 100644 --- a/pkgs/development/python-modules/asyncssh/default.nix +++ b/pkgs/development/python-modules/asyncssh/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "asyncssh"; - version = "2.14.0"; + version = "2.14.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-4D7y0TH7tDcbQBhxhFLOjHNaSO3+ATnSq9zkwYekWcM="; + hash = "sha256-GsMcMzoNg8iIMVIyRVAMqoFFA0I3QbDkZTOe9tpbXik="; }; propagatedBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/p0iljqds7cvirzvqy61sx1zj0scla7nf-python3.11-asyncssh-2.14.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
16 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.asyncssh is: Asynchronous SSHv2 Python client and server library meta.homepage for python311Packages.asyncssh is: https://asyncssh.readthedocs.io/ meta.changelog for python311Packages.asyncssh is: https://github.com/ronf/asyncssh/blob/v2.14.1/docs/changes.rst ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.14.1 with grep in /nix/store/p0iljqds7cvirzvqy61sx1zj0scla7nf-python3.11-asyncssh-2.14.1 - found 2.14.1 in filename of file in /nix/store/p0iljqds7cvirzvqy61sx1zj0scla7nf-python3.11-asyncssh-2.14.1 ---
Rebuild report (if merged into master) (click to expand) ``` 17 total rebuild path(s) 17 package rebuild(s) First fifty rebuilds by attrpath dvc dvc-with-remotes home-assistant-component-tests.asuswrt python310Packages.aioasuswrt python310Packages.asyncssh python310Packages.dvc python310Packages.dvc-ssh python310Packages.dvclive python310Packages.scmrepo python310Packages.sshfs python311Packages.aioasuswrt python311Packages.asyncssh python311Packages.dvc python311Packages.dvc-ssh python311Packages.dvclive python311Packages.scmrepo python311Packages.sshfs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/p0iljqds7cvirzvqy61sx1zj0scla7nf-python3.11-asyncssh-2.14.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.asyncssh https://github.com/r-ryantm/nixpkgs/archive/de6cb9794525a0f3fcc6010b51c81d4205380153.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/de6cb9794525a0f3fcc6010b51c81d4205380153#python311Packages.asyncssh ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/p0iljqds7cvirzvqy61sx1zj0scla7nf-python3.11-asyncssh-2.14.1 ls -la /nix/store/p0iljqds7cvirzvqy61sx1zj0scla7nf-python3.11-asyncssh-2.14.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
16 packages built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/267073