diff --git a/python-genshi.spec b/python-genshi.spec index 2ed71892fcdc3ab58cb5054b54c006d11e391e1f..d0bbed8b30d5f261e08bd9ae36213cba4adf32b9 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-genshi Version: 0.7.9 -Release: 1 +Release: 2 Summary: Toolkit for stream-based generation of output for the web License: BSD-3-Clause URL: http://genshi.edgewall.org/ Source0: %{pypi_source Genshi} +BuildRequires: python3-pytest Requires: python3-babel >= 0.8 @@ -69,7 +70,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%pytest %files -n python3-genshi -f filelist.lst %dir %{python3_sitearch}/* @@ -78,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 15 2025 Ge Wang - 0.7.9-2 +- Fix build error + * Tue Oct 22 2024 Ge Wang - 0.7.9-1 - Update to version 0.7.9