Hello community, here is the log from the commit of package python-aiohttp for openSUSE:Factory checked in at 2018-06-29 22:34:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python-aiohttp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp" Fri Jun 29 22:34:00 2018 rev:6 rq:618909 version:3.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes 2018-05-13 15:59:28.918553614 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiohttp.new/python-aiohttp.changes 2018-06-29 22:34:04.050123285 +0200 @@ -1,0 +2,21 @@ +Mon Jun 25 07:50:19 UTC 2018 - [email protected] + +- update to version 3.3.2: + * Raise ``ConnectionResetError`` instead of ``CancelledError`` on trying to + write to a closed stream. (`#2499 <https://github.com/aio-libs/aiohttp/pull/2499>`_) + * Implement ``ClientTimeout`` class and support socket read timeout. (`#2768 <https://github.com/aio-libs/aiohttp/pull/2768>`_) + * Enable logging when ``aiohttp.web`` is used as a program (`#2956 <https://github.com/aio-libs/aiohttp/pull/2956>`_) + * Add canonical property to resources (`#2968 <https://github.com/aio-libs/aiohttp/pull/2968>`_) + * Forbid reading response BODY after release (`#2983 <https://github.com/aio-libs/aiohttp/pull/2983>`_) + * Implement base protocol class to avoid a dependency from internal + ``asyncio.streams.FlowControlMixin`` (`#2986 <https://github.com/aio-libs/aiohttp/pull/2986>`_) + * Cythonize ``@helpers.reify``, 5% boost on macro benchmark (`#2995 <https://github.com/aio-libs/aiohttp/pull/2995>`_) + * Optimize HTTP parser (`#3015 <https://github.com/aio-libs/aiohttp/pull/3015>`_) + * Implement ``runner.addresses`` property. (`#3036 <https://github.com/aio-libs/aiohttp/pull/3036>`_) + * Use ``bytearray`` instead of a list of ``bytes`` in websocket reader. It + improves websocket message reading a little. (`#3039 <https://github.com/aio-libs/aiohttp/pull/3039>`_) + * Remove heartbeat on closing connection on keepalive timeout. The used hack + violates HTTP protocol. (`#3041 <https://github.com/aio-libs/aiohttp/pull/3041>`_) + * Limit websocket message size on reading to 4 MB by default. (`#3045 <https://github.com/aio-libs/aiohttp/pull/3045>`_) + +------------------------------------------------------------------- Old: ---- aiohttp-3.1.3.tar.gz New: ---- aiohttp-3.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiohttp.spec ++++++ --- /var/tmp/diff_new_pack.HAIQDz/_old 2018-06-29 22:34:04.502122893 +0200 +++ /var/tmp/diff_new_pack.HAIQDz/_new 2018-06-29 22:34:04.506122889 +0200 @@ -20,7 +20,7 @@ %define skip_python2 1 %bcond_without test Name: python-aiohttp -Version: 3.1.3 +Version: 3.3.2 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 @@ -53,9 +53,10 @@ BuildRequires: %{python_module multidict >= 3.3.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 >= 0.13.0} +BuildRequires: %{python_module yarl >= 1.1.0} %endif # /SECTION # SECTION docs @@ -67,6 +68,7 @@ BuildRequires: python3-sphinxcontrib-blockdiag BuildRequires: python3-sphinxcontrib-newsfeed # /SECTION + %python_subpackages %package -n %{name}-doc ++++++ aiohttp-3.1.3.tar.gz -> aiohttp-3.3.2.tar.gz ++++++ ++++ 23955 lines of diff (skipped)
