Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4905d9eab1
!24 【轻量级 PR】:Rebuild for next release
From: @zhangruifang2020 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-27 00:54:43 +00:00
张瑞方
2e3711c4c7
Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
2022-10-26 06:42:20 +00:00
openeuler-ci-bot
d7f9228d38
!22 rename python3-kitchen-help to python-kitchen-help
From: @tong_1001 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-03-15 06:35:36 +00:00
shixuantong
c00502a772 rename python3-kitchen-help to python-kitchen-help 2022-03-15 08:47:22 +08:00
openeuler-ci-bot
686495aa41
!19 [sync] PR-18: rename python-kitchen-doc to python-kitchen-help
From: @openeuler-sync-bot 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-02-21 06:27:37 +00:00
shixuantong
740f832f08 rename python-kitchen-doc to python-kitchen-help
(cherry picked from commit e7b5b86afbcf3f20059c5231cd975a7246601777)
2022-02-21 11:46:49 +08:00
openeuler-ci-bot
b9f2761745
!16 remove python3-nose buildrequire
Merge pull request !16 from 桐小哥/openEuler-22.03-LTS-Next
2022-01-10 01:37:50 +00:00
shixuantong
49a0f23cd5 remove python3-nose buildrequire 2022-01-08 10:23:08 +08:00
openeuler-ci-bot
9a4820e7dc !9 delete sensitive word
From: @weiwei_150212
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-12-10 19:17:26 +08:00
markeryang
78925bfead delete sensitive word 2020-12-09 09:43:29 +08:00

View File

@ -3,7 +3,7 @@
Name: python-kitchen Name: python-kitchen
Version: 1.2.6 Version: 1.2.6
Release: 3 Release: 8
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+
@ -14,7 +14,6 @@ BuildArch: noarch
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-nose
BuildRequires: python%{python3_pkgversion}-test BuildRequires: python%{python3_pkgversion}-test
BuildRequires: python%{python3_pkgversion}-chardet BuildRequires: python%{python3_pkgversion}-chardet
@ -41,10 +40,11 @@ columns a string takes).
This is the python3 version of the kitchen module. This is the python3 version of the kitchen module.
%package -n python%{python3_pkgversion}-kitchen-doc %package help
Summary: API documentation for the Kitchen python3 module Summary: API documentation for the Kitchen python3 module
#Requires: python2-kitchen = %{version}-%{release} #Requires: python2-kitchen = %{version}-%{release}
%description -n python%{python3_pkgversion}-kitchen-doc
%description help
kitchen includes functions to make gettext easier to use, handling unicode kitchen includes functions to make gettext easier to use, handling unicode
text easier (conversion with bytes, outputting xml, and calculating how many text easier (conversion with bytes, outputting xml, and calculating how many
columns a string takes). columns a string takes).
@ -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
@ -113,12 +103,27 @@ popd
%license COPYING COPYING.LESSER %license COPYING COPYING.LESSER
%{python3_sitelib}/kitchen* %{python3_sitelib}/kitchen*
%files -n python%{python3_pkgversion}-kitchen-doc %files help
%doc kitchen3/docs/* %doc kitchen3/docs/*
%license COPYING COPYING.LESSER %license COPYING COPYING.LESSER
%endif %endif
%changelog %changelog
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.2.6-8
- Rebuild for next release
* Tue Mar 15 2022 shixuantong <shixuantong@h-partners.com> - 1.2.6-7
- rename python3-kitchen-help to python-kitchen-help
* Mon Feb 21 2022 shixuantong <shixuantong@h-partners.com> - 1.2.6-6
- rename python-kitchen-doc to python-kitchen-help
* Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 1.2.6-5
- remove python3-nose buildrequire
* 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