From e660164a9fc2b38896be15e7bd358518121ed6c4 Mon Sep 17 00:00:00 2001
From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com>
Date: Tue, 10 Dec 2024 00:43:11 +0000
Subject: [PATCH] py3-aiohttp/3.11.10 package update (#35967)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---------
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: Furkan Türkal
Co-authored-by: Hunter Harris
---
py3-aiohttp.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/py3-aiohttp.yaml b/py3-aiohttp.yaml
index b4252113a7a..6f12863c8d9 100644
--- a/py3-aiohttp.yaml
+++ b/py3-aiohttp.yaml
@@ -1,7 +1,7 @@
# Generated from https://pypi.org/project/aiohttp/
package:
name: py3-aiohttp
- version: 3.10.11
+ version: 3.11.10
epoch: 0
description: Async http client/server framework (asyncio)
copyright:
@@ -35,7 +35,7 @@ pipeline:
with:
repository: https://github.com/aio-libs/aiohttp/
tag: v${{package.version}}
- expected-commit: 3e09325e4839117df13fbac301f360edf8d3a0ee
+ expected-commit: 0d7352aeca2ac52a4e18aa786bf2aefd47129bbe
- uses: patch
with:
@@ -63,6 +63,7 @@ subpackages:
mkdir -p .git
python${{range.key}} tools/gen.py
python${{range.key}} -m cython -3 aiohttp/*.pyx -I aiohttp
+ python${{range.key}} -m cython -3 aiohttp/_websocket/*.py* -I aiohttp
rm -rf .git
- uses: py/pip-build-install
with: