Accepting request 1219100 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1219100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2024-10-30 16:33:01 +00:00 committed by Git OBS Bridge
commit f3f2c3c517
4 changed files with 14 additions and 5 deletions

BIN
httpcore-1.0.5.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 29 09:23:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.6
* Relax `trio` dependency pinning.
* Handle `trio` raising `NotImplementedError` on unsupported platforms.
* Handle mapping `ssl.SSLError` to `httpcore.ConnectError`.
- Update Requires from pyproject.toml
-------------------------------------------------------------------
Wed Apr 3 07:04:47 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.5
Version: 1.0.6
Release: 0
Summary: Minimal low-level Python HTTP client
License: BSD-3-Clause
@ -58,7 +58,7 @@ BuildRequires: %{python_module pytest >= 7.0.1}
BuildRequires: %{python_module pytest-asyncio >= 0.16.0}
BuildRequires: %{python_module pytest-httpbin}
BuildRequires: %{python_module pytest-trio >= 0.7.0}
BuildRequires: %{python_module trio >= 0.21.0}
BuildRequires: %{python_module trio >= 0.22.0}
%endif
# /SECTION
%python_subpackages