-
Notifications
You must be signed in to change notification settings - Fork 60
chore: Update linglong base and runtime #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update linglong base and runtime Log: Update linglong base and runtime
|
TAG Bot TAG: 6.5.26 |
deepin pr auto review根据提供的git diff内容,这是一个关于deepin-calculator包版本更新的变更。以下是我的审查意见: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
改进建议:
总体而言,这是一个良好的版本更新,保持了代码的一致性和规范性。建议在发布前进行充分的测试,确保新版本在所有支持的架构上都能正常工作。 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the deepin-calculator package version to 6.5.26.1 and synchronizes the base and runtime dependencies to version 25.2.1 across arm64, x86_64, and loong64 configurations, and reflects the release in the Debian changelog. Entity relationship diagram for updated package and dependencieserDiagram
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
%% Updated versions:
%% PACKAGE.version: 6.5.26.1
%% BASE.version: 25.2.1
%% RUNTIME.version: 25.2.1
%% BASE.arch and RUNTIME.arch: arm64, x86_64, loong64
Class diagram for updated package configurationclassDiagram
class Package {
+id: string
+name: string
+version: string
+kind: string
+description: string
+command: list[string]
+base: Base
+runtime: Runtime
}
class Base {
+name: string
+version: string
+arch: string
}
class Runtime {
+name: string
+version: string
+arch: string
}
Package --> Base
Package --> Runtime
%% Updated attributes:
%% Package.version: 6.5.26.1
%% Base.version: 25.2.1
%% Runtime.version: 25.2.1
%% Base.arch and Runtime.arch: arm64, x86_64, loong64
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Update linglong base and runtime
Log: Update linglong base and runtime
Summary by Sourcery
Update linglong YAML manifests and Debian changelog to use the new application version and refreshed base/runtime dependencies.
Enhancements:
Chores: