[PATCH RESEND 0/1] SB: More reliably recognize distribution

2023-11-13 Thread Michael South
etermine the Linux distribution, was removed in Python 3.8. Patch makes sb/linux.py now prefer to use the "distro" package if it's available. "distro" is avail since python 3.6, was also back-ported for 2.6. Michael South (1): sb/linux.py: More reliably recognize dis

[PATCH 1/1] sb/linux.py: More reliably recognize distribution

2023-11-13 Thread Michael South
If available, use "distro" package (introduced Python 3.6, back-ported to 2.6) to recognize Linux distributions and versions. Updates #4966 --- source-builder/sb/linux.py | 89 +- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/source-builder/sb

[PATCH 1/1] sb/linux.py: More reliably recognize distribution

2023-11-10 Thread Michael South
If available, use "distro" package (introduced Python 3.6, back-ported to 2.6) to recognize Linux distributions and versions. Updates #4966 --- source-builder/sb/linux.py | 89 +- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/source-builder/

[PATCH 0/1] sb/linux.py: More reliably recognize distribution

2023-11-10 Thread Michael South
Python 3.8. Patch makes sb/linux.py now prefer to use the "distro" package if it's available. "distro" is avail since python 3.6, was also back-ported for 2.6. Michael South (1): sb/linux.py: More reliably recognize distribution source-builder/sb/linux.py | 89 +++