python_requirements_info - improvements (#3797)

* python_requirements_info - improvements

- returns python version broken down into its components
- minor refactoring

* adjusted indentation in the documentaiton blocks

* added changelog fragment

* fixes from PR review + assertion in test
This commit is contained in:
Alexei Znamensky
2021-11-30 19:08:45 +13:00
committed by GitHub
parent c6dcae5fda
commit ff0c065ca2
3 changed files with 57 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- python_requirements_info - returns python version broken down into its components, and some minor refactoring (https://github.com/ansible-collections/community.general/pull/3797).