-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
isso: fix build, switch to python 3, add a test #97435
Conversation
/marvin opt-in |
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here. |
patches = [ | ||
# https://github.com/jelmer/isso/commit/e2cfd6c08c0fbe64aedac22b17d30e7a8834cd5b | ||
(fetchpatch { | ||
name = "python-3.7-support"; | ||
url = "https://github.com/jelmer/isso/commit/e2cfd6c08c0fbe64aedac22b17d30e7a8834cd5b.patch"; | ||
sha256 = "0rgwv6d9q2zdrdkswzdz637xsfbz9405g9shydk7zjcz1km53s4q"; | ||
}) | ||
|
||
# https://github.com/posativ/isso/issues/611 | ||
# https://github.com/posativ/isso/pull/614 | ||
(fetchpatch { | ||
name = "werkzeug-1-compatibility"; | ||
url = "https://github.com/posativ/isso/pull/614.patch"; | ||
sha256 = "082wcsqbn1kc0p2mqb1svz4pj5yxqj0ymq6aqxs57g9ryigwr6sz"; | ||
}) | ||
|
||
# https://github.com/posativ/isso/pull/615 | ||
(fetchpatch { | ||
name = "python-3.8-support"; | ||
url = "https://github.com/posativ/isso/pull/615.patch"; | ||
sha256 = "0pwws93ginlf8scnaawqarhbf8dklx1rjsa4kna68bq3lp84bh70"; | ||
}) | ||
|
||
# https://github.com/posativ/isso/issues/659 | ||
# https://github.com/posativ/isso/pull/660 | ||
(fetchpatch { | ||
name = "flask-caching-fix"; | ||
url = "https://github.com/posativ/isso/pull/660.patch"; | ||
sha256 = "09jgd28ldf2zhmg83fjwrimfn97pvcd5fnssi4241gd7z8dafi58"; | ||
}) |
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.
at this point, should we just bump to unstable?
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.
Well, the patches I applied are internal and quite small, and there's a lot more than that between 0.12.2 and master. Yes, it's minor stuff, but still I'd rather keep it stable and wait for a release for now.
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.
Of course if you prefer we can bump to unstable
#97717 was merged, I think this can be closed. |
Motivation for this change
fixing my packages before the 20.09 branch-off
edit: the branch-off happened
ZHF: #97479
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)