diff --git a/Genshi-0.7.9.tar.gz b/Genshi-0.7.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..829dd78f4bdcef61dd36bece8bf8f1e13340eb93 Binary files /dev/null and b/Genshi-0.7.9.tar.gz differ diff --git a/genshi-0.7.7.tar.gz b/genshi-0.7.7.tar.gz deleted file mode 100644 index fb3410c4eace3af079421ed3741f6beb7bca267f..0000000000000000000000000000000000000000 Binary files a/genshi-0.7.7.tar.gz and /dev/null differ diff --git a/python-genshi.spec b/python-genshi.spec index a58b6cf5134acd45a18bf7c9f842d259f0e18877..2ead3bb67010e5ed40809687de5926db4133fdb9 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,17 +1,18 @@ -%define anolis_release 3 +%define anolis_release 1 %global srcname genshi Name: python-%{srcname} -Version: 0.7.7 +Version: 0.7.9 Release: %{anolis_release}%{?dist} Summary: Toolkit for stream-based generation of output for the web License: BSD +Source0: https://files.pythonhosted.org/packages/source/G/Genshi/Genshi-0.7.9.tar.gz -Source0: https://github.com/edgewall/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildRequires: gcc BuildRequires: python3-devel +BuildRequires: python3dist(pytest) %description Genshi is a Python library that provides an integrated set of @@ -77,6 +78,10 @@ sed -i -e '/_speedups.c/d' %{pyproject_files} %doc ChangeLog doc examples README.txt %changelog +* Thu Aug 28 2025 wenyuzifang - 0.7.9-1 +- Updated to version 0.7.9 to fix xxxxxxxxxx + + * Wed Mar 13 2024 mgb01105731 - 0.7.7-3 - Rebuild with python3.11 @@ -85,4 +90,3 @@ sed -i -e '/_speedups.c/d' %{pyproject_files} * Mon Mar 27 2023 Ziyang Zhang - 0.7.7-1 - Init from upstream 0.7.7 -