Skip to content

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

@mulkieran

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions