Linux Distribution - a Linux OS platform information API
https://github.com/nir0s/distro
distro (for: Linux Distribution) 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 which isn't necessarily Python bound like a command-line interface.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / python-distro
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-distro && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
assert_locale.patch | 0000000236 236 Bytes | |
distro-1.4.0.tar.gz | 0000053719 52.5 KB | |
python-distro.changes | 0000002606 2.54 KB | |
python-distro.spec | 0000002269 2.22 KB |
Revision 17 (latest revision is 33)
Sebastian Wagner (sebix)
committed
(revision 17)
- Update to version 1.4.0: * Backward Compatibility: * Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)] * Bug Fixes: * Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)] * Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)] * Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)] * Docs: * Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)] * Release: * Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)]
Comments 2
Now the tests are failing on Leap and SLE.
I now disabled these builds to avoid the failures.