summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-distro: Upgrade 1.5.0 -> 1.6.0Leon Anavi2021-08-161-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release: BACKWARDS COMPATIBILITY: - Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ ENHANCEMENTS: - Added type hints to distro module - Added __version__ for checking distro version - Added support for arbitrary rootfs via the root_dir parameter - Added the --root-dir option to CLI - Added fallback to /usr/lib/os-release when /etc/os-release isn't available BUG FIXES: - Fixed subprocess.CalledProcessError when running lsb_release - Ignore /etc/iredmail-release file while parsing distribution - Use a binary file for /dev/null to avoid TextIOWrapper overhead RELEASE: - Moved repository from nir0s/distro to python-distro/distro on GitHub. 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>
* python3-distro: native and nativesdk supportAndrew Geissler2020-04-281-0/+2
| | | | | | | Have a project that needs the native version of this recipe Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distro: Initial commitAndrew Geissler2020-04-161-0/+11
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>