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

python36Packages.yamllint: 1.12.1 -> 1.13.0 #50583

Merged
merged 1 commit into from Nov 18, 2018

Conversation

r-ryantm
Copy link
Contributor

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.6-yamllint/versions.

meta.description for python36Packages.yamllint is: '"A linter for YAML files"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0/bin/.yamllint-wrapped passed the binary check.
  • /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0/bin/yamllint passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 2 of 2 passed binary check by having the new version present in output.
  • found 1.13.0 with grep in /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0
  • directory tree listing: https://gist.github.com/4eb0458188222365f307170efc3a014b
  • du listing: https://gist.github.com/76b52aef5ece03fd415c72544240324e
Rebuild report (click to expand)

8 total rebuild path(s)

2 package rebuild(s)

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

First fifty rebuilds by attrpath
python27Packages.yamllint
python36Packages.yamllint

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0 \
  --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 python36Packages.yamllint https://github.com/r-ryantm/nixpkgs/archive/7a5978f72b2558600b32cf2d19f07fbbb3c9e0db.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/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0
ls -la /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0/bin

cc @mikefaille for testing.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.yamllint

Partial log (click to expand)

Successfully installed yamllint-1.13.0
/build/yamllint-1.13.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0/lib  /nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0/bin
patching script interpreter paths in /nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0
checking for references to /build in /nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0...
wrapping `/nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0/bin/yamllint'...
/nix/store/lml1qm5pw01md8v073zr3cnncihrzw4n-python3.6-yamllint-1.13.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.yamllint

Partial log (click to expand)

  The script yamllint is installed in '/nix/store/5ndmhi166msqmqkg23mnhbjpbdyw2q25-python3.6-yamllint-1.13.0/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed yamllint-1.13.0
/private/tmp/nix-build-python3.6-yamllint-1.13.0.drv-0/yamllint-1.13.0
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/5ndmhi166msqmqkg23mnhbjpbdyw2q25-python3.6-yamllint-1.13.0/lib  /nix/store/5ndmhi166msqmqkg23mnhbjpbdyw2q25-python3.6-yamllint-1.13.0/bin
patching script interpreter paths in /nix/store/5ndmhi166msqmqkg23mnhbjpbdyw2q25-python3.6-yamllint-1.13.0
wrapping `/nix/store/5ndmhi166msqmqkg23mnhbjpbdyw2q25-python3.6-yamllint-1.13.0/bin/yamllint'...
/nix/store/5ndmhi166msqmqkg23mnhbjpbdyw2q25-python3.6-yamllint-1.13.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.yamllint

Partial log (click to expand)

Successfully installed yamllint-1.13.0
/build/yamllint-1.13.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0/lib  /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0/bin
patching script interpreter paths in /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0
checking for references to /build in /nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0...
wrapping `/nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0/bin/yamllint'...
/nix/store/p43a27zp02ahkfrqqij8v3lpwiwfk0vx-python3.6-yamllint-1.13.0

@c0bw3b c0bw3b merged commit 53a25ec into NixOS:master Nov 18, 2018
@mikefaille
Copy link
Contributor

@r-ryantm Oh, I just buyed a System76 and it doesn't come with Nixos but a Ubuntu derivative... And, thank you to help! I will comeback on Nix* in few weeks.

@r-ryantm r-ryantm deleted the auto-update/python3.6-yamllint branch December 8, 2018 22:29
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

4 participants