Hello community,

here is the log from the commit of package python-aiohttp for openSUSE:Factory 
checked in at 2018-09-03 10:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiohttp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiohttp"

Mon Sep  3 10:35:11 2018 rev:7 rq:632495 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes    
2018-06-29 22:34:04.050123285 +0200
+++ /work/SRC/openSUSE:Factory/.python-aiohttp.new/python-aiohttp.changes       
2018-09-03 10:35:17.344698292 +0200
@@ -1,0 +2,11 @@
+Fri Aug 31 11:50:26 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Match up requirements to the setup.py
+
+-------------------------------------------------------------------
+Fri Aug 31 09:22:37 UTC 2018 - Adrian Schröter <adr...@suse.de>
+
+- update to version 3.4.0:
+  * please check the longer list in CHANGES.rst
+
+-------------------------------------------------------------------

Old:
----
  aiohttp-3.3.2.tar.gz

New:
----
  aiohttp-3.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-aiohttp.spec ++++++
--- /var/tmp/diff_new_pack.AyfHmr/_old  2018-09-03 10:35:17.776699406 +0200
+++ /var/tmp/diff_new_pack.AyfHmr/_new  2018-09-03 10:35:17.784699428 +0200
@@ -18,46 +18,48 @@
 
 %{?!python_module:%define python_module() python3-%{**}}
 %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
 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 alarr...@suse.com -- Fix failing tests due to issue in 
pytest-timeout
 Patch0:         remove-failing-tests-due-to-pytest-timeout-issues.patch
-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 chardet}
+BuildRequires:  %{python_module async_timeout >= 3.0}
+BuildRequires:  %{python_module attrs >= 17.3.0}
+BuildRequires:  %{python_module brotlipy}
+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}
@@ -68,7 +70,6 @@
 BuildRequires:  python3-sphinxcontrib-blockdiag
 BuildRequires:  python3-sphinxcontrib-newsfeed
 # /SECTION
-
 %python_subpackages
 
 %package -n %{name}-doc
@@ -103,11 +104,9 @@
 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

++++++ aiohttp-3.3.2.tar.gz -> aiohttp-3.4.0.tar.gz ++++++
++++ 41060 lines of diff (skipped)


Reply via email to