Bug 1593132 - python-manuel FTBFS on Python 3.7
Summary: python-manuel FTBFS on Python 3.7
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-manuel
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
Assignee: Fedora Infrastructure SIG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON37
TreeView+ depends on / blocked
 
Reported: 2018-06-20 07:34 UTC by Miro Hrončok
Modified: 2018-06-22 01:21 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-06-22 01:21:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.