Skip to content

Conversation

@JWWTSL
Copy link
Contributor

@JWWTSL JWWTSL commented Nov 21, 2025

log:update version

Summary by Sourcery

Bump deepin-calculator package versions in linglong.yaml across all supported architectures to align with the 6.5.29 release series.

Enhancements:

  • Update version field in default linglong.yaml to 6.5.2.1
  • Update version field in loong64 linglong.yaml to 6.5.299.1
  • Update version field in mips64 and sw64 linglong.yaml to 6.5.29.1

@github-actions
Copy link

TAG Bot

TAG: 6.5.29
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai
Copy link

sourcery-ai bot commented Nov 21, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR standardizes version bumps for the deepin-calculator package across multiple architecture manifests and updates the Debian changelog to reflect the new 6.5.29 release.

Entity relationship diagram for updated package versions in architecture manifests

erDiagram
    "linglong.yaml" {
        string id
        string name
        string version
        string kind
        string description
    }
    "loong64/linglong.yaml" {
        string id
        string name
        string version
        string kind
        string description
    }
    "mips64/linglong.yaml" {
        string id
        string name
        string version
        string kind
        string description
    }
    "sw64/linglong.yaml" {
        string id
        string name
        string version
        string kind
        string description
    }
    "linglong.yaml" ||--|| "loong64/linglong.yaml" : standardizes
    "linglong.yaml" ||--|| "mips64/linglong.yaml" : standardizes
    "linglong.yaml" ||--|| "sw64/linglong.yaml" : standardizes
Loading

File-Level Changes

Change Details Files
Bump deepin-calculator version across all manifests
  • Update version field in root linglong.yaml
  • Update version field in loong64/linglong.yaml
  • Update version field in mips64/linglong.yaml
  • Update version field in sw64/linglong.yaml
linglong.yaml
loong64/linglong.yaml
mips64/linglong.yaml
sw64/linglong.yaml
Refresh Debian changelog for new release
  • Add new entry for version 6.5.29 in changelog
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 there - 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.

@JWWTSL JWWTSL force-pushed the master branch 2 times, most recently from 67bb87f to 2a730d0 Compare November 21, 2025 02:05
log:update version
@deepin-ci-robot
Copy link

deepin pr auto review

我来对这个 git diff 进行审查:

  1. 版本号更新
  • 所有相关配置文件中的版本号都从 6.5.28.1 更新到了 6.5.29.1
  • 这是一个统一的版本更新,包括:
    • debian/changelog
    • linglong.yaml(主版本、loong64、mips64、sw64)
  • 修改是一致的,没有遗漏任何平台
  1. 许可证文件更新(.reuse/dep5)
  • 新增了对 src/*.json 和 *.xml 文件的许可证声明
  • 使用 CC0-1.0 许可证,这是一个合适的选择,因为这些通常是配置文件
  • 声明了 Copyright: None,这对于配置文件是合理的

改进建议:

  1. 版本管理
  • 建议使用自动化脚本来更新版本号,避免手动修改可能导致的遗漏或不一致
  • 可以考虑使用语义化版本控制(SemVer)规范
  1. 许可证声明
  • 对于 src/*.json 的路径声明,建议更具体一些,比如明确是哪个目录下的 json 文件
  • 可以考虑为不同类型的配置文件添加更详细的说明注释
  1. 变更记录
  • debian/changelog 中的变更记录比较简单,建议添加更详细的变更内容说明
  • 可以添加具体的 bug 修复或新功能说明
  1. 安全性
  • 版本更新时建议检查依赖项的安全更新
  • 对于配置文件,建议添加完整性校验机制
  1. 文档
  • 建议在版本更新时同步更新相关文档
  • 可以考虑添加版本兼容性说明

这些修改整体上是合理的,主要是版本号更新和许可证声明的补充,没有发现明显的问题。建议采纳上述改进建议来提高代码质量和维护性。

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: JWWTSL, 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

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