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

yq: 2.3.3 -> 2.3.4 #34321

Merged
merged 1 commit into from Jan 27, 2018
Merged

yq: 2.3.3 -> 2.3.4 #34321

merged 1 commit into from Jan 27, 2018

Conversation

mimame
Copy link
Member

@mimame mimame commented Jan 27, 2018

Update yq to the last version

  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@@ -4,7 +4,7 @@ buildPythonApplication rec {

name = "${pname}-${version}";
Copy link
Member

@dotlambda dotlambda Jan 27, 2018

Choose a reason for hiding this comment

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

Please get rid of the name

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@andir
Copy link
Member

andir commented Jan 27, 2018

@GrahamcOfBorg build yq

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: x86_64-linux

Successfully installed yq-2.3.4
/tmp/nix-build-yq-2.3.4.drv-0/yq-2.3.4
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4/lib  /nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4/bin 
patching script interpreter paths in /nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4
checking for references to /tmp/nix-build-yq-2.3.4.drv-0 in /nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4...
wrapping `/nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4/bin/yq'...
/nix/store/padnmfg031sw9ap74m2z27c8ydvccm0d-yq-2.3.4

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: aarch64-linux

Successfully installed yq-2.3.4
/build/yq-2.3.4
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4/lib  /nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4/bin
patching script interpreter paths in /nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4
checking for references to /build in /nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4...
wrapping `/nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4/bin/yq'...
/nix/store/9nkxn1h99whkw09lxz4dahhrjjxcx86c-yq-2.3.4

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: x86_64-darwin

Requirement already satisfied: PyYAML>=3.11 in /nix/store/3z46k90h88gfz90zsawpg9wnhyaay34i-python3.6-PyYAML-3.12/lib/python3.6/site-packages (from yq==2.3.4)
Installing collected packages: yq
Successfully installed yq-2.3.4
/private/tmp/nix-build-yq-2.3.4.drv-0/yq-2.3.4
post-installation fixup
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/d0484x45wxz3k9gp5h8l1jd36shhc30l-yq-2.3.4/lib  /nix/store/d0484x45wxz3k9gp5h8l1jd36shhc30l-yq-2.3.4/bin
patching script interpreter paths in /nix/store/d0484x45wxz3k9gp5h8l1jd36shhc30l-yq-2.3.4
wrapping `/nix/store/d0484x45wxz3k9gp5h8l1jd36shhc30l-yq-2.3.4/bin/yq'...
/nix/store/d0484x45wxz3k9gp5h8l1jd36shhc30l-yq-2.3.4

@andir andir merged commit 934191c into NixOS:master Jan 27, 2018
@andir
Copy link
Member

andir commented Jan 27, 2018

@mimadrid thanks! 👍

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