15
0
forked from pool/python-httpx

- update to 0.25.2:

* Add missing type hints to few `__init__()` methods. (#2938)
  * Add support for Python 3.12. (#2854)
  * Add support for httpcore 1.0 (#2885)
  * Raise `ValueError` on `Response.encoding` being set after
    `Response.text` has been accessed. (#2852)
  * Do not leak data in httpx.URL.copy_with (bsc#1199002, CVE-2021-41945)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=27
This commit is contained in:
2023-11-27 15:51:24 +00:00
committed by Git OBS Bridge
parent abd72ba330
commit 67a5550fdf
4 changed files with 15 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-httpx%{psuffix}
Version: 0.25.0
Version: 0.25.2
Release: 0
Summary: Python HTTP client with async support
License: BSD-3-Clause