Bug 1593132

Summary: python-manuel FTBFS on Python 3.7
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-manuelAssignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: high    
Version: rawhideCC: infra-sig, loganjerry, rbean
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: 2018-06-22 01:21:34 UTC 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:
Bug Depends On:    
Bug Blocks: 1565020    

Description Miro Hrončok 2018-06-20 07:34:15 UTC
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.

Comment 1 Jerry James 2018-06-22 01:21:34 UTC
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.