[Freeipa-devel] [freeipa PR#254][comment] Replace LooseVersion with parse_ipa_version()

martbab freeipa-github-notification at redhat.com
Fri Nov 18 12:21:27 UTC 2016


  URL: https://github.com/freeipa/freeipa/pull/254
Title: #254: Replace LooseVersion with parse_ipa_version()

martbab commented:
"""
Upon closer inspection of the affected code it seems that all the code in ipalib/ipaclient/ipapython actually parses and compares API versions, which are sane and parseable by `pkg_resources`. Since client code should be concerned by API versions and not by platform-specific package versions (that is server's job) it seems that you do not even need to use ipaplatform hammer in this case.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/254#issuecomment-261519559


More information about the Freeipa-devel mailing list