!8 Upgrade python-docutils to 0.16

Merge pull request !8 from LeoFang/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-29 17:13:28 +08:00 committed by Gitee
commit 2da99142a2
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
docutils-0.16.tar.gz Normal file

Binary file not shown.

View File

@ -3,12 +3,12 @@
%global flashfilepath docs/user/rst/images/ %global flashfilepath docs/user/rst/images/
Name: python-%{modname} Name: python-%{modname}
Version: 0.14 Version: 0.16
Release: 7 Release: 1
Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use
License: Public Domain and BSD and Python and GPLv3+ License: Public Domain and BSD and Python and GPLv3+
URL: http://docutils.sourceforge.net 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 BuildArch: noarch
BuildRequires: python2-devel python2-setuptools BuildRequires: python2-devel python2-setuptools
@ -93,7 +93,7 @@ rm %{flashfilepath}%{flashfilename}
pushd %{py3dir} pushd %{py3dir}
mv %{flashfilename} %{flashfilepath}%{flashfilename} mv %{flashfilename} %{flashfilepath}%{flashfilename}
python3 test3/alltests.py python3 test/alltests.py
rm %{flashfilepath}%{flashfilename} rm %{flashfilepath}%{flashfilename}
popd popd
@ -112,6 +112,9 @@ popd
%doc THANKS.txt docs tools/editors %doc THANKS.txt docs tools/editors
%changelog %changelog
* Fri Aug 28 2020 SimpleUpdate Robot <tc@openeuler.org> - 0.16-1
- Upgrade to version 0.16
* Fri Jan 10 2020 qinjian <qinjian18@huawei.com> - 0.14-7 * Fri Jan 10 2020 qinjian <qinjian18@huawei.com> - 0.14-7
- Update Source0 - Update Source0