diff --git a/Genshi-0.7.5.tar.gz b/Genshi-0.7.5.tar.gz deleted file mode 100644 index 1855b78..0000000 Binary files a/Genshi-0.7.5.tar.gz and /dev/null differ diff --git a/Genshi-0.7.6.tar.gz b/Genshi-0.7.6.tar.gz new file mode 100644 index 0000000..2a04f06 Binary files /dev/null and b/Genshi-0.7.6.tar.gz differ diff --git a/python-genshi.spec b/python-genshi.spec index 38b4cc7..7189b10 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,7 +1,7 @@ %global _python_bytecompile_extra 1 Name: python-genshi -Version: 0.7.5 +Version: 0.7.6 Release: 1 Summary: Toolkit for stream-based generation of output for the web License: BSD @@ -38,11 +38,13 @@ cp -a . %{py3dir} find examples -type f | xargs chmod a-x %build +export GENSHI_BUILD_SPEEDUP=0 cd %{py3dir} %py3_build cd - %install +export GENSHI_BUILD_SPEEDUP=0 cd %{py3dir} %py3_install rm -rf %{buildroot}%{python3_sitelib}/genshi/tests @@ -62,6 +64,9 @@ cd - %{python3_sitelib}/genshi %changelog +* Mon Oct 24 2022 Ge Wang - 0.7.6-1 +- Update to version 0.7.6 + * Thu Jan 6 2022 yaoxin - 0.7.5-1 - Fixed the issue that python-genshi could not recognize the parameter use_2to3 in the %build stage due to the upgrade of python-setuptools to version 59.4.0