Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python37Packages.asyncssh: 1.17.0 -> 1.17.1 #66028

Merged
merged 4 commits into from Aug 5, 2019

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 5, 2019

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-asyncssh/versions.

meta.description for python37Packages.asyncssh is: '"Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework"'.

meta.homepage for python37Packages.asyncssh is: '"https://asyncssh.readthedocs.io/en/latest"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
python37Packages.asyncssh

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/kxrf6hbwgknh3brfahfhbrylkpn7i77m-python3.7-asyncssh-1.17.1 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A python37Packages.asyncssh https://github.com/r-ryantm/nixpkgs/archive/49f6c9bbb09e6b94c0a4c06d863003ca3a308989.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/kxrf6hbwgknh3brfahfhbrylkpn7i77m-python3.7-asyncssh-1.17.1
ls -la /nix/store/kxrf6hbwgknh3brfahfhbrylkpn7i77m-python3.7-asyncssh-1.17.1/bin

cc @worldofpeace for testing.

@r-ryantm r-ryantm requested a review from FRidh as a code owner August 5, 2019 07:56
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nix-review passes on NixOS
diff LGTM
leaf package

@worldofpeace
Copy link
Contributor

It looks like this is broken on darwin because of gssapi failing to build.

@worldofpeace
Copy link
Contributor

worldofpeace commented Aug 5, 2019

@GrahamcOfBorg build pythonPackages.gssapi python3Packages.gssapi

@worldofpeace
Copy link
Contributor

worldofpeace commented Aug 5, 2019

@GrahamcOfBorg build python3Packages.asyncssh

This was split out gssapi a while ago.
Needs an extensive fix-paths.patch since
it's reliant upon many shell tools.
* fetchFromGitHub
  it's probably best to use source to avoid cython issues.

* correct Inputs declaration

* enable tests

* don't set LD_LIBRARY_PATH
  that was needed for k5test. we hardcode in that package
@worldofpeace worldofpeace merged commit 66d3384 into NixOS:master Aug 5, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-asyncssh branch August 17, 2019 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants