diff --git a/python-chardet.spec b/python-chardet.spec index 9f42b22..c95ab88 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -2,7 +2,7 @@ Name: python-chardet Version: 5.0.0 -Release: 1 +Release: 2 Summary: Universal encoding detector for Python 2 and 3 License: LGPL-2.1-only URL: https://github.com/chardet/chardet @@ -67,7 +67,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%{__python3} -m pytest -v %files -n python3-chardet -f filelist.lst @@ -77,6 +77,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +%changelog +* Wed Feb 08 2023 zhuofeng - 5.0.0-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:make the test check + * Sat Oct 29 2022 zhuofeng - 5.0.0-1 - update to 5.0.0