Skip to content

chore: Update version to 6.5.23#369

Merged
lzwind merged 1 commit intolinuxdeepin:develop/snipefrom
dengzhongyuan365-dev:pzip-cpp
Mar 5, 2026
Merged

chore: Update version to 6.5.23#369
lzwind merged 1 commit intolinuxdeepin:develop/snipefrom
dengzhongyuan365-dev:pzip-cpp

Conversation

@dengzhongyuan365-dev
Copy link
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Mar 5, 2026

  • update version to 6.5.23

log: update version to 6.5.23

Summary by Sourcery

Chores:

  • Bump recorded package version to 6.5.23 in the Debian changelog.

- update version to 6.5.23

log: update version to 6.5.23
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

TAG Bot

TAG: 6.5.23
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot
Copy link

deepin pr auto review

这段代码是一个 Debian 软件包的 changelog 文件变更记录,用于记录软件包的版本更新历史。以下是对该 diff 的审查意见,主要关注语法逻辑、规范性和潜在问题:

1. 语法与格式审查

  • 格式规范
    • 该 diff 符合 Debian changelog 的标准格式(dpkg-parsechangelog 兼容)。
    • 版本号格式正确(6.5.23)。
    • 发行版设置为 unstable,优先级为 medium,符合常规做法。
    • 维护者信息和日期格式符合 RFC 5322 标准。

2. 逻辑与内容审查

  • 版本号逻辑

    • 版本号从 6.5.22 递增到 6.5.23,逻辑正确。
    • 潜在问题:请注意日期年份。diff 中显示的日期是 2026 年(Thu, 05 Mar 2026)。除非这是为了未来发布的特定规划,否则这很可能是一个拼写错误,实际应为 20242025。错误的年份可能会导致自动构建工具(如 dch)或发布脚本在排序时产生混乱。
  • 变更日志条目

    • fix: Enhance compression options and ARM CRC32 support
    • 建议:Debian changelog 通常不强制要求使用类似 Git Commit 的 fix:feat: 前缀,虽然这有助于区分类型,但保持风格统一很重要。如果之前的条目没有前缀,建议这里也去掉,或者确保整个项目都遵循 Conventional Commits 规范。
    • 内容清晰度:描述较为笼统。如果可能,建议稍微具体化,例如说明增强了哪些压缩选项(如添加了新的压缩级别预设),或者 ARM CRC32 支持具体针对哪种架构(arm64, armhf)。

3. 代码质量与安全审查

  • 由于这是变更日志文件而非源代码,不涉及代码质量(如复杂度、可读性)或代码安全(如注入漏洞、内存泄漏)问题。
  • 元数据安全:维护者邮箱地址 dengzhongyuan@uniontech.com 是公开的,符合开源项目规范,无安全风险。

4. 改进建议

  1. 修正日期:请务必确认年份是否正确,将 2026 修改为当前正确的年份(例如 2024)。
  2. 细化描述:建议将日志修改得更具体,以便于追踪和回溯。
    • 修改前fix: Enhance compression options and ARM CRC32 support
    • 修改建议Fix incorrect compression level presets and add hardware CRC32 support for ARM architecture. (如果这符合实际改动)。

修正后的示例

+deepin-compressor (6.5.23) unstable; urgency=medium
+
+  * Fix incorrect compression level presets and add hardware CRC32 support for ARM architecture.
+
+ -- dengzhongyuan <dengzhongyuan@uniontech.com>  Thu, 05 Mar 2024 09:57:17 +0800
+
 deepin-compressor (6.5.22) unstable; urgency=medium

(注:年份已修正为 2024)

@sourcery-ai
Copy link

sourcery-ai bot commented Mar 5, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Debian package metadata to reflect a new project release version 6.5.23.

File-Level Changes

Change Details Files
Bump package version metadata to 6.5.23 for the new release.
  • Update the version number in the Debian changelog entry to 6.5.23
  • Adjust the corresponding log text in the changelog to reference version 6.5.23
debian/changelog

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

Copy link

@sourcery-ai sourcery-ai bot left a comment

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 ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dengzhongyuan365-dev, 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 4facf75 into linuxdeepin:develop/snipe Mar 5, 2026
17 checks passed
@deepin-bot
Copy link
Contributor

deepin-bot bot commented Mar 5, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.23
  • Tag SHA: 3a0efca8d0c039c8555856ba11867f274a627980
  • Commit SHA: ba46547f604fcc8a0998f1101739d5debe69fd6a
  • Tag Message:
    Release deepin-compressor 6.5.23
    
    
  • Tagger:
    • Name: dengzhongyuan365-dev
  • 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