python3-distro: update to version 1.6.0
authorJavier Marcet <javier@marcet.info>
Mon, 2 Aug 2021 07:36:36 +0000 (09:36 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 3 Aug 2021 14:17:35 +0000 (16:17 +0200)
commit0d4744f21432484f9c8a5b543098a3cd53a5ec45
tree4e47dfdae865906327a9fbc2421509e40638b10f
parentb98471e4123e184967471ebd4ebefc30ce9f7204
python3-distro: update to version 1.6.0

- BACKWARDS COMPATIBILITY:

  - Deprecated the distro.linux_distribution() function. Use
  distro.id(), distro.version() and distro.name() instead [#296]
  - 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 [#269]
  - Added __version__ for checking distro version [#292]
  - Added support for arbitrary rootfs via the root_dir parameter
  [#247]
  - Added the --root-dir option to CLI [#161]
  - Added fallback to /usr/lib/os-release when /etc/os-release isn't
  available [#262]

- BUG FIXES:

  - Fixed subprocess.CalledProcessError when running lsb_release
  [#261]
  - Ignore /etc/iredmail-release file while parsing distribution
  [#268]
  - Use a binary file for /dev/null to avoid TextIOWrapper overhead
  [#271]

- RELEASE:

 - Moved repository from nir0s/distro to python-distro/distro on
 GitHub.

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-distro/Makefile