python3-distro: update to version 1.7.0
authorJavier Marcet <javier@marcet.info>
Tue, 8 Mar 2022 16:02:25 +0000 (17:02 +0100)
committerRosen Penev <rosenp@gmail.com>
Wed, 9 Mar 2022 05:54:05 +0000 (21:54 -0800)
commit1232273626ba7cedbdb3c40e65b353fcdd62fc71
tree4acd9bac48008a2052b7c6e11d98e324cbeb16e3
parentc0adcdd83aafe7215feea9cb02ee4cc78378c6ac
python3-distro: update to version 1.7.0

- BACKWARD COMPATIBILITY:

  - 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

- ENHANCEMENTS:

  - 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

- BUG FIXES:

  - 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: Javier Marcet <javier@marcet.info>
lang/python/python-distro/Makefile