From fb4766e832eeace39aecdb7c24d78d1c117a73568bf2d34085b0cbf3ce60025a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Apr 2024 07:05:31 +0000 Subject: [PATCH] - update to 1.0.5: * Handle `EndOfStream` exception for anyio backend. * Allow trio `0.25.*` series in package dependancies. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=33 --- httpcore-1.0.4.tar.gz | 3 --- httpcore-1.0.5.tar.gz | 3 +++ python-httpcore.changes | 7 +++++++ python-httpcore.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 httpcore-1.0.4.tar.gz create mode 100644 httpcore-1.0.5.tar.gz diff --git a/httpcore-1.0.4.tar.gz b/httpcore-1.0.4.tar.gz deleted file mode 100644 index cdb39ac..0000000 --- a/httpcore-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e24b1787585e1950ced45993911bf309cf87a10d94de2e4005982f8a2f9000 -size 97682 diff --git a/httpcore-1.0.5.tar.gz b/httpcore-1.0.5.tar.gz new file mode 100644 index 0000000..32b9e8e --- /dev/null +++ b/httpcore-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5058e39e0ee755aa894f8faacb052f3174df3ba5ca8b5102a327fec3bfa39e09 +size 97696 diff --git a/python-httpcore.changes b/python-httpcore.changes index 22793aa..66bdb20 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 3 07:04:47 UTC 2024 - Dirk Müller + +- update to 1.0.5: + * Handle `EndOfStream` exception for anyio backend. + * Allow trio `0.25.*` series in package dependancies. + ------------------------------------------------------------------- Tue Mar 19 07:11:39 UTC 2024 - Dirk Müller diff --git a/python-httpcore.spec b/python-httpcore.spec index fc05e43..f324542 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpcore%{psuffix} -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Minimal low-level Python HTTP client License: BSD-3-Clause