Name: | python36-distro |
---|---|
Version: | 1.5.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 157614 |
License: | ASL 2.0 |
RPM: | python36-distro-1.5.0-1.el7.noarch.rpm |
Source RPM: | python-distro-1.5.0-1.el7.src.rpm |
Build Date: | Wed Oct 20 2021 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/python-distro/distro |
Summary: | Linux Distribution - a Linux OS platform information API |
Description: | The distro (for: Linux Distribution) package provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality. An alternative implementation became necessary because Python 3.5 deprecated this function, and Python 3.7 is expected to remove it altogether. Its predecessor function platform.dist was already deprecated since Python 2.6 and is also expected to be removed in Python 3.7. Still, there are many cases in which access to that information is needed. See Python issue 1322 for more information. Python 3 version. |
- Update to 1.5.0 - Run tests - Cleanup spec
- Add explicit conflicts for clean update path of /usr/bin/distro
- add python 3 support for EL7
- run tests - rebase to distro 1.2.0
- rebase to 1.0.3
- typo in license macro
- add license macro for el6
- update to 1.0.2 - 1415667 - require python-argparse on EL6
- soft deps on lsb_release
- Update to 1.0.1 - Provide only one copy of $bindir/distro - Cleanups in spec