-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
python.pkgs: pip 9.0.3 -> 10.0.1 #38939
Conversation
This breaks https://nix-cache.s3.amazonaws.com/log/kaw1dwx9x5qzp7xad2d8576ad8ksnxis-python2.7-docker-3.2.1.drv
|
59d2b8d
to
f320942
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be ready to go.
Should this also update wheel too, that's used in |
@colemickens Isn't that the one updated in 6d2dd33? |
No, @colemickens refers to the 0.31.0 wheel release of April 1st. I intend to include that as well. Waiting for my internet connection at home to get fixed though... @dotlambda we can then also include the Python 2.7.15 release and possibly some other Python interpreter PR's from last week. |
@FRidh I just spotted
|
yea...I did not dare removing it just yet. It was added if I recall correctly to prevent certain occasional and hard-to-reproduce errors. We could remove it, as a separate commit, but within this PR. |
Success on x86_64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python Partial log (click to expand)
|
Motivation for this change
Pip 10 has been released. I think the most interesting improvement for us is that the
RECORD
file indist-info
is now generated deterministically.https://hydra.nixos.org/eval/1448410
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)