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.mypy: 0.630 -> 0.641 #49066

Merged
merged 1 commit into from Oct 24, 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-mypy/versions.

meta.description for python36Packages.mypy is: '"Optional static typing for Python"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/.dmypy-wrapped passed the binary check.
  • /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/dmypy passed the binary check.
  • /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/.mypy-wrapped passed the binary check.
  • /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/mypy passed the binary check.
  • /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/.stubgen-wrapped passed the binary check.
  • /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/stubgen passed the binary check.
  • 6 of 6 passed binary check by having a zero exit code.
  • 2 of 6 passed binary check by having the new version present in output.
  • found 0.641 with grep in /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641
  • directory tree listing: https://gist.github.com/19c1f061991aa14a2f3b6269a21242b4
  • du listing: https://gist.github.com/08529b1b8b1fe6ff4695dd628461077a
Outpath report (click to expand)

Outpath difference report
19 total rebuild paths

5 package rebuilds

5 x86_64-linux rebuilds
5 i686-linux rebuilds
4 x86_64-darwin rebuilds
5 aarch64-linux rebuilds

First ten rebuilds by attrpath
mypy
nix-pin
python36Packages.mypy
python36Packages.pyls-mypy
thonny

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641 \
  --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.mypy https://github.com/r-ryantm/nixpkgs/archive/61832190b356368ca81dfcd4f2ae5596b1e9a7cb.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/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641
ls -la /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin

cc @martingms @LnL7 for testing.

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-mypy/versions
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.mypy

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/lib  /nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/bin
patching script interpreter paths in /nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641
/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/check_consistent.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/16wqq9ihrkdim3x8xs1lkxa3f4l3p3ir-python3-3.6.6/bin/python3"
/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/mypy_selftest.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/16wqq9ihrkdim3x8xs1lkxa3f4l3p3ir-python3-3.6.6/bin/python3"
/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/mypy_test.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/16wqq9ihrkdim3x8xs1lkxa3f4l3p3ir-python3-3.6.6/bin/python3"
/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/pytype_test.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/16wqq9ihrkdim3x8xs1lkxa3f4l3p3ir-python3-3.6.6/bin/python"
checking for references to /build in /nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641...
wrapping `/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/bin/stubgen'...
wrapping `/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/bin/mypy'...
wrapping `/nix/store/q319pzmbq0r8vfgj051asnqnxxv5jin9-python3.6-mypy-0.641/bin/dmypy'...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.mypy

Partial log (click to expand)

strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/lib  /nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/bin
patching script interpreter paths in /nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641
/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/check_consistent.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/bin/python3"
/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/mypy_selftest.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/bin/python3"
/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/mypy_test.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/bin/python3"
/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/pytype_test.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/bin/python"
wrapping `/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/bin/dmypy'...
wrapping `/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/bin/mypy'...
wrapping `/nix/store/n9japaqp4mjq4kfhnjdyzji9gyw80kbw-python3.6-mypy-0.641/bin/stubgen'...

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.mypy

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/lib  /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin
patching script interpreter paths in /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641
/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/mypy_test.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/bwfygfcdvis9wd1c1v51xwnwhw1hx0a0-python3-3.6.6/bin/python3"
/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/mypy_selftest.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/bwfygfcdvis9wd1c1v51xwnwhw1hx0a0-python3-3.6.6/bin/python3"
/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/pytype_test.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/bwfygfcdvis9wd1c1v51xwnwhw1hx0a0-python3-3.6.6/bin/python"
/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/lib/python3.6/site-packages/mypy/typeshed/tests/check_consistent.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/bwfygfcdvis9wd1c1v51xwnwhw1hx0a0-python3-3.6.6/bin/python3"
checking for references to /build in /nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641...
wrapping `/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/stubgen'...
wrapping `/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/mypy'...
wrapping `/nix/store/as9cwpdjm0qn9703q26r6ah8jg7l3gjy-python3.6-mypy-0.641/bin/dmypy'...

@FRidh FRidh merged commit 5e4541d into NixOS:master Oct 24, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-mypy branch November 17, 2018 23:05
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