diff options
Diffstat (limited to 'www/mitmproxy/files')
5 files changed, 0 insertions, 102 deletions
diff --git a/www/mitmproxy/files/patch-setup.py b/www/mitmproxy/files/patch-setup.py deleted file mode 100644 index 96342f41ae46..000000000000 --- a/www/mitmproxy/files/patch-setup.py +++ /dev/null @@ -1,37 +0,0 @@ ---- setup.py.orig 2021-09-28 16:43:29 UTC -+++ setup.py -@@ -67,14 +67,14 @@ setup( - # https://packaging.python.org/en/latest/requirements/#install-requires - # It is not considered best practice to use install_requires to pin dependencies to specific versions. - install_requires=[ -- "asgiref>=3.2.10,<3.5", -+ "asgiref>=3.2.10,<3.6", - "blinker>=1.4, <1.5", - "Brotli>=1.0,<1.1", - "certifi>=2019.9.11", # no semver here - this should always be on the last release! - "click>=7.0,<8.1", - "cryptography>=3.3,<3.5", - "flask>=1.1.1,<2.1", -- "h11>=0.11,<0.13", -+ "h11>=0.11,<0.14", - "h2>=4.0,<5", - "hyperframe>=6.0,<7", - "kaitaistruct>=0.7,<0.10", -@@ -83,7 +83,7 @@ setup( - "passlib>=1.6.5, <1.8", - "protobuf>=3.14,<3.19", - "pyOpenSSL>=20.0,<20.1", -- "pyparsing>=2.4.2,<2.5", -+ "pyparsing>=2.4.2,<3.1", - "pyperclip>=1.6.0,<1.9", - "ruamel.yaml>=0.16,<0.17.17", - "sortedcontainers>=2.3,<2.5", -@@ -91,7 +91,7 @@ setup( - "urwid>=2.1.1,<2.2", - "wsproto>=1.0,<1.1", - "publicsuffix2>=2.20190812,<3", -- "zstandard>=0.11,<0.16", -+ "zstandard>=0.11,<0.18", - ], - extras_require={ - ':sys_platform == "win32"': [ diff --git a/www/mitmproxy/files/patch-test__mitmproxy__addons__test_view.py b/www/mitmproxy/files/patch-test__mitmproxy__addons__test_view.py deleted file mode 100644 index 9225a20c0e00..000000000000 --- a/www/mitmproxy/files/patch-test__mitmproxy__addons__test_view.py +++ /dev/null @@ -1,11 +0,0 @@ ---- test/mitmproxy/addons/test_view.py.orig 2021-09-28 16:43:29 UTC -+++ test/mitmproxy/addons/test_view.py -@@ -623,5 +623,6 @@ def test_configure(): - [":grapes:", "\N{grapes}"], - [":not valid:", SYMBOL_MARK], [":weird", SYMBOL_MARK] - ]) -+@pytest.mark.skip - def test_marker(marker, expected): -- assert render_marker(marker) == expected -\ No newline at end of file -+ assert render_marker(marker) == expected diff --git a/www/mitmproxy/files/patch-test__mitmproxy__platform__test_pf.py b/www/mitmproxy/files/patch-test__mitmproxy__platform__test_pf.py deleted file mode 100644 index 22ade66ad42e..000000000000 --- a/www/mitmproxy/files/patch-test__mitmproxy__platform__test_pf.py +++ /dev/null @@ -1,19 +0,0 @@ ---- test/mitmproxy/platform/test_pf.py.orig 2021-09-28 16:43:29 UTC -+++ test/mitmproxy/platform/test_pf.py -@@ -2,14 +2,11 @@ import sys - import pytest - from mitmproxy.platform import pf - -- -+@pytest.mark.skip - class TestLookup: - - def test_simple(self, tdata): -- if sys.platform == "freebsd10": -- p = tdata.path("mitmproxy/data/pf02") -- else: -- p = tdata.path("mitmproxy/data/pf01") -+ p = tdata.path("mitmproxy/data/pf01") - with open(p, "rb") as f: - d = f.read() - diff --git a/www/mitmproxy/files/patch-test__mitmproxy__test_version.py b/www/mitmproxy/files/patch-test__mitmproxy__test_version.py deleted file mode 100644 index 153ff273fb73..000000000000 --- a/www/mitmproxy/files/patch-test__mitmproxy__test_version.py +++ /dev/null @@ -1,24 +0,0 @@ ---- test/mitmproxy/test_version.py.orig 2021-09-28 16:43:29 UTC -+++ test/mitmproxy/test_version.py -@@ -2,11 +2,12 @@ import pathlib - import runpy - import subprocess - import sys -+import pytest - from unittest import mock - - from mitmproxy import version - -- -+@pytest.mark.skip - def test_version(capsys): - here = pathlib.Path(__file__).absolute().parent - version_file = here / ".." / ".." / "mitmproxy" / "version.py" -@@ -16,6 +17,7 @@ def test_version(capsys): - assert stdout.strip() == version.VERSION - - -+@pytest.mark.skip - def test_get_version(): - version.VERSION = "3.0.0rc2" - diff --git a/www/mitmproxy/files/patch-test__mitmproxy__utils__test_emoji.py b/www/mitmproxy/files/patch-test__mitmproxy__utils__test_emoji.py deleted file mode 100644 index ab70a4957b60..000000000000 --- a/www/mitmproxy/files/patch-test__mitmproxy__utils__test_emoji.py +++ /dev/null @@ -1,11 +0,0 @@ ---- test/mitmproxy/utils/test_emoji.py.orig 2021-09-28 16:43:29 UTC -+++ test/mitmproxy/utils/test_emoji.py -@@ -1,6 +1,7 @@ -+import pytest - from mitmproxy.utils import emoji - from mitmproxy.tools.console.common import SYMBOL_MARK - -- -+@pytest.mark.xfail - def test_emoji(): - assert emoji.emoji[":default:"] == SYMBOL_MARK |
