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

Fix detection of available hashlib algorithms #79946

Merged
merged 2 commits into from Feb 8, 2023

Conversation

mattclay
Copy link
Member

@mattclay mattclay commented Feb 8, 2023

SUMMARY

Detection of hashlib algorithms now works on Python 3.x. The new implementation works on Python 2.7 and later.

Test coverage is provided by both integration and unit tests.

Resolves #79942

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

lib/ansible/module_utils/basic.py
lib/ansible/modules/get_url.py

Detection of hashlib algorithms now works on Python 3.x.
The new implementation works on Python 2.7 and later.

Test coverage is provided by both integration and unit tests.
@mattclay mattclay mentioned this pull request Feb 8, 2023
1 task
@ansibot ansibot added affects_2.15 bug This issue/PR relates to a bug. has_issue module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. labels Feb 8, 2023
@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label Feb 8, 2023
@mattclay mattclay merged commit 9d65e12 into ansible:devel Feb 8, 2023
@mattclay mattclay deleted the hashlib-fixes branch February 8, 2023 17:28
@ansible ansible locked and limited conversation to collaborators Feb 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.15 bug This issue/PR relates to a bug. has_issue module This issue/PR relates to a module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support SHA3 checksums
4 participants