fedora-infra / bodhi

Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution.
https://bodhi.fedoraproject.org
GNU General Public License v2.0
150 stars 189 forks source link

Fix enum initialization in python 3.13 #5686

Closed mattiaverga closed 1 week ago

mattiaverga commented 2 weeks ago

fix #5685

mattiaverga commented 2 weeks ago

This should be considered just a quick fix to make Bodhi build again on Fedora 41. I'm unsure if this change could have side effects as I don't quite understand all the logic behind the custom enum implementation (the code itself seems to have been taken from an online recipe).

Long term, I'll look to move bodhi from using a custom enum implementation to standards.