diff options
author | Javier Marcet <javier@marcet.info> | 2022-03-08 17:02:25 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-08 21:54:05 -0800 |
commit | 1232273626ba7cedbdb3c40e65b353fcdd62fc71 (patch) | |
tree | 4acd9bac48008a2052b7c6e11d98e324cbeb16e3 /lang/python/python-distro/Makefile | |
parent | c0adcdd83aafe7215feea9cb02ee4cc78378c6ac (diff) |
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>
Diffstat (limited to 'lang/python/python-distro/Makefile')
-rw-r--r-- | lang/python/python-distro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-distro/Makefile b/lang/python/python-distro/Makefile index 8d8aa1809..70c767508 100644 --- a/lang/python/python-distro/Makefile +++ b/lang/python/python-distro/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-distro -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.7.0 PKG_RELEASE:=1 PYPI_NAME:=distro -PKG_HASH:=83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424 +PKG_HASH:=151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=Apache-2.0 |