From b5d78e92499c2c338170681f9b80ee105997ce66 Mon Sep 17 00:00:00 2001 From: I-am-a-robot Date: Sat, 16 Aug 2025 09:14:26 +0000 Subject: [PATCH] apply new package --- sig/ecopkg/sig-info.yaml | 8 ++++++++ sig/ecopkg/src-openeuler/p/python-assertpy.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 sig/ecopkg/src-openeuler/p/python-assertpy.yaml diff --git a/sig/ecopkg/sig-info.yaml b/sig/ecopkg/sig-info.yaml index 7552c39ab..bde587718 100644 --- a/sig/ecopkg/sig-info.yaml +++ b/sig/ecopkg/sig-info.yaml @@ -346,3 +346,11 @@ repositories: name: lyxlyforever email: ly2008080808@yeah.net + +- repo: + - src-openeuler/python-assertpy + committers: + - gitee_id: desert-sailor + name: DesertSailor_King + email: dxwangk@isoftstone.com + diff --git a/sig/ecopkg/src-openeuler/p/python-assertpy.yaml b/sig/ecopkg/src-openeuler/p/python-assertpy.yaml new file mode 100644 index 000000000..fc3626add --- /dev/null +++ b/sig/ecopkg/src-openeuler/p/python-assertpy.yaml @@ -0,0 +1,8 @@ +name: python-assertpy +description: 'Simple assertion library for unit testing in python with a fluent API' +upstream: https://github.com/assertpy/assertpy +platform: gitee +branches: +- name: master + type: protected +type: public \ No newline at end of file -- Gitee