Skip to content

chore: Update version to 6.5.57#483

Merged
lzwind merged 1 commit into
linuxdeepin:masterfrom
add-uos:master
Jul 9, 2026
Merged

chore: Update version to 6.5.57#483
lzwind merged 1 commit into
linuxdeepin:masterfrom
add-uos:master

Conversation

@add-uos

@add-uos add-uos commented Jul 9, 2026

Copy link
Copy Markdown
Contributor
  • update version to 6.5.57

log: update version to 6.5.57

- update version to 6.5.57

log: update version to 6.5.57

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @add-uos, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 6.5.57
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:65分

■ 【总体评价】

代码实现了版本号更新,但存在严重的runtime版本配置降级错误
逻辑正确性因runtime版本号异常降级导致应用可能无法正常运行,扣30分,无安全漏洞

■ 【详细分析】

  • 1.语法逻辑(存在严重错误)✕

在 linglong.yaml 文件中,runtime 从 org.deepin.runtime.webengine/25.2.2 变更为 org.deepin.runtime.webengine/6.7.0。版本号从 25.x.x 降到 6.x.x 极不符合常理,疑似将 Qt 版本号 6.7.0 误写为玲珑 runtime 版本号。
潜在问题:应用在构建或运行时可能无法找到 6.7.0 版本的 webengine runtime,导致打包失败或应用无法启动
建议:核对玲珑仓库中可用的 runtime 版本,将其恢复为 25.2.2 或其他正确的 25.x.x 版本

  • 2.代码质量(较差)✕

debian/changelog 和 linglong.yaml 的 package.version 同步更新到了 6.5.57,格式符合规范,但 runtime 的变更缺乏合理的提交说明,且引入了明显的配置错误。
潜在问题:配置变更缺乏审查机制,容易引入运行环境不一致的问题
建议:在 changelog 中补充 runtime 变更的具体原因,并加强配置文件的代码审查

  • 3.代码性能(无性能问题)✓

本次修改仅涉及版本号字符串和 changelog 文本更新,不涉及任何代码执行逻辑或算法变更。
建议:无需性能优化

  • 4.代码安全(存在0个安全漏洞)✓

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次修改为配置文件版本号更新,不涉及用户输入处理、权限控制或敏感操作,不存在安全风险。
建议:无需安全修复

■ 【改进建议代码示例】

 package:
   id: org.deepin.editor
   name: "deepin-editor"
   version: 6.5.57.1
   kind: app
   description: |
     editor for deepin os.
 
 base: org.deepin.base/25.2.2
-runtime: org.deepin.runtime.webengine/6.7.0
+runtime: org.deepin.runtime.webengine/25.2.2
 
 command:
   - deepin-editor

@deepin-ci-robot

Copy link
Copy Markdown

@add-uos: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
github-pr-review-ci 967567e link true /test github-pr-review-ci

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: add-uos, lzwind

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lzwind lzwind merged commit f62e06b into linuxdeepin:master Jul 9, 2026
19 of 21 checks passed
@deepin-bot

deepin-bot Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.57
  • Tag SHA: 298478ae4f3a2d8277b9fef9470981c2287b8de7
  • Commit SHA: f62e06bc4dccc535e8f83a5c9e0dbfc735a99e8b
  • Tag Message:
    Release deepin-editor 6.5.57
    
    
  • Tagger:
    • Name: add-uos
  • Distribution: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants