mitmproxy: 12.1.1 -> 12.1.2 (#436868)
This commit is contained in:
@@ -12,7 +12,8 @@ buildPythonPackage {
|
||||
pyproject = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace mitmproxy-linux/build.rs \
|
||||
substituteInPlace ../mitmproxy-rs-*-vendor/aya-build-*/src/lib.rs \
|
||||
--replace-fail '"+nightly",' "" \
|
||||
--replace-fail '"-Z",' "" \
|
||||
--replace-fail '"build-std=core",' ""
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
format = "wheel";
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
hash = "sha256-sNguT3p72v9+FU5XFLYV6p0fO6WvGYerPy68GINwbyA=";
|
||||
hash = "sha256-NArp10yhERk7Hhw5fIU+ekbupyldyzpLQdKgebiUpOM=";
|
||||
};
|
||||
|
||||
# repo has no python tests
|
||||
|
||||
@@ -11,21 +11,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mitmproxy-rs";
|
||||
version = "0.12.3";
|
||||
version = "0.12.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mitmproxy";
|
||||
repo = "mitmproxy_rs";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-bWvSaUx5nv8d17eOWyYlhSDi71rHycrFoDGRuQEL7LU=";
|
||||
hash = "sha256-Wd/4XzSMQ3qgacFUlxReQFyonUbTqWKDCk3m+kWhXy0=";
|
||||
};
|
||||
|
||||
buildAndTestSubdir = "mitmproxy-rs";
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-9J5RVGCXyMOcCYUP+LS92Xv1krA+feoMqFgeFExxxqY=";
|
||||
hash = "sha256-Q5EBI5uXJgbI9NMblkTT/GweopnTr/zUG35i+Aoe3QA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -38,14 +38,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mitmproxy";
|
||||
version = "12.1.1";
|
||||
version = "12.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mitmproxy";
|
||||
repo = "mitmproxy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-RTHL5+lbR+AbkiE4+z4ZbxZSV2E4NGTmShbMIMRKJPA=";
|
||||
hash = "sha256-XYZ14JlVYG/OLlEze+C1L/HP3HD5GEW+jG2YYSXW/8Y=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -55,6 +55,8 @@ buildPythonPackage rec {
|
||||
"passlib"
|
||||
"pyopenssl"
|
||||
"tornado"
|
||||
"typing-extensions"
|
||||
"urwid"
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user