15
0
forked from pool/python-httpx

- drop newer-httpcore.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=28
This commit is contained in:
2023-11-27 18:58:54 +00:00
committed by Git OBS Bridge
parent 67a5550fdf
commit 54a612cced
3 changed files with 1 additions and 95 deletions

View File

@@ -7,6 +7,7 @@ Mon Nov 27 15:50:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
* Add support for httpcore 1.0 (#2885)
* Raise `ValueError` on `Response.encoding` being set after
`Response.text` has been accessed. (#2852)
- drop newer-httpcore.patch (upstream)
-------------------------------------------------------------------
Tue Oct 31 10:55:34 UTC 2023 - Markéta Machová <mmachova@suse.com>