From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Migrating fireinfo to Python 3 Date: Fri, 07 May 2021 11:16:44 +0000 Message-ID: <20210507111654.2397-1-michael.tremer@ipfire.org> In-Reply-To: <74B08C60-EBDB-4C2E-83E0-A5EB5A0C3C5E@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4113067315093987348==" List-Id: --===============4113067315093987348== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello, I went ahead and converted fireinfo to Python 3. This was a little bit more work than usual because it has a little helper module written in C. I could mainly use 2to3, but some things needed some manual attention. I split those into individual commits. I would now like to invite everyone to manually install this version on their systems and let me know if it a) works and b) does it keep the same ID? The ID is being generated by a number of factors and if one bit in those changes, the system would receive a different ID which is something we would like to avoid. It worked fine on my system, but I would like to have some larger sample size to be sure. Best, -Michael --===============4113067315093987348==--