!4 Add make_check

From: @markeryang
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-12-06 10:06:19 +08:00 committed by Gitee
commit 3b8bebd855

View File

@ -1,6 +1,6 @@
Name: python-olefile Name: python-olefile
Version: 0.46 Version: 0.46
Release: 3 Release: 4
Summary: This Python package is used to parse, read and write Microsoft OLE2 files Summary: This Python package is used to parse, read and write Microsoft OLE2 files
License: BSD License: BSD
URL: https://pypi.python.org/pypi/olefile/ URL: https://pypi.python.org/pypi/olefile/
@ -31,6 +31,8 @@ Python3 version.
%py3_install %py3_install
%check %check
PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{__python3} tests/test_olefile.py
%files -n python%{python3_pkgversion}-olefile %files -n python%{python3_pkgversion}-olefile
%doc README.md %doc README.md
@ -40,6 +42,9 @@ Python3 version.
%changelog %changelog
* Sat Dec 5 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-4
- Add make check
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-3 * Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-3
- remove python2 dependency - remove python2 dependency