modify dependency package of test
This commit is contained in:
parent
c7d904664f
commit
c822b53427
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.3.2
|
Version: 0.3.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Unicode to ASCII transliteration.
|
Summary: Unicode to ASCII transliteration.
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,6 @@ BuildRequires: python3-flit
|
|||||||
|
|
||||||
# for test
|
# for test
|
||||||
BuildRequires: python3-pytest
|
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.
|
||||||
@ -50,6 +49,9 @@ AnyAscii provides ASCII-only replacement strings for practically all Unicode cha
|
|||||||
%{python3_sitelib}/anyascii/
|
%{python3_sitelib}/anyascii/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 20 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.3.2-3
|
||||||
|
- modify dependency package of test
|
||||||
|
|
||||||
* Tue Sep 5 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.3.2-2
|
* Tue Sep 5 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.3.2-2
|
||||||
- Start self-test of software package
|
- Start self-test of software package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user