Skip to content

chore: Update linglong base and runtime#387

Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom
wangrong1069:pr0917
Sep 17, 2025
Merged

chore: Update linglong base and runtime#387
lzwind merged 1 commit intolinuxdeepin:masterfrom
wangrong1069:pr0917

Conversation

@wangrong1069
Copy link
Contributor

@wangrong1069 wangrong1069 commented Sep 17, 2025

Update linglong base and runtime

Log: Update linglong base and runtime

Summary by Sourcery

Bump Deepin Editor version and update Linglong base and runtime dependencies across architectures.

Enhancements:

  • Bump Deepin Editor package version to 6.5.38.1
  • Update Linglong base dependency to org.deepin.base/25.2.1
  • Update Linglong runtime dependency to org.deepin.runtime.webengine/25.2.1

Update linglong base and runtime

Log: Update linglong base and runtime
@github-actions
Copy link

TAG Bot

TAG: 6.5.38
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai
Copy link

sourcery-ai bot commented Sep 17, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the deepin-editor package by bumping its version to 6.5.38.1 and aligning base and runtime dependencies to 25.2.1 across all architecture-specific linglong manifests.

Entity relationship diagram for updated package and dependencies

erDiagram
    PACKAGE {
        string id
        string name
        string version
        string kind
        string description
    }
    BASE {
        string name
        string version
        string arch
    }
    RUNTIME {
        string name
        string version
        string arch
    }
    PACKAGE ||--|| BASE : uses
    PACKAGE ||--|| RUNTIME : uses
Loading

Class diagram for updated package manifest structure

classDiagram
    class Package {
        +id: string
        +name: string
        +version: string
        +kind: string
        +description: string
        +base: Base
        +runtime: Runtime
        +command: list[string]
    }
    class Base {
        +name: string
        +version: string
        +arch: string
    }
    class Runtime {
        +name: string
        +version: string
        +arch: string
    }
    Package --> Base
    Package --> Runtime
Loading

File-Level Changes

Change Details Files
Bump package version to 6.5.38.1
  • Updated version field from 6.5.37.1 to 6.5.38.1 in all linglong manifests
arm64/linglong.yaml
linglong.yaml
loong64/linglong.yaml
Update base and runtime dependencies to 25.2.1
  • Incremented base field from 25.2.0 to 25.2.1 across all manifests
  • Incremented runtime field from 25.2.0 to 25.2.1 across all manifests
arm64/linglong.yaml
linglong.yaml
loong64/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

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.

@deepin-ci-robot
Copy link

deepin pr auto review

这是一个版本更新的 Git diff,主要涉及了 linglong.yaml 配置文件和 debian/changelog 文件的修改。让我对这次变更进行分析:

  1. 版本更新:

    • 应用版本从 6.5.37.1 更新到 6.5.38.1
    • base 和 runtime 版本从 25.2.0 更新到 25.2.1
    • 这个更新在 arm64、loong64 和通用版本中都保持一致
  2. 变更内容:

    • 更新了 linglong.yaml 中的依赖版本
    • 在 debian/changelog 中添加了相应的版本更新记录
  3. 代码质量评估:

    • 版本号更新格式规范,遵循语义化版本控制
    • changelog 记录清晰,包含了变更类型(chore)和变更内容
    • 维护者信息完整,包括姓名和邮箱
  4. 改进建议:

    • 建议在 changelog 中添加更详细的变更说明,例如具体更新了哪些依赖,以及为什么需要这次更新
    • 可以考虑在 changelog 中添加 bug 修复或功能改进的具体内容,即使只是依赖更新
    • 建议添加变更的测试情况,确保新版本不会引入问题
  5. 安全性考虑:

    • 依赖版本更新通常是为了修复安全漏洞或提升稳定性,建议确认此次更新的 base 和 runtime 是否包含重要的安全修复
    • 如果可能,建议在 changelog 中明确指出是否包含安全相关的更新

总体来说,这次变更是一个常规的依赖版本更新,格式规范且一致。建议补充更详细的变更说明,以便用户和开发者了解此次更新的具体内容和目的。

@lzwind lzwind merged commit 3d758dc into linuxdeepin:master Sep 17, 2025
22 checks passed
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: lzwind, wangrong1069

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