From 57cf0a00b7e3f9af1e542b98021683697390d1bf54dd199ff677c3d38a7d846f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 31 Aug 2018 10:50:36 +0000 Subject: [PATCH 1/2] 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 --- aiohttp-3.3.2.tar.gz | 3 --- aiohttp-3.4.0.tar.gz | 3 +++ python-aiohttp.changes | 6 ++++++ python-aiohttp.spec | 6 ++++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 aiohttp-3.3.2.tar.gz create mode 100644 aiohttp-3.4.0.tar.gz diff --git a/aiohttp-3.3.2.tar.gz b/aiohttp-3.3.2.tar.gz deleted file mode 100644 index 97f4d50..0000000 --- a/aiohttp-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20deec7a3fbaec7b5eb7ad99878427ad2ee4cc16a46732b705e8121cbb3cc12 -size 771414 diff --git a/aiohttp-3.4.0.tar.gz b/aiohttp-3.4.0.tar.gz new file mode 100644 index 0000000..a5e2eee --- /dev/null +++ b/aiohttp-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b15efa7411dcf3b59c1f4766eb16ba1aba4531a33e54d469ee22106eabce460 +size 821067 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 038bc23..6ca0aa8 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 31 09:22:37 UTC 2018 - Adrian Schröter + +- 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 diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 2879dbc..263837e 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -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} From 3b7ea4b01af867549f4426edf89cdf1766e184341dbd5204bf4c368165d65abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 31 Aug 2018 11:50:47 +0000 Subject: [PATCH 2/2] - Match up requirements to the setup.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=24 --- python-aiohttp.changes | 5 +++++ python-aiohttp.spec | 37 +++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 6ca0aa8..170415a 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 31 11:50:26 UTC 2018 - Tomáš Chvátal + +- Match up requirements to the setup.py + ------------------------------------------------------------------- Fri Aug 31 09:22:37 UTC 2018 - Adrian Schröter diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 263837e..85f95bf 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -12,54 +12,54 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%bcond_without test Name: python-aiohttp Version: 3.4.0 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 Group: Development/Languages/Python -URL: https://aiohttp.readthedocs.io/ +URL: https://github.com/aio-libs/aiohttp 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 Cython >= 0.28.4} +BuildRequires: %{python_module devel >= 3.5.3} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python >= 3.4.2 -Requires: python-async_timeout >= 2.0.0 -Requires: python-attrs -Requires: python-chardet +Requires: python >= 3.5.3 +Requires: python-async_timeout >= 3.0 +Requires: python-attrs >= 17.3.0 +Requires: python-brotlipy +Requires: python-chardet >= 2.0 +Requires: python-gunicorn Requires: python-idna_ssl >= 1.0.0 -Requires: python-multidict >= 3.3.0 -Requires: python-yarl >= 0.13.0 +Requires: python-multidict >= 4.0 +Requires: python-yarl >= 1.0 Recommends: python-aiodns Recommends: python-cChardet Suggests: %{name}-doc # SECTION test requirements -%if %{with test} BuildRequires: %{python_module async_generator} -BuildRequires: %{python_module async_timeout >= 2.0.0} +BuildRequires: %{python_module async_timeout >= 3.0} +BuildRequires: %{python_module attrs >= 17.3.0} BuildRequires: %{python_module brotlipy} -BuildRequires: %{python_module chardet} +BuildRequires: %{python_module chardet >= 2.0} BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module idna_ssl >= 1.0.0} -BuildRequires: %{python_module multidict >= 3.3.0} +BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module pluggy} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module yarl >= 1.1.0} -%endif +BuildRequires: %{python_module yarl >= 1.0} # /SECTION # SECTION docs BuildRequires: %{python_module MarkupSafe} @@ -70,7 +70,6 @@ BuildRequires: python3-sphinxcontrib-asyncio BuildRequires: python3-sphinxcontrib-blockdiag BuildRequires: python3-sphinxcontrib-newsfeed # /SECTION - %python_subpackages %package -n %{name}-doc @@ -105,11 +104,9 @@ popd find %{buildroot}%{$python_sitearch} -name "*.c" -delete } -%if %{with test} %check rm tests/test_pytest_plugin.py %python_exec setup.py test -%endif %files %{python_files} %license LICENSE.txt