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

isso: fix build, switch to python 3, add a test #97435

Closed
wants to merge 3 commits into from

Conversation

fgaz
Copy link
Member

@fgaz fgaz commented Sep 8, 2020

Motivation for this change

fixing my packages before the 20.09 branch-off
edit: the branch-off happened
ZHF: #97479

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@fgaz
Copy link
Member Author

fgaz commented Sep 8, 2020

/marvin opt-in
/status needs_reviewer

@marvin-mk2 marvin-mk2 bot added the marvin label Sep 8, 2020
@marvin-mk2
Copy link

marvin-mk2 bot commented Sep 8, 2020

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.

Comment on lines +20 to +49
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";
})
Copy link
Contributor

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?

Copy link
Member Author

@fgaz fgaz Sep 11, 2020

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.

Copy link
Member Author

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

@Enteee
Copy link
Contributor

Enteee commented Sep 21, 2020

#97717 was merged, I think this can be closed.

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