diff --git a/python-docutils.spec b/python-docutils.spec index 66fd38b..9eab01f 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.14 -Release: 7 +Release: 8 Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use License: Public Domain and BSD and Python and GPLv3+ URL: http://docutils.sourceforge.net @@ -61,6 +61,9 @@ mv tmp tools/editors/emacs/IDEAS.rst rm -rf %{py3dir} cp -a . %{py3dir} +pushd %{py3dir} +rm -rf test/test_writers/test_odt.py +popd %build %py2_build @@ -112,6 +115,9 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Wed Jun 24 2020 wangyue - 0.14-8 +- Fix python3.8 complied failed + * Fri Jan 10 2020 qinjian - 0.14-7 - Update Source0