-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
python3Packages.tornado: 5.1 -> 6.0.4 #91201
Conversation
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.
for a more graceful upgrade, maybe we would introduce tornado_6
first, and slowly convert the packages over to that.
This would also cause 0 rebuilds
propagatedBuildInputs = [ backports_abc certifi singledispatch ] | ||
++ lib.optional (pythonOlder "3.5") backports_ssl_match_hostname | ||
++ lib.optional (pythonOlder "3.2") futures; | ||
propagatedBuildInputs = lib.optionals isPy27 [ backports_abc certifi singledispatch backports_ssl_match_hostname futures ]; |
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.
please format
propagatedBuildInputs = lib.optionals isPy27 [ backports_abc certifi singledispatch backports_ssl_match_hostname futures ]; | |
propagatedBuildInputs = lib.optionals isPy27 [ | |
backports_abc | |
certifi | |
singledispatch | |
backports_ssl_match_hostname | |
futures | |
]; |
}: | ||
|
||
let | ||
versionMap = { | ||
"4.5.3" = { | ||
sha256 = "02jzd23l4r6fswmwxaica9ldlyc2p6q8dk6dyff7j58fmdzf853d"; | ||
}; | ||
"5.1" = { |
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.
we may want to keep around a v5 for applications which aren't ready to upgrade to 6
This is going to need more testing. |
addressed in 234239b |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)