update to version 0.7.6
This commit is contained in:
parent
82b66211e0
commit
f0e0614f67
Binary file not shown.
BIN
Genshi-0.7.6.tar.gz
Normal file
BIN
Genshi-0.7.6.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user