azlux / botamusique

Bot to play youtube / soundcloud / radio / local music on Mumble (using pymumble).
MIT License
312 stars 79 forks source link

Properly fix version handling with packaging>=22.0 #362

Closed mweinelt closed 1 year ago

mweinelt commented 1 year ago

Both the current version and the last startup version can be unparsable.

Hence we now just catch the resulting exception and reset the version to the new version, which may or may not be parsable, which we'll find out on the next start up. But either way this prevents crashes from unparsable versions in the database.

This is a follow-up for https://github.com/azlux/botamusique/commit/eb4c63db8957aca2bde93b593a2109acf0ea6a1c.

TerryGeng commented 1 year ago

LGTM. Thanks!