Sync from SUSE:SLFO:Main python-httpcore revision 86063ef781390eb9d00b71e6f159fdf8
This commit is contained in:
BIN
httpcore-1.0.5.tar.gz
(Stored with Git LFS)
BIN
httpcore-1.0.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
httpcore-1.0.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
httpcore-1.0.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
||||
|
||||
- Update to 1.0.8
|
||||
* Fix AttributeError when importing on Python 3.14. (#1005)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 09:26:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.0.7
|
||||
* Support `proxy=…` configuration on `ConnectionPool()`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-httpcore
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-httpcore%{psuffix}
|
||||
Version: 1.0.5
|
||||
Version: 1.0.8
|
||||
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
|
||||
|
Reference in New Issue
Block a user