Description of problem: The new, updated GitPython wich landed in EPEL8 depends on python-gitdb >= 4.0.1. That version of python-gitdb is only found in Fedora Rawhide. Version-Release number of selected component (if applicable): GitPython-3.1.0-1.el8 How reproducible: 100% Steps to Reproduce: 1. dnf install python3-GitPython 2. 3. Actual results: Error: Problem: conflicting requests - nothing provides python3-gitdb >= 4.0.0 needed by python3-GitPython-3.1.0-1.el8.noarch - nothing provides python3.6dist(gitdb) >= 4.0.1 needed by python3-GitPython-3.1.0-1.el8.noarch - nothing provides python3.6dist(gitdb) < 5 needed by python3-GitPython-3.1.0-1.el8.noarch Expected results: Package should install Additional info: This is causing problems with packages that depend on GitPython, such as fedpkg.
If you want, I can file a bug with python-gitdb in EPEL8 to get it updated to the same version as rawhide. It looks like the only thing that depends on python-gitdb in EPEL8 is GitPython.
I have created a ticket to update python-gitdb and linked this to it.
Since I am working on the other two packages needed to fix this, I'll take this bug as well. Get them all off your plate.
python-gitdb and it's dependency have been updated in EPEL8. python3-GitPython is now installable from EPEL8.