forked from pool/python-httpcore
Accepting request 904729 from home:alarrosa:branches:devel:languages:python
- Update to v0.13.6 * Fixed - Close sockets when read or write timeouts occur. (Pull #365) - Update to v0.13.5 * Fixed - Resolved niggles with AnyIO EOF behaviours. (Pull #358, #362) - Update to v0.13.4 * Added - Improved error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull #354) * Fixed - Switched to anyio as the default backend implementation when running with asyncio. Resolves some awkward TLS timeout issues. OBS-URL: https://build.opensuse.org/request/show/904729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=3
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-httpcore
|
||||
Version: 0.13.3
|
||||
Version: 0.13.6
|
||||
Release: 0
|
||||
Summary: Minimal low-level Python HTTP client
|
||||
License: BSD-3-Clause
|
||||
@@ -37,18 +37,18 @@ Requires: python-h2 >= 3.0
|
||||
Requires: python-idna >= 2.0
|
||||
Requires: python-rfc3986 >= 1.0
|
||||
Requires: python-sniffio >= 1.0
|
||||
Recommends: python-anyio >= 3.0.1
|
||||
Recommends: python-anyio >= 3.1.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module anyio >= 3.0.1}
|
||||
BuildRequires: %{python_module anyio >= 3.1.0}
|
||||
BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module chardet >= 3.0}
|
||||
BuildRequires: %{python_module h11 >= 0.11.0}
|
||||
BuildRequires: %{python_module h2 >= 3.0}
|
||||
BuildRequires: %{python_module idna >= 2.0}
|
||||
BuildRequires: %{python_module mitmproxy}
|
||||
BuildRequires: %{python_module pproxy >= 2.7.7}
|
||||
BuildRequires: %{python_module pytest >= 6.2.3}
|
||||
BuildRequires: %{python_module pproxy >= 2.7.8}
|
||||
BuildRequires: %{python_module pytest >= 6.2.4}
|
||||
BuildRequires: %{python_module pytest-asyncio >= 0.15.1}
|
||||
BuildRequires: %{python_module pytest-curio}
|
||||
BuildRequires: %{python_module pytest-tornasync}
|
||||
|
Reference in New Issue
Block a user