Skip to content
Commit 81716b98 authored by Seblu's avatar Seblu
Browse files

New version comparaison algorithm

Instead of using LooseVersion from distutils (a missed deps btw), I switched to
a custom version not directly based on tuples comparaison. Because it doesn't
support different type inside tuple.

All my package are currently passing better than with LooseVersion.

We also doesn't compute the full sorted list of versions but only the max, which
is the last.
parent 84ed3951
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment