From 72bcf907ad36112d4f7bb9e9a1fadbc3f017bd09 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Thu, 31 Jul 2025 07:23:32 +0000 Subject: [PATCH] fix build error (cherry picked from commit bae3ca17701397a6064904ac8d55d7e8eb990d1b) --- pep257.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pep257.spec b/pep257.spec index a616904..ceff08e 100644 --- a/pep257.spec +++ b/pep257.spec @@ -4,7 +4,7 @@ compliance with Python PEP 257 Name: python-pep257 Version: 0.7.0 -Release: 3 +Release: 4 Summary: Python docstring style checker License: MIT URL: https://github.com/GreenSteam/pep257/ @@ -64,7 +64,8 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +# no test code, skip +#%{__python3} setup.py test %files -n python3-pep257 -f filelist.lst %dir %{python3_sitelib}/* @@ -75,6 +76,9 @@ mv %{buildroot}/doclist.lst . %exclude %{python3_sitelib}/__pycache__ %changelog +* Thu Jul 31 2025 tzing - 0.7.0-4 +- Fix build error + * Fri May 13 2022 wangpeng - 0.7.0-3 - Remove __pycache__ folder -- Gitee