From c495aa5d15784b65b41757f54871bec474eded9810db432c484da92a5a064e36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Oct 2024 13:14:12 +0000 Subject: [PATCH] - update to 3.10.10: * Fixed error messages from :py:class:`~aiohttp.resolver.AsyncResolver` being swallowed -- by :user:`bdraco`. Related issues and pull requests on GitHub: :issue:`9451`, :issue:`9455`. * Added :exc:`aiohttp.ClientConnectorDNSError` for differentiating DNS resolution errors from other connector errors -- by :user:`mstojcevich`. Related issues and pull requests on GitHub: :issue:`8455`. * Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:`bdraco`. Related issues and pull requests on GitHub: :issue:`9454`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=136 --- aiohttp-3.10.10.tar.gz | 3 +++ aiohttp-3.10.9.tar.gz | 3 --- python-aiohttp.changes | 16 ++++++++++++++++ python-aiohttp.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 aiohttp-3.10.10.tar.gz delete mode 100644 aiohttp-3.10.9.tar.gz diff --git a/aiohttp-3.10.10.tar.gz b/aiohttp-3.10.10.tar.gz new file mode 100644 index 0000000..ea8d180 --- /dev/null +++ b/aiohttp-3.10.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0631dd7c9f0822cc61c88586ca76d5b5ada26538097d0f1df510b082bad3411a +size 7542993 diff --git a/aiohttp-3.10.9.tar.gz b/aiohttp-3.10.9.tar.gz deleted file mode 100644 index 2930bfb..0000000 --- a/aiohttp-3.10.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:143b0026a9dab07a05ad2dd9e46aa859bffdd6348ddc5967b42161168c24f857 -size 7541983 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 5d87101..8cf5c57 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Oct 22 13:14:05 UTC 2024 - Dirk Müller + +- update to 3.10.10: + * Fixed error messages from + :py:class:`~aiohttp.resolver.AsyncResolver` being swallowed + -- by :user:`bdraco`. Related issues and pull requests on + GitHub: :issue:`9451`, :issue:`9455`. + * Added :exc:`aiohttp.ClientConnectorDNSError` for + differentiating DNS resolution errors from other connector + errors -- by :user:`mstojcevich`. Related issues and pull + requests on GitHub: :issue:`8455`. + * Simplified DNS resolution throttling code to reduce chance of + race conditions -- by :user:`bdraco`. Related issues and pull + requests on GitHub: :issue:`9454`. + ------------------------------------------------------------------- Wed Oct 9 08:04:22 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 68cb87d..8d4ef20 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -19,7 +19,7 @@ %bcond_with docs %{?sle15_python_module_pythons} Name: python-aiohttp -Version: 3.10.9 +Version: 3.10.10 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0