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

Add Repology datasource #5672

Closed
JamieMagee opened this issue Mar 9, 2020 · 4 comments · Fixed by #6465
Closed

Add Repology datasource #5672

JamieMagee opened this issue Mar 9, 2020 · 4 comments · Fixed by #6465
Assignees
Labels
priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:feature Feature (new functionality)

Comments

@JamieMagee
Copy link
Contributor

What would you like Renovate to be able to do?
Add support for the Repology API as a datasource

Describe the solution you'd like
Since the regex manager has been added, a lot of scenarios around Dockerfiles have been unlocked. With the existing datasources we can kind of support updating system packages, but support for Repology would be a safer way to do this.

Additionally, adding Repology could help in updating other package managers versions. See nixpkgs for an idea.

Describe alternatives you've considered

Additional context

@JamieMagee JamieMagee added type:feature Feature (new functionality) priority-4-low Low priority, unlikely to be done unless it becomes important to more people labels Mar 9, 2020
@rarkins rarkins added the ready label Mar 9, 2020
@JamieMagee
Copy link
Contributor Author

@ppmathis I can't assign this to you, but I marked this as "in progress"

@rarkins
Copy link
Collaborator

rarkins commented Mar 22, 2020

FYI issues can be assigned to anyone who comments on them

@ppmathis
Copy link
Contributor

Let me comment here then - feel free to assign the issue to me afterwards 👍

Got a working implementation here, however the project grouping which Repology automatically applies is cumbersome, as e.g. pulseaudio-doc, pulseaudio-utils, libpulse0, ... are all grouped underneath a project called pulseaudio. The current API does not allow to search for a specific package name, so I've raised a request for that at repology/repology-rs#81

I will see if there is any update in the next few days, otherwise I'd push a version where dependencies have to be declared as <project>/<repository>/<package name> instead of just <repository>/<package name> as a first step.

@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 21.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants