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:
parent
d22f506e0b
commit
fc24fb2d77
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d8d48d4309a59ebadddb3ae6d5aedd6b27d42c6d62814ecdc4ed6309aa2b4bc
|
|
||||||
size 64246
|
|
3
httpcore-0.13.6.tar.gz
Normal file
3
httpcore-0.13.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76250306b8ea9d1d03654ce59ff9f904f0a9e3a54d719bae0503b0cd55b87c3d
|
||||||
|
size 64716
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 8 08:16:46 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 3 09:10:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
Thu Jun 3 09:10:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-httpcore
|
Name: python-httpcore
|
||||||
Version: 0.13.3
|
Version: 0.13.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Minimal low-level Python HTTP client
|
Summary: Minimal low-level Python HTTP client
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -37,18 +37,18 @@ Requires: python-h2 >= 3.0
|
|||||||
Requires: python-idna >= 2.0
|
Requires: python-idna >= 2.0
|
||||||
Requires: python-rfc3986 >= 1.0
|
Requires: python-rfc3986 >= 1.0
|
||||||
Requires: python-sniffio >= 1.0
|
Requires: python-sniffio >= 1.0
|
||||||
Recommends: python-anyio >= 3.0.1
|
Recommends: python-anyio >= 3.1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module anyio >= 3.0.1}
|
BuildRequires: %{python_module anyio >= 3.1.0}
|
||||||
BuildRequires: %{python_module certifi}
|
BuildRequires: %{python_module certifi}
|
||||||
BuildRequires: %{python_module chardet >= 3.0}
|
BuildRequires: %{python_module chardet >= 3.0}
|
||||||
BuildRequires: %{python_module h11 >= 0.11.0}
|
BuildRequires: %{python_module h11 >= 0.11.0}
|
||||||
BuildRequires: %{python_module h2 >= 3.0}
|
BuildRequires: %{python_module h2 >= 3.0}
|
||||||
BuildRequires: %{python_module idna >= 2.0}
|
BuildRequires: %{python_module idna >= 2.0}
|
||||||
BuildRequires: %{python_module mitmproxy}
|
BuildRequires: %{python_module mitmproxy}
|
||||||
BuildRequires: %{python_module pproxy >= 2.7.7}
|
BuildRequires: %{python_module pproxy >= 2.7.8}
|
||||||
BuildRequires: %{python_module pytest >= 6.2.3}
|
BuildRequires: %{python_module pytest >= 6.2.4}
|
||||||
BuildRequires: %{python_module pytest-asyncio >= 0.15.1}
|
BuildRequires: %{python_module pytest-asyncio >= 0.15.1}
|
||||||
BuildRequires: %{python_module pytest-curio}
|
BuildRequires: %{python_module pytest-curio}
|
||||||
BuildRequires: %{python_module pytest-tornasync}
|
BuildRequires: %{python_module pytest-tornasync}
|
||||||
|
Loading…
Reference in New Issue
Block a user