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 28/35] fetchmail: Update to python-3.10 Date: Fri, 28 Jan 2022 13:02:54 +0000 Message-ID: <5c1569be-5698-5648-e36e-4d5359bdd0de@ipfire.org> In-Reply-To: <20220124161656.71960-28-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1105078726165967093==" List-Id: --===============1105078726165967093== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update lfs PAK_VER from 10 to 11 > - Update of rootfile >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/fetchmail | 2 +- > lfs/fetchmail | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/config/rootfiles/packages/fetchmail b/config/rootfiles/package= s/fetchmail > index 9a6492f0b..107ceb6e2 100644 > --- a/config/rootfiles/packages/fetchmail > +++ b/config/rootfiles/packages/fetchmail > @@ -2,7 +2,7 @@ etc/rc.d/init.d/fetchmail > root/.fetchmailrc > usr/bin/fetchmail > #usr/bin/fetchmailconf > -#usr/lib/python3.8/site-packages/fetchmailconf.py > +#usr/lib/python3.10/site-packages/fetchmailconf.py > #usr/share/man/man1/fetchmail.1 > #usr/share/man/man1/fetchmailconf.1 > var/ipfire/backup/addons/includes/fetchmail > diff --git a/lfs/fetchmail b/lfs/fetchmail > index aed08aae2..02b2f284b 100644 > --- a/lfs/fetchmail > +++ b/lfs/fetchmail > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D fetchmail > -PAK_VER =3D 10 > +PAK_VER =3D 11 > =20 > DEPS =3D > =20 --===============1105078726165967093==--