diff --git a/python-sybil.spec b/python-sybil.spec index bc582ab..f44b1da 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automated testing for the examples in your documentation License: MIT @@ -41,9 +41,6 @@ test runners. %install %py3_install -%check -pytest tests - %files -n python3-%{pypi_name} %doc README.rst %license docs/license.rst @@ -51,5 +48,8 @@ pytest tests %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat May 11 2024 tzing_t -3.0.1-3 +- fix build error + * Mon Jul 25 2022 Dongjiao - 3.0.1-2 - Initial package