From fb5c99dd5f7a680fe5d048085ba2d3004205355f Mon Sep 17 00:00:00 2001 From: Pablo Estevez Date: Fri, 29 May 2026 11:55:45 +0100 Subject: [PATCH 1/3] remove third party archived repos --- docs/third_party.rst | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/docs/third_party.rst b/docs/third_party.rst index 865af7300a0..b871ac01858 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -64,6 +64,9 @@ aiohttp extensions - `aiozipkin `_ distributed tracing instrumentation for `aiohttp` client and server. +- `aiocache `_ Caching for asyncio + with multiple backends (framework agnostic) + Database drivers ^^^^^^^^^^^^^^^^ @@ -146,8 +149,6 @@ We cannot vouch for the quality of these libraries, use them at your own risk. Please add your library reference here first and after some time ask to raise the status. -- `pytest-aiohttp-client `_ - Pytest fixture with simpler api, payload decoding and status code assertions. - `python-proxy-headers `_ provides ``aiohttp_proxy`` extension for receiving custom response headers from a proxy server @@ -161,18 +162,9 @@ ask to raise the status. - `aiohttp-cache `_ A cache system for aiohttp server. -- `aiocache `_ Caching for asyncio - with multiple backends (framework agnostic) - -- `gain `_ Web crawling framework - based on asyncio for everyone. - - `aiohttp-validate `_ Simple library that helps you validate your API endpoints requests/responses with json schema. -- `raven-aiohttp `_ An - aiohttp transport for raven-python (Sentry client). - - `webargs `_ A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, @@ -185,14 +177,6 @@ ask to raise the status. - `aioresponses `_ a helper for mock/fake web requests in python aiohttp package. -- `aiohttp-transmute - `_ A transmute - implementation for aiohttp. - -- `aiohttp-login `_ - Registration and authorization (including social) for aiohttp - applications. - - `aiohttp_utils `_ Handy utilities for building aiohttp.web applications. From a0c10cf95e9f456c7ebe650504ff046843e41123 Mon Sep 17 00:00:00 2001 From: Pablo Estevez Date: Fri, 29 May 2026 12:17:46 +0100 Subject: [PATCH 2/3] add doc to changelog --- CHANGES/12726.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/12726.doc.rst diff --git a/CHANGES/12726.doc.rst b/CHANGES/12726.doc.rst new file mode 100644 index 00000000000..dabfdc280c8 --- /dev/null +++ b/CHANGES/12726.doc.rst @@ -0,0 +1 @@ +Removed archived and deprecated repos from third party list -- by :user:`Polandia94`. \ No newline at end of file From af1abc23814c57b411659c58622efb2db8f6ae57 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:18:33 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES/12726.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/12726.doc.rst b/CHANGES/12726.doc.rst index dabfdc280c8..85957e7dd74 100644 --- a/CHANGES/12726.doc.rst +++ b/CHANGES/12726.doc.rst @@ -1 +1 @@ -Removed archived and deprecated repos from third party list -- by :user:`Polandia94`. \ No newline at end of file +Removed archived and deprecated repos from third party list -- by :user:`Polandia94`.