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 distutils with included module in ansible-core 2.12 to address PEP 632 #304

Merged
merged 3 commits into from
Jan 7, 2022

Commits on Jan 6, 2022

  1. Replace distutils with included module in ansible-core 2.12

    - Fixes #303
    - Addresses PEP 632(https://www.python.org/dev/peps/pep-0632/)
    
    Signed-off-by: Hideki Saito <saito@fgrep.org>
    saito-hideki authored and Akasurde committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a45448b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Felix Fontein <felix@fontein.de>
    Akasurde and felixfontein committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    44a23e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Added loading StrictVersion to helper module

    Signed-off-by: Hideki Saito <saito@fgrep.org>
    saito-hideki committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    90cdaf8 View commit details
    Browse the repository at this point in the history