diff --git a/python-kitchen.spec b/python-kitchen.spec index fb1cccd418c3f017324ccbcc0bc9dea3726c58db..82edc904b56428e82d2dcb724be1e2b77bfdd9a2 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -3,7 +3,7 @@ Name: python-kitchen Version: 1.2.6 -Release: 3 +Release: 4 Summary: Small, useful pieces of code to make python coding easier License: LGPLv2+ @@ -95,17 +95,7 @@ popd # # 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. # 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/ -# popd -# %endif %if 0%{?with_python3} %files -n python%{python3_pkgversion}-kitchen @@ -119,6 +109,9 @@ popd %endif %changelog +* Thu Dec 10 2020 tianwei - 1.2.6-4 +- delete sensitive word + * Thu Aug 06 2020 zhangjiapeng - 1.2.6-3 - replace obsolete pngmath with imgmath