From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH 1/7] python3-trio: Fixes Bug#13076 - allows fuse mount to work again Date: Wed, 17 May 2023 14:39:33 +0200 Message-ID: <32567ab7-0c52-7139-5aab-2a8ea9ee7448@ipfire.org> In-Reply-To: <20230510130422.2676356-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4978032761021964914==" List-Id: <development.lists.ipfire.org> --===============4978032761021964914== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All, Could this patch set be reviewed for CU175. The borgbackup fuse mount option stopped working since CU173. This patch=20 set is the fix for that. Regards, Adolf. On 10/05/2023 15:04, Adolf Belka wrote: > - In Core 173 python3-trio was updated to version 0.22.0 when python was up= graded to 3.10.8 > Although the build of python3-trio was successful it was missed that th= ere was a new > run-time dependency of python3-exceptiongroup for python3-pyfuse3 to wo= rk. > python2-flit_scm is required as a build dependency for python3-exceptio= ngroup. > - The modified packages were installed in my vm testbed and confirmed that = borg mount then > worked again. > - It was also noted that python3-attr was no longer needed neither as a run= time > dependency nor as a build time dependency. > - Dependencies line of python3-trio updated for these two changes. >=20 > Fixes: Bug#13076 > Tested-by: Adolf Belka <adolf.belka(a)ipfire.org> > Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> > --- > lfs/python3-trio | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/python3-trio b/lfs/python3-trio > index 2cae4bcf6..49f1207ab 100644 > --- a/lfs/python3-trio > +++ b/lfs/python3-trio > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> = # > +# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> = # > # = # > # 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 = # > @@ -33,9 +33,9 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D python3-trio > -PAK_VER =3D 2 > +PAK_VER =3D 3 > =20 > -DEPS =3D python3-attr python3-async_generator python3-attrs python3-= sniffio python3-sortedcontainers python3-outcome python3-idna > +DEPS =3D python3-async_generator python3-attrs python3-sniffio pytho= n3-sortedcontainers python3-outcome python3-idna python3-exceptiongroup > =20 > SERVICES =3D > =20 --=20 Sent from my laptop --===============4978032761021964914==--