- 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:
Dirk Mueller 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5458b6342fb6a0cdd58b86c1336516b90ad8879dedc24a9667f9fdf7b4081ea
size 76220

3
httpcore-0.16.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:828251980716e4406beceb5e7dac428ad12e608a811caeaf5967293a421590ec
size 78091

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 19 10:11:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 23 14:26:53 UTC 2022 - Matej Cepl <mcepl@suse.com> Wed Nov 23 14:26:53 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

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