forked from pool/python-httpx
Accepting request 993275 from home:bnavigator:setuptools63
- Drop transfer-encoding-lower-case.patch The headers are lowercase again with uvicorn 0.18 OBS-URL: https://build.opensuse.org/request/show/993275 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=12
This commit is contained in:
@@ -32,10 +32,6 @@ Summary: Python HTTP client with async support
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/encode/httpx
|
||||
Source: https://github.com/encode/httpx/archive/%{version}.tar.gz#/httpx-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM transfer-encoding-lower-case.patch mcepl@suse.com
|
||||
# Reported upstream as gh#encode/httpx!2332
|
||||
# name of HTTP headers are lower-case
|
||||
Patch0: transfer-encoding-lower-case.patch
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -67,7 +63,8 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module rich >= 10}
|
||||
BuildRequires: %{python_module trio}
|
||||
BuildRequires: %{python_module trustme}
|
||||
BuildRequires: %{python_module uvicorn}
|
||||
# uvicorn 0.18 fixed an issue in the test suite where http-headers wer not all lowercase as expected
|
||||
BuildRequires: %{python_module uvicorn >= 0.18}
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user