Loading pkgs/development/python-modules/mitmproxy/default.nix +11 −7 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , buildPythonPackage , pythonOlder , stdenv # Mitmproxy requirements , aioquic , asgiref Loading Loading @@ -44,19 +44,19 @@ buildPythonPackage rec { pname = "mitmproxy"; version = "10.1.1"; disabled = pythonOlder "3.9"; version = "10.1.5"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "mitmproxy"; repo = "mitmproxy"; rev = "refs/tags/${version}"; hash = "sha256-/ouMj7UVowvzwjOuusgVfXjvjNPKpuJUuoJf6Sl9P44="; hash = "sha256-WtZ5KPkTjYMCjrghVcihxuQ2cS88OOCbMYHfqzeo4qQ="; }; propagatedBuildInputs = [ setuptools aioquic asgiref blinker Loading @@ -73,11 +73,12 @@ buildPythonPackage rec { msgpack passlib protobuf pyopenssl publicsuffix2 pyopenssl pyparsing pyperclip ruamel-yaml setuptools sortedcontainers tornado urwid Loading Loading @@ -113,10 +114,12 @@ buildPythonPackage rec { "test_flowview" # ValueError: Exceeds the limit (4300) for integer string conversion "test_roundtrip_big_integer" "test_wireguard" "test_commands_exist" "test_statusbar" # AssertionError: Playbook mismatch! "test_untrusted_cert" "test_mitmproxy_ca_is_untrusted" ]; disabledTestPaths = [ Loading @@ -131,6 +134,7 @@ buildPythonPackage rec { meta = with lib; { description = "Man-in-the-middle proxy"; homepage = "https://mitmproxy.org/"; changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ kamilchm SuperSandro2000 ]; }; Loading Loading
pkgs/development/python-modules/mitmproxy/default.nix +11 −7 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , buildPythonPackage , pythonOlder , stdenv # Mitmproxy requirements , aioquic , asgiref Loading Loading @@ -44,19 +44,19 @@ buildPythonPackage rec { pname = "mitmproxy"; version = "10.1.1"; disabled = pythonOlder "3.9"; version = "10.1.5"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "mitmproxy"; repo = "mitmproxy"; rev = "refs/tags/${version}"; hash = "sha256-/ouMj7UVowvzwjOuusgVfXjvjNPKpuJUuoJf6Sl9P44="; hash = "sha256-WtZ5KPkTjYMCjrghVcihxuQ2cS88OOCbMYHfqzeo4qQ="; }; propagatedBuildInputs = [ setuptools aioquic asgiref blinker Loading @@ -73,11 +73,12 @@ buildPythonPackage rec { msgpack passlib protobuf pyopenssl publicsuffix2 pyopenssl pyparsing pyperclip ruamel-yaml setuptools sortedcontainers tornado urwid Loading Loading @@ -113,10 +114,12 @@ buildPythonPackage rec { "test_flowview" # ValueError: Exceeds the limit (4300) for integer string conversion "test_roundtrip_big_integer" "test_wireguard" "test_commands_exist" "test_statusbar" # AssertionError: Playbook mismatch! "test_untrusted_cert" "test_mitmproxy_ca_is_untrusted" ]; disabledTestPaths = [ Loading @@ -131,6 +134,7 @@ buildPythonPackage rec { meta = with lib; { description = "Man-in-the-middle proxy"; homepage = "https://mitmproxy.org/"; changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ kamilchm SuperSandro2000 ]; }; Loading