def _build_version(vers): """ Private method for building versions from a string. """ return pkg.version.Version(unquote(vers), None)