!2 Start self-test of python-uc-micro-py package

From: @li-miaomiao_zhr 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-09-02 01:04:21 +00:00 committed by Gitee
commit 52af528d14
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,7 +7,7 @@ a Python port of uc.micro (https://github.com/markdown-it/uc.micro).}
Name: python-%{pypi_name}
Version: 1.0.2
Release: 1
Release: 2
Summary: Micro subset of Unicode data files for linkify-it.py projects
License: MIT
URL: https://github.com/tsutsu3/uc.micro-py
@ -20,6 +20,11 @@ BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
# for test
BuildRequires: python3-pytest
BuildRequires: python3-pytest-cov
BuildRequires: python3-coverage
%description %_description
%package -n python3-%{pypi_name}
@ -37,6 +42,9 @@ Summary: Micro subset of Unicode data files for linkify-it.py projects
%install
%pyproject_install
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
@ -44,5 +52,8 @@ Summary: Micro subset of Unicode data files for linkify-it.py projects
%{python3_sitelib}/uc_micro_py-*.dist-info/
%changelog
* Wed Aug 30 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.2-2
- Start self-test of software package
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.0.2-1
- Package init