Zlopez

Results 315 comments of Zlopez

I'm closing this issue, because it's not an issue with API. If there is still something to discuss here feel free to open the ticket.

I have one enhancement, that will do something like this. See https://github.com/release-monitoring/anitya/issues/589 It will fetch only tags that are newer than the last retrieved release.

The examples you have are some extremes that affects few projects and it's hard to catch all of these.

Because there is now initiative working on Flask OIDC to remove the deprecated parts, we should probably use it instead of using authlib directly.

Yes, but it wouldn't need a deployment of new version in release-monitoring.org, because if there will be any change in config on this repo, it's just for the defaults.

The same on my side, it's hard to find time when so much more needs your attention.

In template you don't have access to config, so it needs to be provided by something else, either you can give it to it as parameter to the render method...

Look at the https://github.com/laminas/automatic-releases

This is the default regex used for varisous backends ``` default_regex = """ %(name)s(?:[-_]?(?:minsrc|src|source))?[-_]([^-/_\\s]+?)(?i)(?:[-_] (?:minsrc|src|source|asc|release))?\\.(?:tar|t[bglx]z|tbz2|zip) """ ``` If it doesn't match your project, try custom backend, where you can set...

Yes, but it doesn't match every project version scheme. You can try it by yourself, just try to run the regex on the source of the web page used for...