| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-distro: Upgrade 1.7.0 -> 1.8.0 | Leon Anavi | 2022-10-17 | 1 | -19/+0 |
| | | | | | | | | | | | | | | | | Upgrade to release 1.8.0: - Replace setup.py with build - Lowered LinuxDistribution._distro_release_info method complexity - Added official support for Buildroot distribution - Added official support for Guix distribution - Added support for /etc/debian_version - Fixed a typography in CONTRIBUTING.md - Improved README.md "Usage" code block Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-distro: Upgrade 1.6.0 -> 1.7.0 | Leon Anavi | 2022-02-24 | 1 | -0/+19 |
| Upgrade to release 1.7.0: - Dropped support for EOL Pythons 2.7, 3.4 and 3.5 - Dropped support for LSB and uname back-ends when --root-dir is specified - Moved distro.py to src/distro/distro.py - Documented that distro.version() can return an empty string on rolling releases - Documented support for Python 3.10 - Added official support for Rocky Linux distribution - Added a shebang to distro.py to allow standalone execution - Added support for AIX platforms - Added compliance for PEP-561 - Fixed include_uname parameter oversight - Fixed crash when uname -rs output is empty - Fixed Amazon Linux identifier in distro.id() documentation - Fixed OpenSuse >= 15 support - Fixed encoding issues when opening distro release files - Fixed linux_distribution regression Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
