- 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
This commit is contained in:
Dirk Mueller 2024-04-03 07:05:31 +00:00 committed by Git OBS Bridge
parent 95e49eccef
commit fb4766e832
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 3 07:04:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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