From 532fc8488550a13e1d97e8715d05444c74787b8af810ce117cee63d3efa5e96d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Dec 2022 10:34:53 +0000 Subject: [PATCH] - 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 --- httpcore-0.15.0.tar.gz | 3 --- httpcore-0.16.1.tar.gz | 3 +++ python-httpcore.changes | 11 +++++++++++ python-httpcore.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 httpcore-0.15.0.tar.gz create mode 100644 httpcore-0.16.1.tar.gz diff --git a/httpcore-0.15.0.tar.gz b/httpcore-0.15.0.tar.gz deleted file mode 100644 index 16c15c9..0000000 --- a/httpcore-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5458b6342fb6a0cdd58b86c1336516b90ad8879dedc24a9667f9fdf7b4081ea -size 76220 diff --git a/httpcore-0.16.1.tar.gz b/httpcore-0.16.1.tar.gz new file mode 100644 index 0000000..f033cfc --- /dev/null +++ b/httpcore-0.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828251980716e4406beceb5e7dac428ad12e608a811caeaf5967293a421590ec +size 78091 diff --git a/python-httpcore.changes b/python-httpcore.changes index b90302d..661e0e0 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 19 10:11:16 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-httpcore.spec b/python-httpcore.spec index f44a446..88e1c95 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -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