1
0

Accepting request 632463 from home:adrianSuSE:home-assistant

- update to version 3.4.0:
  * please check the longer list in CHANGES.rst

OBS-URL: https://build.opensuse.org/request/show/632463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal 2018-08-31 10:50:36 +00:00 committed by Git OBS Bridge
parent 9c2c1ba258
commit 57cf0a00b7
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f20deec7a3fbaec7b5eb7ad99878427ad2ee4cc16a46732b705e8121cbb3cc12
size 771414

3
aiohttp-3.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b15efa7411dcf3b59c1f4766eb16ba1aba4531a33e54d469ee22106eabce460
size 821067

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 31 09:22:37 UTC 2018 - Adrian Schröter <adrian@suse.de>
- update to version 3.4.0:
* please check the longer list in CHANGES.rst
-------------------------------------------------------------------
Mon Jun 25 07:50:19 UTC 2018 - adrian@suse.de

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -20,7 +20,7 @@
%define skip_python2 1
%bcond_without test
Name: python-aiohttp
Version: 3.3.2
Version: 3.4.0
Release: 0
Summary: Asynchronous HTTP client/server framework
License: Apache-2.0
@ -29,6 +29,7 @@ URL: https://aiohttp.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
# PATCH-FIX-OPENSUSE alarrosa@suse.com -- Fix failing tests due to issue in pytest-timeout
Patch0: remove-failing-tests-due-to-pytest-timeout-issues.patch
BuildRequires: %{python_module brotlipy}
BuildRequires: %{python_module devel >= 3.4.2}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@ -47,6 +48,7 @@ Suggests: %{name}-doc
%if %{with test}
BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module async_timeout >= 2.0.0}
BuildRequires: %{python_module brotlipy}
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module gunicorn}
BuildRequires: %{python_module idna_ssl >= 1.0.0}