make the test check
Signed-off-by: zhuofeng <zhuofeng2@huawei.com> (cherry picked from commit fa7d3278736cb796164613837068b9233c6b055b)
This commit is contained in:
parent
52380ec83c
commit
e2403b8a90
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-chardet
|
Name: python-chardet
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Universal encoding detector for Python 2 and 3
|
Summary: Universal encoding detector for Python 2 and 3
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
URL: https://github.com/chardet/chardet
|
URL: https://github.com/chardet/chardet
|
||||||
@ -65,7 +65,7 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} setup.py test
|
%{__python3} -m pytest -v
|
||||||
|
|
||||||
%files -n python3-chardet -f filelist.lst
|
%files -n python3-chardet -f filelist.lst
|
||||||
|
|
||||||
@ -75,6 +75,13 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
%changelog
|
||||||
|
* Wed Feb 08 2023 zhuofeng <zhuofeng2@huawei.com> - 5.0.0-2
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:make the test check
|
||||||
|
|
||||||
* Sat Oct 29 2022 zhuofeng <zhuofeng2@huawei.com> - 5.0.0-1
|
* Sat Oct 29 2022 zhuofeng <zhuofeng2@huawei.com> - 5.0.0-1
|
||||||
- update to 5.0.0
|
- update to 5.0.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user