Skip to content
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

Open
deepin-bot bot opened this issue Dec 26, 2024 · 5 comments
Assignees
Labels
Milestone

Comments

@deepin-bot
Copy link

deepin-bot bot commented Dec 26, 2024

Package information | 软件包信息

包名 版本
python-aiohttp 3.10.10-2
yarl 1.13.1-1
aiodns 3.2.0-2
aiohappyeyeballs 2.4.4-2

Package repository address | 软件包仓库地址

deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-2406/testing/ ./

Changelog | 更新信息

python-aiohttp (3.10.10-2) unstable; urgency=medium

  • Team upload.
  • (Build-)depend on python3-yarl (>= 1.12.0) (closes: #1086658).

yarl (1.13.1-1) unstable; urgency=medium

  • New upstream release

aiodns (3.2.0-2) unstable; urgency=medium

  • Orphan the package, see #1074759
    • Remove myself from uploaders and update maintainer to Debian QA Group
    • Update Vcs-* to Debian group

aiohappyeyeballs (2.4.4-2) unstable; urgency=medium

  • Skip test which needs network access.
  • Simplify debian/watch.
@deepin-bot deepin-bot bot added the Project:integrated 集成管理相关 label Dec 26, 2024
@deepin-bot deepin-bot bot added this to the V23-Beta3 milestone Dec 26, 2024
@deepin-bot deepin-bot bot moved this to In progress in v23-集成管理 Dec 26, 2024
@deepin-bot
Copy link
Author

deepin-bot bot commented Dec 26, 2024

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 | 额外补充

@deepin-bot
Copy link
Author

deepin-bot bot commented Dec 26, 2024

IntegrationProjector Notify the author
@deepin: Integrated issue updated

@deepin-bot
Copy link
Author

deepin-bot bot commented Dec 26, 2024

IntegrationProjector Bot
Deepin Testing Integration Project Manager Info
Link to deepin-community/Repository-Integration#2406

@babyfengfjx babyfengfjx moved this from In progress to 测试中 in v23-集成管理 Dec 27, 2024
@babyfengfjx babyfengfjx added the 许琪 许琪 label Dec 27, 2024
@babyfengfjx
Copy link

@xuqi27837288 可以优先处理,提供23结论即可,25项目直接合入镜像 @Zeno-sole

@xuqi27837288 xuqi27837288 moved this from 测试中 to 测试通过 in v23-集成管理 Dec 30, 2024
@xuqi27837288
Copy link

【验证环境】:v23 Release镜像
镜像:https://packagesupdate.uniontech.com/repo/uos-professional/image-beige/CUSTOM/lichenggang/20240814+1220内测环境
内核:Linux test-PC 6.9.6-amd64-desktop-hwe
【验证结果】:集成测试通过,更新升级安装成功,运行相关python脚本执行成功,无报错

@Zeno-sole Zeno-sole moved this from 测试通过 to 已集成 in v23-集成管理 Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 已集成
Development

No branches or pull requests

5 participants