15
0
forked from pool/python-httpx

- Add transfer-encoding-lower-case.patch to fix failing tests due

to incorrect capitalization of the 'transfer-encoding' header
  (gh#encode/httpx!1735).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=11
This commit is contained in:
2022-08-05 08:32:11 +00:00
committed by Git OBS Bridge
parent a2e02c72aa
commit 4059d2647e
3 changed files with 95 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 5 08:30:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add transfer-encoding-lower-case.patch to fix failing tests due
to incorrect capitalization of the 'transfer-encoding' header
(gh#encode/httpx!1735).
-------------------------------------------------------------------
Tue Jul 19 15:45:42 UTC 2022 - Ben Greiner <code@bnavigator.de>