Tomáš Chvátal 2019-04-11 10:01:24 +00:00 committed by Git OBS Bridge
parent afd0919147
commit b0b174a93e

View File

@ -39,7 +39,6 @@ BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module rfc3986 >= 1.1.0}
BuildRequires: %{python_module setuptools}
#tests
BuildRequires: %{python_module virtualenv >= 14.0.0}
BuildRequires: fdupes
BuildRequires: python-enum34 >= 1.0.4
@ -59,7 +58,7 @@ hyper supports the final draft of the HTTP/2 specification: additionally,
it provides support for drafts 14, 15, and 16 of the HTTP/2 specification.
It also supports the final draft of the HPACK specification.
hyper is intended to be a drop-in replacement for http.client, with a
hyper is intended to be a drop-in replacement for http.client, with a
similar API. However, hyper intentionally does not name its classes the
same way http.client does. This is because most servers do not support
HTTP/2 at this time: I don't want you accidentally using hyper when you