-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Deepin Integration]~[V23-Beta3] Auto integrate from topic: aiohttp-3.10.10 by @UTsweetyfish to V23-Beta3 by deepin-ci-robot #11103
Comments
Integration Test Info fix CVE-2024-42367 deepin-community/sig-deepin-security#24 Test suggestion | 测试建议安装python3-aiohttp,测试基础功能 import aiohttp
import asyncio
async def fetch(session, url):
async with session.get(url) as response:
return await response.text()
async def main():
url = 'https://example.com'
async with aiohttp.ClientSession() as session:
html = await fetch(session, url)
print(html)
# 运行异步任务
asyncio.run(main()) Influence | 影响范围ADDITIONAL INFORMATION | 额外补充 |
IntegrationProjector Notify the author |
IntegrationProjector Bot |
@xuqi27837288 可以优先处理,提供23结论即可,25项目直接合入镜像 @Zeno-sole |
【验证环境】:v23 Release镜像 |
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
python-aiohttp (3.10.10-2) unstable; urgency=medium
yarl (1.13.1-1) unstable; urgency=medium
aiodns (3.2.0-2) unstable; urgency=medium
aiohappyeyeballs (2.4.4-2) unstable; urgency=medium
The text was updated successfully, but these errors were encountered: