Name: | python36-distro |
---|---|
Version: | 1.2.0 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 133243 |
License: | ASL 2.0 |
RPM: | python36-distro-1.2.0-3.el7.noarch.rpm |
Source RPM: | python-distro-1.2.0-3.el7.src.rpm |
Build Date: | Sat May 04 2019 |
Build Host: | x86-ol7-builder-01.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 3 version. |
- 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
- Rebuild for Python 3.6