Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecates uname_attr and uname_info public methods #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 22, 2024

  1. Deprecates uname_attr and uname_info public methods

    distro as well as LinuxDistribution `uname_attr` and `uname_info` public
    methods are based on `_parse_uname_content` function which purposely
    ignores release information part from `uname -rs` command output on
    Linux platforms. This makes it specially designed for distro internals,
    and shouldn't be publicly available as stable API.
    
    We'll deprecate these methods in v1.11.0, in order to allow API removals
    in the future (e.g. distro v2).
    
    > closes #322
    HorlogeSkynet committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1fec59b View commit details
    Browse the repository at this point in the history