Bug 2092956

Summary: Please branch and build python-tinydb in EPEL 9
Product: [Fedora] Fedora EPEL Reporter: Enrique <cquike>
Component: python-tinydbAssignee: Jens Petersen <petersen>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: suanand
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrique 2022-06-02 15:35:05 UTC
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.

Comment 1 Enrique 2023-07-27 15:27:08 UTC
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!

Comment 2 Enrique 2023-07-27 15:27:52 UTC
BTW, I am not targeting EPEL 8 any longer, so I will edit the title to reflect that.