Skip to content

chore: Update package URLs and digests in linglong.yaml files#164

Merged
lzwind merged 3 commits intolinuxdeepin:develop/snipefrom
dengzhongyuan365-dev:develop/snipe
Jul 10, 2025
Merged

chore: Update package URLs and digests in linglong.yaml files#164
lzwind merged 3 commits intolinuxdeepin:develop/snipefrom
dengzhongyuan365-dev:develop/snipe

Conversation

@dengzhongyuan365-dev
Copy link
Copy Markdown
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Jul 10, 2025

chore: Update package URLs and digests in linglong.yaml files

  • Updated coreutils and cryfs package URLs and digests across all architectures.

log: Update package URLs and digests in linglong.yaml files

Summary by Sourcery

Update deepin-draw version and refresh dependency source URLs and digests in linglong.yaml across all architectures

Enhancements:

  • Bump deepin-draw package version to 6.5.23.1
  • Refresh URLs and digests for fontconfig and libfontconfig packages to version 2.15.0-2.3deepin1
  • Switch libicu74 references to deepin4 builds with updated digests
  • Refresh dpkg source URLs and integrity hashes

- Updated coreutils and cryfs package URLs and digests across all architectures.

log: Update package URLs and digests in linglong.yaml files
 - update version to 6.5.23

 log: update version to 6.5.23
@deepin-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dengzhongyuan365-dev

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
Copy link
Copy Markdown

sourcery-ai Bot commented Jul 10, 2025

Reviewer's Guide

This PR bumps the deepin-draw package version and updates source URLs and digests for key dependencies (fontconfig and ICU) across arm64, amd64 (root), and loong64 YAML manifests.

Entity relationship diagram for updated linglong.yaml package sources

erDiagram
    PACKAGE ||--o{ SOURCE : includes
    SOURCE {
        string url
        string digest
        string kind
    }
    PACKAGE {
        string id
        string name
        string version
        string kind
        string description
    }
Loading

File-Level Changes

Change Details Files
Bump deepin-draw package version
  • Incremented 'version' field from 6.5.22.1 to 6.5.23.1
arm64/linglong.yaml
linglong.yaml
loong64/linglong.yaml
Upgrade fontconfig packages to 2.15.0-2.3deepin1
  • Replaced URL entries for fontconfig-config and fontconfig with new version suffix
  • Updated digest values to match the 2.15.0-2.3deepin1 packages
arm64/linglong.yaml
linglong.yaml
loong64/linglong.yaml
Update libicu74 to deepin4 build
  • Swapped URL entries for libicu74 from deepin1 to deepin4 variant
  • Refreshed digest values corresponding to the updated libicu74 packages
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

@github-actions
Copy link
Copy Markdown

TAG Bot

TAG: 6.5.23
EXISTED: no
DISTRIBUTION: unstable

@lzwind lzwind merged commit e21e9e3 into linuxdeepin:develop/snipe Jul 10, 2025
13 of 15 checks passed
@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

代码审查意见:

  1. 版本号更新

    • 版本号从6.5.22.1更新到6.5.23.1,这是一个合理的版本更新,但需要确认是否有相应的功能或修复更新。
  2. 文件URL和摘要更新

    • 所有文件URL和摘要都进行了更新,这可能是为了修复或添加新功能。需要确保这些更新后的文件是正确的,并且与版本号6.5.23.1相匹配。
  3. 重复的文件URL和摘要

    • 在多个文件中,URL和摘要都更新为相同的值,这可能是由于复制粘贴错误。需要检查这些文件是否确实需要更新,以及是否有遗漏的文件更新。
  4. 文件路径和域名

  5. 文件类型和版本

    • 文件类型(如fontconfig-config, fontconfig, libfontconfig1等)和版本(如2.14.2-6, 2.15.0-2.3deepin1等)都进行了更新,需要确认这些更新是否与软件包的依赖关系和功能相匹配。
  6. 日志和变更记录

    • 在changelog文件中,添加了版本更新记录,这是一个好的做法,有助于跟踪软件包的变更历史。
  7. 文件权限

    • 对于linglong.yaml文件,没有修改文件权限,这是一个好的做法,可以保持文件的默认权限。
  8. 代码风格

    • 文件中的代码风格保持一致,没有发现明显的格式问题。

总体来说,这些更新看起来是合理的,但需要确保所有更新后的文件都是正确的,并且与软件包的功能和依赖关系相匹配。同时,需要检查是否有遗漏的文件更新,并确保文件路径和域名的一致性。

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