limbo version 9.1
last updated: Mar 10, 2024
limbo is my simple and flexible open source slackbot.
This afternoon I updated all its package dependencies, got it running on python 3.12, and updated its version to from 8.6
to 9.1
. A full changelist (diff on github):
- updated all dependencies
- removed a few plugins that don't work
calc
plugin, which used google as a calculator but no longer workedyoutube
plugin, which searched youtube. I like this plugin but it didn't work and I don't feel like maintaining it. If you like it, I'd love to have a new one!- side note: I wish google had a realistic API
- updated python requirement to >= 3.10
- I didn't want to drop support for 3.9 or pypy, but updating the vcrpy test fixtures didn't work with older versions of python and I don't want to spend a huge amount of time maintaining this, so I chose ease of maintenance
- removed the ancient dockerfile
- fixed the
wiki
plugin