
Yeah, it should be mentioned, but I don't have access to first post editing, as this is petersasi's thread, and is on break seemingly, hopefully returns later.
Btw, my builds is the same as petersasi's, just mine has newer components and a few extra things that betters isolation and more suited python edition(embedded), nothing else really, so you shouldn't have problems because of changing between our versions, but of-course you could get issues with a new GTK update or libtorrent update though - and plugins used need renaming to *py3.9* instead of *py3.8* in name, else won't be seen/used. Petersasi made alot of changes to the buildscripts to "pretty" things up and optimize workflow for his style(e.g saving temp files for later instead of cleaning them up, so next run would be quicker etc) and shut up warnings(though not affecting anything and just informational, so I never cared personally in such cases), and making things more professional so as cutting frequent stuff out of scripts and adding into a library to reuse instead of duplicating in every script, and colors in scripts etc, plus big cleanup to reduce size, but in the finished release you guys use there really isn't much difference in that regard, except mine is bigger and misses yarss2 which I didn't see why specificly include(e.g. then i'd also include ltconfig atleast, but people varies greatly in which plugins use). The things he changed that inluenzes end-users I have borrowed from him, like the patch for deluge-console and changed optimization of boost and left the things I didn't find important personally.