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

@@ -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",