Skip to content

chore: update version to 6.5.43 - #363

Open
Kakueeen wants to merge 1 commit into
linuxdeepin:masterfrom
Kakueeen:master
Open

chore: update version to 6.5.43#363
Kakueeen wants to merge 1 commit into
linuxdeepin:masterfrom
Kakueeen:master

Conversation

@Kakueeen

@Kakueeen Kakueeen commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

as title

Log: update version

Summary by Sourcery

Build:

  • Update the package version from 6.5.42.1 to 6.5.43.1 and record the release in the Debian changelog.

as title

Log: update version
@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Kakueeen

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

@sourcery-ai

sourcery-ai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This release-only change updates packaging metadata for version 6.5.43, adding a Debian changelog entry and aligning the Linglong manifest to version 6.5.43.1; no application code changes are included.

File-Level Changes

Change Details Files
Bump the application package version for the 6.5.43 release.
  • Update the Debian changelog with the new release entry.
  • Change the Linglong package version from 6.5.42.1 to 6.5.43.1.
debian/changelog
linglong.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 6.5.43
EXISTED: no
DISTRIBUTION: unstable

@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.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

🤖 AI 代码审查报告

总体评分: 100 分 (通过阈值: 70分)

Pass


📊 总体评价

项目 结果
审查结论 代码审查通过
评分详情 本次 PR 为版本号升级变更(6.5.42 → 6.5.43),仅涉及 debian/changelog 新增版本条目和 linglong.yaml 版本号更新。变更内容与 commit 目的完全一致,格式规范,无安全漏洞,无语法逻辑问题,代码质量良好。
Commit 目的 chore: update version to 6.5.43 — 版本号从 6.5.42 升级到 6.5.43
分析模式 全量分析(GitHub PR)

📁 修改文件分析

文件 类型 变更说明
debian/changelog 特殊文件(debian changelog) 新增 dde-calendar (6.5.43) unstable; urgency=medium 版本条目,包含 24 项变更记录(i18n 翻译、bug 修复、CalDAV 功能新增等)
linglong.yaml 配置文件(YAML) 版本号从 6.5.42.1 更新为 6.5.43.1

🔍 详细分析

1. 语法逻辑 ✓

评价: 语法正确,逻辑清晰 ✓ 通过

评分: 25/25

分析详情:

  • debian/changelog:Debian changelog 格式正确(包名、版本号、发行版 unstable、紧急程度 medium 均符合规范)
  • linglong.yaml:YAML 语法有效,版本号字符串格式正确
  • 版本号一致性:debian/changelog 使用 6.5.43linglong.yaml 使用 6.5.43.1(linglong 格式包含构建号后缀 .1),两者一致
  • 日期格式正确:Mon, 07 Sep 2026 13:11:02 +0800,符合 RFC 2822 格式
  • changelog 中 24 条变更记录格式统一,每条以 * 开头,内容清晰

潜在问题:
✅ 未发现明显问题


2. 代码质量 ✓

评价: 代码结构清晰,注释完整 ✓ 通过

评分: 25/25

分析详情:

  • changelog 条目描述清晰,遵循约定格式(每条以 * 开头)
  • 变更记录正确分类:i18n(翻译)、fix(修复)、feat(新增功能)、chore(维护)
  • 无重复代码
  • 无调试代码残留
  • 无敏感信息泄露
  • 两个文件的版本号保持一致(6.5.43 与 6.5.43.1 对应)
  • linglong.yaml 中构建脚本通过 head -1 debian/changelog | awk -F'[()]' '{print $2}' 提取版本号,与 changelog 版本号自动同步

潜在问题:
✅ 未发现明显问题


3. 代码性能 ✓

评价: 性能良好,资源使用合理 ✓ 通过

评分: 20/20

分析详情:

  • 本次变更为配置文件和文档更新,不涉及算法或资源使用变更
  • 无性能影响

潜在问题:
✅ 未发现明显问题


4. 代码安全 ✓

存在0个安全漏洞

评价: 安全合规 ✓ 通过

评分: 30/30

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个

安全漏洞详情:
✅ 未发现安全漏洞

分析详情:

  • 版本号升级变更不涉及安全漏洞
  • changelog 条目为纯文本,无代码注入风险
  • 维护者邮箱为企业邮箱(liuzhangjian@uniontech.com),符合惯例
  • 无硬编码密钥或凭证
  • 无敏感信息泄露
  • linglong.yaml 中的构建命令不涉及安全风险

📋 合规检查

检查项 结果 说明
debian/changelog 版本格式 版本号 6.5.43 符合项目历史约定格式,与前一版本 6.5.42 格式一致
linglong.yaml 版本格式 版本号 6.5.43.1 符合 linglong 版本格式(X.Y.Z.N)
命名规范 项目名 dde-calendar 符合命名规范(全小写,- 连接,≤2 个 -
安全合规 无安全合规问题
i18n 检查 N/A 本次变更不涉及用户可见字符串,无需 i18n 检查

📈 漏洞统计

统计项 数量
当前漏洞总数 0
新增漏洞 0
修复漏洞 0
持平漏洞 0
风险等级 None

💡 改进建议

本次 PR 为标准的版本号升级变更,代码质量良好,无需改进。


本报告由 AI 代码审查工具自动生成

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.

2 participants