diff --git a/python-smmap.spec b/python-smmap.spec index d2e9b50de78946aef79395bd6056b413e3ccabb8..1217a3216416d375e911aadd7572d796dc30439c 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-smmap Version: 3.0.5 -Release: 2 +Release: 3 Summary: A pure Python implementation of a sliding window memory map manager License: BSD URL: https://github.com/gitpython-developers/smmap @@ -66,9 +66,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-smmap -f filelist.lst %dir %{python3_sitelib}/* @@ -76,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 19 2022 lijiawei<ljw1101.vip@gmail.com> - 3.0.5-3 +- Remove the check due to nosecover which has been removed from openEuler + * Fri Feb 11 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 3.0.5-2 - Remove nosecover BuildRequire since the required nose library has been removed from openEuler already.