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

Replace pbr in favor of importlib #1016

Merged
merged 2 commits into from
Jun 5, 2023
Merged

Replace pbr in favor of importlib #1016

merged 2 commits into from
Jun 5, 2023

Commits on Apr 7, 2023

  1. Replace pbr in favor of importlib

    The importlib module has a metadata.version to retrieve the package
    version of the given module. This can be used in lieu of pbr for
    gathering versioning. And since importlib is part of the base
    Python package in 3.8 and greater, we can drop another dependency.
    
    Closes PyCQA#839
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
    ericwb committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    634e95c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    983845d View commit details
    Browse the repository at this point in the history