14
0

- update to 0.16.2:

* Revert 'Fix async cancellation behaviour', which introduced race conditions
  * Raise RuntimeError if attempting to us UNIX domain sockets on Windows
  * Fix HTTP/1.1 interim informational responses, such as "100 Continue"
  * Support HTTP/1.1 informational responses.
  * Fix async cancellation behaviour.
  * Support h11 0.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=17
This commit is contained in:
2022-12-19 10:34:53 +00:00
committed by Git OBS Bridge
parent 98fb975100
commit 532fc84885
4 changed files with 16 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
%endif
Name: python-httpcore%{psuffix}
Version: 0.15.0
Version: 0.16.1
Release: 0
Summary: Minimal low-level Python HTTP client
License: BSD-3-Clause
@@ -38,7 +38,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-anyio >= 3
Requires: python-certifi
Requires: python-h11 >= 0.11.0
Requires: python-h11 >= 0.13.0
Requires: python-sniffio >= 1.0
Recommends: python-h2 >= 3.0
Recommends: python-socksio >= 1.0