Harry Seeber added the comment:
I'm using these classes directly to parse semantic-ish versions in metadata
for Munki packages (a package manager for MacOS). Looks like this packaging
library is what I should use. Thanks you!
On Thu, Mar 14, 2019 at 5:32 PM Éric Araujo wrote:
>
>
New submission from Harry Seeber :
The self.version used in Version._cmp is a List in LooseVersion's
implementation, a Tuple in StrictVersion's implementation. Attempting to
compare Strict & Loose versions results in a TypeError.
I'd like to PR a fix, but I'd like to