14
0

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
This commit is contained in:
2024-10-29 17:06:08 +00:00
committed by Git OBS Bridge
parent fb4766e832
commit 8fa2b011d4
4 changed files with 14 additions and 5 deletions

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>