diff --git a/python-cachez.spec b/python-cachez.spec index e362c2a..3ccc79d 100644 --- a/python-cachez.spec +++ b/python-cachez.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cachez Version: 0.1.2 -Release: 3 +Release: 4 Summary: Cache decorator for global or instance level memoize. License: Apache-2.0 URL: http://github.com/jealous/cachez @@ -66,7 +66,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -pytest +pytest-3 %files -n python3-cachez -f filelist.lst @@ -76,10 +76,14 @@ pytest %{_docdir}/* %changelog +* Tue Nov 09 2021 huangtianhua - 0.1.2-4 +- Use pytest-3 instead of pytest which is provided by python2-pytest + * Fri Jul 30 2021 chenyanpanHW - 0.1.2-3 - DESC: delete -S git from %autosetup * Wed Jul 28 2021 OpenStack_SIG - 0.1.2-2 - Fix check error + * Mon Jul 26 2021 OpenStack_SIG - 0.1.2-1 - Package Spec generate