!2 Start self-test of python-anyascii package
From: @li-miaomiao_zhr Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
c7d904664f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.3.2
|
Version: 0.3.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Unicode to ASCII transliteration.
|
Summary: Unicode to ASCII transliteration.
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -24,6 +24,10 @@ BuildRequires: python3-pip
|
|||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-flit
|
BuildRequires: python3-flit
|
||||||
|
|
||||||
|
# for test
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-anyascii
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
AnyAscii provides ASCII-only replacement strings for practically all Unicode characters. Text is converted character-by-character without considering the context.
|
AnyAscii provides ASCII-only replacement strings for practically all Unicode characters. Text is converted character-by-character without considering the context.
|
||||||
|
|
||||||
@ -36,6 +40,9 @@ AnyAscii provides ASCII-only replacement strings for practically all Unicode cha
|
|||||||
%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
|
||||||
@ -43,5 +50,8 @@ AnyAscii provides ASCII-only replacement strings for practically all Unicode cha
|
|||||||
%{python3_sitelib}/anyascii/
|
%{python3_sitelib}/anyascii/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 5 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.3.2-2
|
||||||
|
- Start self-test of software package
|
||||||
|
|
||||||
* Mon Aug 21 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.3.2-1
|
* Mon Aug 21 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.3.2-1
|
||||||
- Init package python-anyascii.
|
- Init package python-anyascii.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user