!10 update to version 0.7.6
From: @wang--ge Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
ab7e65139d
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
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: python-genshi
|
Name: python-genshi
|
||||||
Version: 0.7.5
|
Version: 0.7.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Toolkit for stream-based generation of output for the web
|
Summary: Toolkit for stream-based generation of output for the web
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -38,11 +38,13 @@ cp -a . %{py3dir}
|
|||||||
find examples -type f | xargs chmod a-x
|
find examples -type f | xargs chmod a-x
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GENSHI_BUILD_SPEEDUP=0
|
||||||
cd %{py3dir}
|
cd %{py3dir}
|
||||||
%py3_build
|
%py3_build
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
export GENSHI_BUILD_SPEEDUP=0
|
||||||
cd %{py3dir}
|
cd %{py3dir}
|
||||||
%py3_install
|
%py3_install
|
||||||
rm -rf %{buildroot}%{python3_sitelib}/genshi/tests
|
rm -rf %{buildroot}%{python3_sitelib}/genshi/tests
|
||||||
@ -62,6 +64,9 @@ cd -
|
|||||||
%{python3_sitelib}/genshi
|
%{python3_sitelib}/genshi
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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