From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] python3-colorama: update to 0.4.3 Date: Mon, 04 May 2020 12:22:03 +0100 Message-ID: <038E96E5-95D2-48E6-A149-AFF773650016@ipfire.org> In-Reply-To: <283e3c8d-938c-2c30-0418-f415e87d8156@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2494379211572499627==" List-Id: --===============2494379211572499627== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 3 May 2020, at 11:04, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/packages/python3-colorama | 11 +++++------ > lfs/python3-colorama | 8 ++++---- > 2 files changed, 9 insertions(+), 10 deletions(-) >=20 > diff --git a/config/rootfiles/packages/python3-colorama b/config/rootfiles/= packages/python3-colorama > index 3c030baa5..3621f5214 100644 > --- a/config/rootfiles/packages/python3-colorama > +++ b/config/rootfiles/packages/python3-colorama > @@ -1,10 +1,9 @@ > #usr/lib/python3.8/site-packages/colorama > -#usr/lib/python3.8/site-packages/colorama-0.3.9-py3.8.egg-info > -#usr/lib/python3.8/site-packages/colorama-0.3.9-py3.8.egg-info/PKG-INFO > -#usr/lib/python3.8/site-packages/colorama-0.3.9-py3.8.egg-info/SOURCES.txt > -#usr/lib/python3.8/site-packages/colorama-0.3.9-py3.8.egg-info/dependency_= links.txt > -#usr/lib/python3.8/site-packages/colorama-0.3.9-py3.8.egg-info/pbr.json > -#usr/lib/python3.8/site-packages/colorama-0.3.9-py3.8.egg-info/top_level.t= xt > +#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info > +#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/PKG-INFO > +#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/SOURCES.txt > +#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/dependency_= links.txt > +#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/top_level.t= xt > usr/lib/python3.8/site-packages/colorama/__init__.py > usr/lib/python3.8/site-packages/colorama/ansi.py > usr/lib/python3.8/site-packages/colorama/ansitowin32.py > diff --git a/lfs/python3-colorama b/lfs/python3-colorama > index e7bc004b1..3dcef17d2 100644 > --- a/lfs/python3-colorama > +++ b/lfs/python3-colorama > @@ -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.3.9 > +VER =3D 0.4.3 >=20 > THISAPP =3D colorama-$(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-colorama > -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 3a0e415259690f4dd7455c2683ee5850 > +$(DL_FILE)_MD5 =3D 02daee502863d24112a8c05a5d69a612 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.1 --===============2494379211572499627==--