konstin / github-wikidata-bot

Updates Wikidata entries using metadata from github
https://www.wikidata.org/wiki/User:Github-wiki-bot
Other
39 stars 8 forks source link

[Feature request] Handle more entries which are currently missing #172

Open stweil opened 3 weeks ago

stweil commented 3 weeks ago

Currently the bot does not handle some free software with GutHub repositories. I noticed these examples:

Kitodo.Presentation – no obvious reason Kitodo.Production – no obvious reason QEMU – maybe because it only has tags, but no GitHub releases? Tesseract – maybe because it is Free/Libre-Open-Source Software?

konstin commented 3 weeks ago

I've checked the logs for these projects:

stweil commented 3 weeks ago

Sorry, I don't see any of these log entries (and still don't know where to find them).

For Kitodo.Presentation I see no conflicting versions on GitHub. Did you get this information via the GitHub API?

Tesseract 5.4.1 is the latest stable release (5.3.4 is rather old and no longer the preferred rank). Kitodo.Production 3.6.3 is the latest stable release. Maybe the bot did not examine these two repositories in the last 4 weeks?

konstin commented 3 weeks ago

The log entries are on the server only. If you want, you should be able to check individual projects by running main.py with --filter Q1234567

The Kitodo.Presentation is a bug in version parsing, we fail to remove the name of the project from the release name and then it looks unstable, i haven't gotten to looking into the other cases yet.