Start self-test software package
This commit is contained in:
parent
2d501c6964
commit
890e8ed842
@ -12,7 +12,7 @@ References:
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Link recognition library with full Unicode support
|
Summary: Link recognition library with full Unicode support
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/tsutsu3/linkify-it-py
|
URL: https://github.com/tsutsu3/linkify-it-py
|
||||||
@ -25,6 +25,12 @@ BuildRequires: python3-wheel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-setuptools_scm
|
||||||
|
|
||||||
|
# for test
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-uc-micro-py
|
||||||
|
BuildRequires: python3-pytest-cov
|
||||||
|
BuildRequires: python3-coverage
|
||||||
|
|
||||||
%description %_description
|
%description %_description
|
||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
@ -42,6 +48,9 @@ Summary: Link recognition library with full Unicode support
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -50,5 +59,8 @@ Summary: Link recognition library with full Unicode support
|
|||||||
%{python3_sitelib}/linkify_it/
|
%{python3_sitelib}/linkify_it/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 30 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.0.2-2
|
||||||
|
- Start self-test of software package
|
||||||
|
|
||||||
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.0.2-1
|
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.0.2-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user