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

mitmproxy: 0.17.1 -> 1.0.2 #21639

Merged
merged 14 commits into from Jan 5, 2017
Merged

mitmproxy: 0.17.1 -> 1.0.2 #21639

merged 14 commits into from Jan 5, 2017

Conversation

fpletz
Copy link
Member

@fpletz fpletz commented Jan 4, 2017

Motivation for this change

mitmproxy was marked as broken and needed fixing and a version bump.

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.

@mention-bot
Copy link

@fpletz, 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.

That's a lot of updates, thanks. Please fix tests or at least include the reason as a comment for disabling them. I suppose the test suites are run for all other packages with all main interpreter versions?

watchdog editorconfig
];

doCheck = false;
Copy link
Member

Choose a reason for hiding this comment

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

no tests? Please always include a comment with the reason why tests are disabled.

};

propagatedBuildInputs = with self; [ six ];

doCheck = !isPy3k;
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 include a reason why

src = pkgs.fetchurl {
url = "mirror://pypi/s/sortedcontainers/${name}.tar.gz";
sha256 = "1sjh8lccbmvwna91mlhl5m3z4320p07h063b8x8br4p4cll49w0g";
};

doCheck = false;
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 include the reason

};

propagatedBuildInputs = with self; [ ruamel_base ruamel_ordereddict ];
doCheck = false;
Copy link
Member

Choose a reason for hiding this comment

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

reason

@fpletz
Copy link
Member Author

fpletz commented Jan 4, 2017

Added comments with explanations for disabling the tests. I don't have time to fix the tests and packaging new and bumping existing python packages was tedious enough for me.

As indicated above, I have not run nox-review, so no idea yet if the bumps break other packages. I want to wait for travis to maybe finish successfully.

@fpletz fpletz force-pushed the pkg/mitmproxy branch 2 times, most recently from a5a6278 to d8646bd Compare January 4, 2017 23:19
@fpletz
Copy link
Member Author

fpletz commented Jan 5, 2017

Okay, so all reverse dependencies build for me with nox-review pr that were not broken before, so we're ready to merge. Also rebased against current master.

@FRidh FRidh merged commit 5136500 into NixOS:master Jan 5, 2017
@fpletz fpletz deleted the pkg/mitmproxy branch January 5, 2017 19:26
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