Name: | python2-distro |
---|---|
Version: | 1.2.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 139040 |
License: | ASL 2.0 |
RPM: | python2-distro-1.2.0-1.el7.noarch.rpm |
Source RPM: | python-distro-1.2.0-1.el7.src.rpm |
Build Date: | Wed Feb 28 2018 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nir0s/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 2 version. |
- 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
- Rebuild for Python 3.6
- polish spec according the package review
- use python3 in /usr/bin/distro on Fedoras