14
0

Accepting request 815511 from home:mcalabkova:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/815511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2020-06-17 12:43:23 +00:00
committed by Git OBS Bridge
parent 204b7498e8
commit f49b96b701
2 changed files with 6 additions and 6 deletions

View File

@@ -49,8 +49,8 @@ BuildRequires: %{python_module pyOpenSSL >= 19.1.0}
BuildRequires: %{python_module pyasn1 >= 0.3.1}
BuildRequires: %{python_module pyparsing >= 2.4.2}
BuildRequires: %{python_module pyperclip >= 1.6.0}
BuildRequires: %{python_module pytest-asyncio >= 0.10.0}
BuildRequires: %{python_module pytest >= 5.1.3}
BuildRequires: %{python_module pytest-asyncio >= 0.10.0}
BuildRequires: %{python_module requests >= 2.9.1}
BuildRequires: %{python_module ruamel.yaml >= 0.16}
BuildRequires: %{python_module setuptools}
@@ -122,7 +122,8 @@ that creatively violate the standards.
%check
# test_refresh fails on i586... wrong timestamp type, maybe?
%pytest -k "not test_refresh"
# test_rollback and test_output[None-expected_out0-expected_err0] just randomly fail on i586
%pytest -k "not (test_refresh or test_rollback or test_output)"
%post
%python_install_alternative mitmdump

View File

@@ -8,7 +8,9 @@ Index: mitmproxy-5.1.1/setup.py
install_requires=[
- "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!
+ "blinker>=1.4",
+ "Brotli>=1.0",
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
- "click>=7.0,<8",
- "cryptography>=2.9,<3.0",
- "flask>=1.1.1,<1.2",
@@ -29,9 +31,6 @@ Index: mitmproxy-5.1.1/setup.py
- "wsproto>=0.14,<0.16",
- "publicsuffix2>=2.20190812,<3",
- "zstandard>=0.11,<0.14",
+ "blinker>=1.4",
+ "Brotli>=1.0",
+ "certifi>=2019.9.11", # no semver here - this should always be on the last release!
+ "click>=7.0",
+ "cryptography>=2.9",
+ "flask>=1.1.1",