Skip to content

compare_fedora_versions occasionally identifies a dependency that is very much higher than what is in Fedora as too low #552

Description

@mulkieran

This is due to the check here:

 if (
            koji_version.next_patch() in spec
            or koji_version.next_minor() in spec
            or koji_version.next_major() in spec
        ):
            print(
                f"Version spec {spec} of crate {crate} higher than {koji_version} "
                f"that is available on Fedora",
                file=sys.stderr,
            )
            high.append(crate)

which only checks one major version ahead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions