!10 update to version 0.7.6

From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2022-10-28 08:24:48 +00:00 committed by Gitee
commit ab7e65139d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 1 deletions

Binary file not shown.

BIN
Genshi-0.7.6.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wangge20@h-partners.com> - 0.7.6-1
- Update to version 0.7.6
* Thu Jan 6 2022 yaoxin <yaoxin30@huawei.com> - 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