!9 delete sensitive word

From: @weiwei_150212
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-12-10 19:17:26 +08:00 committed by Gitee
commit 9a4820e7dc

View File

@ -3,7 +3,7 @@
Name: python-kitchen Name: python-kitchen
Version: 1.2.6 Version: 1.2.6
Release: 3 Release: 4
Summary: Small, useful pieces of code to make python coding easier Summary: Small, useful pieces of code to make python coding easier
License: LGPLv2+ License: LGPLv2+
@ -95,17 +95,7 @@ popd
# # subprocess tests as a check tests /root/bin/PROGRAM and fails with Permission # # subprocess tests as a check tests /root/bin/PROGRAM and fails with Permission
# # Denied instead of File Not Found. reseting the PATH works around this. # # Denied instead of File Not Found. reseting the PATH works around this.
# PATH=/bin:/usr/bin # PATH=/bin:/usr/bin
# %if 0%{?fedora}
# PYTHONPATH=.:kitchen2/ nosetests-%{python2_version} kitchen2/tests/
# %else
# PYTHONPATH=.:kitchen2/ nosetests kitchen2/tests/
# %endif
#
# %if 0%{?with_python3}
# pushd %{py3dir}
# PYTHONPATH=.:kitchen3/ nosetests-%{python3_version} kitchen3/tests/ # PYTHONPATH=.:kitchen3/ nosetests-%{python3_version} kitchen3/tests/
# popd
# %endif
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python%{python3_pkgversion}-kitchen %files -n python%{python3_pkgversion}-kitchen
@ -119,6 +109,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Dec 09 2020 tianwei <tianwei12@huawei.com> - 1.2.6-4
- delete sensitive word
* Thu Aug 06 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.2.6-3 * Thu Aug 06 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.2.6-3
- replace obsolete pngmath with imgmath - replace obsolete pngmath with imgmath