From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 12/35] python3-colorama: Update to version 0.4.4 and python-3.10 Date: Fri, 28 Jan 2022 12:54:13 +0000 Message-ID: <7a905552-1049-20c1-09be-820cc1fc1e60@ipfire.org> In-Reply-To: <20220124161656.71960-12-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8174865315621174619==" List-Id: --===============8174865315621174619== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 0.4.3 to 0.4.4 > - Update of rootfile > - Changelog > 0.4.4: Automate release workflow on Windows too. > I initially hoped to have a single Makefile or script that > worked on Linux and Windows, but was unable to make it work > without massive over-complication. > So now we have makefile targets for Linux, and powershell > scripts for Windows. Documented in the README. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/python3-colorama | 24 +++++++++++----------- > lfs/python3-colorama | 6 +++--- > 2 files changed, 15 insertions(+), 15 deletions(-) >=20 > diff --git a/config/rootfiles/packages/python3-colorama b/config/rootfiles/= packages/python3-colorama > index 3621f5214..ce669143c 100644 > --- a/config/rootfiles/packages/python3-colorama > +++ b/config/rootfiles/packages/python3-colorama > @@ -1,12 +1,12 @@ > -#usr/lib/python3.8/site-packages/colorama > -#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 > -usr/lib/python3.8/site-packages/colorama/initialise.py > -usr/lib/python3.8/site-packages/colorama/win32.py > -usr/lib/python3.8/site-packages/colorama/winterm.py > +#usr/lib/python3.10/site-packages/colorama > +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info > +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/PKG-INFO > +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/SOURCES.t= xt > +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/dependenc= y_links.txt > +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/top_level= .txt > +usr/lib/python3.10/site-packages/colorama/__init__.py > +usr/lib/python3.10/site-packages/colorama/ansi.py > +usr/lib/python3.10/site-packages/colorama/ansitowin32.py > +usr/lib/python3.10/site-packages/colorama/initialise.py > +usr/lib/python3.10/site-packages/colorama/win32.py > +usr/lib/python3.10/site-packages/colorama/winterm.py > diff --git a/lfs/python3-colorama b/lfs/python3-colorama > index 3dcef17d2..1eb66584a 100644 > --- a/lfs/python3-colorama > +++ b/lfs/python3-colorama > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 0.4.3 > +VER =3D 0.4.4 > =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 3 > +PAK_VER =3D 4 > =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 02daee502863d24112a8c05a5d69a612 > +$(DL_FILE)_MD5 =3D 57b22f2597f63df051b69906fbf310cc > =20 > install : $(TARGET) > =20 --===============8174865315621174619==--