From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] python3-docutils: update to 0.16 Date: Mon, 04 May 2020 12:21:50 +0100 Message-ID: <424E7895-3E37-43A5-AA94-168342934A07@ipfire.org> In-Reply-To: <75e5cebe-d7a8-0199-4627-828b55254744@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7176565495599209044==" List-Id: --===============7176565495599209044== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 3 May 2020, at 11:09, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/packages/python3-docutils | 9 +++++++-- > lfs/python3-docutils | 8 ++++---- > 2 files changed, 11 insertions(+), 6 deletions(-) >=20 > diff --git a/config/rootfiles/packages/python3-docutils b/config/rootfiles/= packages/python3-docutils > index c77b945a7..3429e97d6 100644 > --- a/config/rootfiles/packages/python3-docutils > +++ b/config/rootfiles/packages/python3-docutils > @@ -1,9 +1,12 @@ > usr/bin/rst2html4.py > usr/bin/rst2html5.py > #usr/lib/python3.8/site-packages/docutils > -#usr/lib/python3.8/site-packages/docutils-0.14-py3.8.egg-info > +#usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info > +#usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/PKG-INFO > +#usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/SOURCES.txt > +#usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/dependency_l= inks.txt > +#usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/top_level.txt > usr/lib/python3.8/site-packages/docutils/__init__.py > -usr/lib/python3.8/site-packages/docutils/_compat.py > usr/lib/python3.8/site-packages/docutils/core.py > usr/lib/python3.8/site-packages/docutils/examples.py > usr/lib/python3.8/site-packages/docutils/frontend.py > @@ -25,6 +28,7 @@ usr/lib/python3.8/site-packages/docutils/languages/gl.py > usr/lib/python3.8/site-packages/docutils/languages/he.py > usr/lib/python3.8/site-packages/docutils/languages/it.py > usr/lib/python3.8/site-packages/docutils/languages/ja.py > +usr/lib/python3.8/site-packages/docutils/languages/ko.py > usr/lib/python3.8/site-packages/docutils/languages/lt.py > usr/lib/python3.8/site-packages/docutils/languages/lv.py > usr/lib/python3.8/site-packages/docutils/languages/nl.py > @@ -103,6 +107,7 @@ usr/lib/python3.8/site-packages/docutils/parsers/rst/la= nguages/gl.py > usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/he.py > usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/it.py > usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/ja.py > +usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/ko.py > usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/lt.py > usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/lv.py > usr/lib/python3.8/site-packages/docutils/parsers/rst/languages/nl.py > diff --git a/lfs/python3-docutils b/lfs/python3-docutils > index d0c9518d3..a67a21dce 100644 > --- a/lfs/python3-docutils > +++ b/lfs/python3-docutils > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2020 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.14 > +VER =3D 0.16 >=20 > THISAPP =3D docutils-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D python3-docutils > -PAK_VER =3D 2 > +PAK_VER =3D 3 >=20 > DEPS =3D >=20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D c53768d63db3873b7d452833553469de > +$(DL_FILE)_MD5 =3D 44952782107930ddfcd37ae48eee0857 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.1 --===============7176565495599209044==--