From 9734dfe36088bf98cb4c02ffdc2f0bfbafc224ed Mon Sep 17 00:00:00 2001 From: tzing_t Date: Thu, 31 Jul 2025 07:04:39 +0000 Subject: [PATCH] fix build error --- python-mitba.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mitba.spec b/python-mitba.spec index 719d9eb..57741c2 100644 --- a/python-mitba.spec +++ b/python-mitba.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mitba Version: 1.1.1 -Release: 2 +Release: 3 Summary: Python library for caching results from functions and methods License: BSD URL: https://github.com/Infinidat/mitba @@ -84,7 +84,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +pytest %files -n python3-mitba -f filelist.lst %dir %{python3_sitelib}/* @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 31 2025 tzing - 1.1.1-3 +- Fix build error + * Mon Aug 16 2021 huangtianhua - 1.1.1-2 - Remove doc requires python3-releases -- Gitee