Accepting request 907330 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/907330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=2
This commit is contained in:
commit
db5e50ff3c
@ -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,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 13 13:42:56 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- anyio is actually required (at least for some tests in other
|
||||
packages).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
@ -30,6 +30,7 @@ Source: https://github.com/encode/httpcore/archive/%{version}.tar.gz#/ht
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-anyio >= 3.1.0
|
||||
Requires: python-certifi
|
||||
Requires: python-chardet >= 3.0
|
||||
Requires: python-h11 >= 0.11.0
|
||||
@ -37,18 +38,17 @@ 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
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user