Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-semver version numbers #36

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

alexanderkjall
Copy link
Collaborator

It seems like Jonas Smedegaard have started to upload source package without semver compatible version numbers. If we encounter such a version number, try to pad it with '.0' so that it becomes compatible.

One example is: https://ftp-master.debian.org/new/rust-curve25519-dalek_4+20231122+dfsg-2.html

That has version number: 4+20231122+dfsg-2

Fixes #35

…without semver compatible version numbers. If we encounter such a version number, try to pad it with '.0' so that it becomes compatible.

One example is: https://ftp-master.debian.org/new/rust-curve25519-dalek_4+20231122+dfsg-2.html

That has version number: 4+20231122+dfsg-2
src/db.rs Outdated Show resolved Hide resolved
@alexanderkjall alexanderkjall merged commit 48e5a60 into main Jan 16, 2024
2 of 3 checks passed
@alexanderkjall alexanderkjall deleted the non-semver-version-numbers branch January 16, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] failing to parse "+" in dependency
2 participants