Skip to content

pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 #26238

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

Merged
merged 3 commits into from
May 30, 2017

Conversation

matthiasbeyer
Copy link
Contributor

Warning

This patch is based on the nixos-unstable branch.

Motivation for this change

Closes #26237

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.

Artificially tested (by building). Going to rebuild my system with this patch now and reporting back then.

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
@mention-bot
Copy link

@matthiasbeyer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

Copy link
Member

@FRidh FRidh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to rebuild after this change, its a maintenance release.

@@ -5281,11 +5281,11 @@ in {

pytest-localserver = buildPythonPackage rec {
name = "pytest-localserver-${version}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this expression to pkgs/development/python-modules/pytest-localserver/default.nix. See other files there on what to do with pname.

@@ -5281,11 +5281,11 @@ in {

pytest-localserver = buildPythonPackage rec {
name = "pytest-localserver-${version}";
version = "0.3.5";
version = "0.3.7";

src = pkgs.fetchurl {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fetchPypi

@FRidh FRidh merged commit 3c83ce3 into NixOS:master May 30, 2017
@matthiasbeyer matthiasbeyer deleted the fix-pytest-localserver branch May 30, 2017 16:57
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