Bug#1084600: mono: removal of Python standard libraries in Python 3.13

2024-10-08 Thread Antoine Le Gonidec
> In this case the fix is straightforward. Nowadays you can safely > assume Python 3.3 or newer, and therefore you can replace "import > pipes" with "import shlex" and "pipes.quote" with "shlex.quote"; that > seems to be all that this script needs. Thanks for the easy fix suggestion, if I can not

Bug#1084600: mono: removal of Python standard libraries in Python 3.13

2024-10-08 Thread Colin Watson
On Mon, Oct 07, 2024 at 06:31:17PM +0200, Antoine Le Gonidec wrote: > My first step is going to check if I can simply drop this vendored > boringssl source (with a bit of luck it is not required for anything > really important). > > If I can not do that I might have to find a way to patch it to dr

Bug#1084600: mono: removal of Python standard libraries in Python 3.13

2024-10-07 Thread Antoine Le Gonidec
Thank you for the heads up! As I only very recently took over the maintenance of src:mono, that has been before that unmaintained for many years, I still have little konwledge of its codebase and build chain. My first step is going to check if I can simply drop this vendored boringssl source (wit