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

pypi2nix: 1.6.0 -> 1.8.0 #24823

Closed
wants to merge 3 commits into from
Closed

Conversation

garbas
Copy link
Member

@garbas garbas commented Apr 11, 2017

Motivation for this change

update to flake8 and its deps is also needed

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

also updated its dependencencies:
 - pythonPackage.pycodestyle: 2.0.0 -> 2.3.1
 - pythonPackage.mccabe: 0.5.3 -> 0.6.1
 - pythonPackage.pyflakes: 1.3.0 -> 1.5.0
@mention-bot
Copy link

@garbas, thanks for your PR! By analyzing the history of the files in this pull request, we identified @taku0, @mythmon, @wkennington and @FRidh to be potential reviewers.

@taku0
Copy link
Contributor

taku0 commented Apr 11, 2017

Should the firefox-bin commit be a separate PR?

@garbas
Copy link
Member Author

garbas commented Apr 11, 2017

@taku0 right. well if the Travis will succeed I'm going to push it to master anyway.

@garbas
Copy link
Member Author

garbas commented Apr 11, 2017

ah travis reaches 10k limit ... I will build this on my hydra and if successful I will push to master

@garbas garbas closed this Apr 11, 2017
@FRidh
Copy link
Member

FRidh commented Apr 11, 2017

mccabe and flake8 are typically tricky to upgrade. Often packages require an older version which is why we're still stuck on these versions.

@garbas
Copy link
Member Author

garbas commented Apr 11, 2017

@FRidh flake8 fails for me on python35, when running it not when building it

@garbas
Copy link
Member Author

garbas commented Apr 11, 2017

well i'll just push pypi2nix with checkPhase disabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants