From 8fa2b011d44a7635a3c9215199b9296c378da1d5131c131de158d43808a97606 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 17:06:08 +0000 Subject: [PATCH] Accepting request 1218973 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1218973 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=35 --- httpcore-1.0.5.tar.gz | 3 --- httpcore-1.0.6.tar.gz | 3 +++ python-httpcore.changes | 9 +++++++++ python-httpcore.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 httpcore-1.0.5.tar.gz create mode 100644 httpcore-1.0.6.tar.gz diff --git a/httpcore-1.0.5.tar.gz b/httpcore-1.0.5.tar.gz deleted file mode 100644 index 32b9e8e..0000000 --- a/httpcore-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5058e39e0ee755aa894f8faacb052f3174df3ba5ca8b5102a327fec3bfa39e09 -size 97696 diff --git a/httpcore-1.0.6.tar.gz b/httpcore-1.0.6.tar.gz new file mode 100644 index 0000000..864120d --- /dev/null +++ b/httpcore-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17be5ee13c8be65bbcba4f5e7b512bd69c3382d64552841988799b5261b6cfe +size 99863 diff --git a/python-httpcore.changes b/python-httpcore.changes index 66bdb20..85ff6ab 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 29 09:23:07 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-httpcore.spec b/python-httpcore.spec index f324542..6142631 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -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