diff --git a/docutils-0.14.tar.gz b/docutils-0.14.tar.gz deleted file mode 100644 index e064115..0000000 Binary files a/docutils-0.14.tar.gz and /dev/null differ diff --git a/docutils-0.16.tar.gz b/docutils-0.16.tar.gz new file mode 100644 index 0000000..136d5c8 Binary files /dev/null and b/docutils-0.16.tar.gz differ diff --git a/python-docutils.spec b/python-docutils.spec index 66fd38b..ef84f7a 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -3,12 +3,12 @@ %global flashfilepath docs/user/rst/images/ Name: python-%{modname} -Version: 0.14 -Release: 7 +Version: 0.16 +Release: 1 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 -Source0: http://downloads.sourceforge.net/docutils/docutils-0.14.tar.gz +Source0: http://downloads.sourceforge.net/docutils/%{version}/docutils-0.16.tar.gz BuildArch: noarch BuildRequires: python2-devel python2-setuptools @@ -93,7 +93,7 @@ rm %{flashfilepath}%{flashfilename} pushd %{py3dir} mv %{flashfilename} %{flashfilepath}%{flashfilename} -python3 test3/alltests.py +python3 test/alltests.py rm %{flashfilepath}%{flashfilename} popd @@ -112,6 +112,9 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Fri Aug 28 2020 SimpleUpdate Robot - 0.16-1 +- Upgrade to version 0.16 + * Fri Jan 10 2020 qinjian - 0.14-7 - Update Source0