Bug 1687572

Summary: AttributeError: 'tuple' object has no attribute 'extend'
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: python-sphinxAssignee: Miro Hrončok <mhroncok>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aviso, cstratak, dradez, mhroncok, michel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-sphinx-2.0.0~b2-1.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-28 13:27:57 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: 1685211    

Description Rex Dieter 2019-03-11 18:52:03 UTC
Trying to use python3-sphinx (now that python2-sphinx is no longer available), I'm experiencing a build failure that includes the error:

BUILDSTDERR: Exception occurred:
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/util/compat.py", line 66, in apply
BUILDSTDERR:     entries.extend([None])
BUILDSTDERR: AttributeError: 'tuple' object has no attribute 'extend'

koji build link,
https://koji.fedoraproject.org/koji/taskinfo?taskID=33407862

Comment 1 Miro Hrončok 2019-03-17 09:46:20 UTC
Fixed upstream, do you want a backport, or is it OK to wait?

Comment 2 Miro Hrončok 2019-03-28 12:56:34 UTC
Let me know if python-sphinx-2.0.0~b2-1.fc31 helps.

Comment 3 Rex Dieter 2019-03-28 13:27:57 UTC
It appears to work now, my rawhide scratch build succeeded. thanks!