Description of problem: re classes were renamed in 3.7: Expected: <_sre.SRE_Match object...> Got: <re.Match object; span=(70, 84), match='three: 3, 5, 1'> python-manuel FTBFS because of this. https://koji.fedoraproject.org/koji/taskinfo?taskID=27741414 Version-Release number of selected component (if applicable): python-manuel-1.9.0-4.fc29 Build in the 3.7 side tag (to test and also when fixed): fedpkg build --target=f29-python This is blocking other packages.
Since the _sre.SRE_Match name only appears in expected test results, and not in actual code, I simply changed the expected text to match. The package appears to function normally.