Please branch and build python-tinydb in EPEL 8/9. I would like to request a python package for tinydb (https://pypi.org/project/tinydb/) similar to the existing packages in Fedora (python3-tinydb). I could help with testing.
FWIW, I have tried to create an RPM with mock from the specfile from the f37 branch as is found in https://src.fedoraproject.org/rpms/python-tinydb/branches?branchname=rawhide. The RPM installs without problems and I have also run the unit tests of tinydb with pytest: ============================================================================= 199 passed in 1.00s ============================================================================== I have also run the unit tests of an internal application that uses extensively tinydb and everything works fine. So I would suggest that maybe creating a epel9 branch from the f37 branch should be enough to have a working tinydb in EPEL 9. The mock configuration I have chosen was alma+epel-9-x86_64. I could do more tests if that helps to get the package in EPEL 9. Thank you!
BTW, I am not targeting EPEL 8 any longer, so I will edit the title to reflect that.