From c28993dc4461dcd31a5c92ffbf2cd778e71e0bf1e542e9cde35ef1a26c807b66 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 24 Sep 2022 11:09:08 +0000 Subject: [PATCH] - update to 3.8.3: * Increased the upper boundary of the :doc:`multidict:index` dependency to allow for the version 6 -- by :user:`hugovk`. * Added support for registering :rfc:`OPTIONS <9110#OPTIONS>` HTTP method handlers via :py:class:`~aiohttp.web.RouteTableDef`. * Started supporting :rfc:`authority-form <9112#authority-form>` and :rfc:`absolute-form <9112#absolute-form>` URLs on the server-side. * Fixed Python 3.11 incompatibilities by using Cython 0.29.25. * Extended the ``sock`` argument typing declaration of the :py:func:`~aiohttp.web.run_app` function as optionally accepting iterables. * Fixed a regression where :py:exc:`~asyncio.CancelledError` occurs on client disconnection. * Started exporting :py:class:`~aiohttp.web.PrefixedSubAppResource` under :py:mod:`aiohttp.web` -- by :user:`Dreamsorcerer`. * Dropped the :class:`object` type possibility from the :py:attr:`aiohttp.ClientSession.timeout` property return type declaration. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=76 --- aiohttp-3.8.1.tar.gz | 3 --- aiohttp-3.8.3.tar.gz | 3 +++ python-aiohttp.changes | 22 ++++++++++++++++++++++ python-aiohttp.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 aiohttp-3.8.1.tar.gz create mode 100644 aiohttp-3.8.3.tar.gz diff --git a/aiohttp-3.8.1.tar.gz b/aiohttp-3.8.1.tar.gz deleted file mode 100644 index cd03d64..0000000 --- a/aiohttp-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578 -size 7324180 diff --git a/aiohttp-3.8.3.tar.gz b/aiohttp-3.8.3.tar.gz new file mode 100644 index 0000000..5de327d --- /dev/null +++ b/aiohttp-3.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269 +size 7337480 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 43c7f81..adfd3b7 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Sep 24 11:07:58 UTC 2022 - Dirk Müller + +- update to 3.8.3: + * Increased the upper boundary of the :doc:`multidict:index` dependency + to allow for the version 6 -- by :user:`hugovk`. + * Added support for registering :rfc:`OPTIONS <9110#OPTIONS>` + HTTP method handlers via :py:class:`~aiohttp.web.RouteTableDef`. + * Started supporting :rfc:`authority-form <9112#authority-form>` and + :rfc:`absolute-form <9112#absolute-form>` URLs on the server-side. + * Fixed Python 3.11 incompatibilities by using Cython 0.29.25. + * Extended the ``sock`` argument typing declaration of the + :py:func:`~aiohttp.web.run_app` function as optionally + accepting iterables. + * Fixed a regression where :py:exc:`~asyncio.CancelledError` + occurs on client disconnection. + * Started exporting :py:class:`~aiohttp.web.PrefixedSubAppResource` + under :py:mod:`aiohttp.web` -- by :user:`Dreamsorcerer`. + * Dropped the :class:`object` type possibility from + the :py:attr:`aiohttp.ClientSession.timeout` + property return type declaration. + ------------------------------------------------------------------- Sun Mar 27 19:01:09 UTC 2022 - Ben Greiner diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 4ff3718..95e6abb 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -21,7 +21,7 @@ # requires some unavailable modules %bcond_with docs Name: python-aiohttp -Version: 3.8.1 +Version: 3.8.3 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0