Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 890634

Summary: [Tracker] Breakage with dev-python/sphinx-6
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal Keywords: Tracker
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 890300, 892259, 892349, 892351, 889354, 889408, 889460, 889706, 889906, 889908, 890180, 890411, 890563, 892381, 892385    
Bug Blocks:    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-13 09:34:25 UTC
Please file individual bugs and have them block this one.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-29 06:34:32 UTC
The breakage here is that they started to require fully-specified format strings with an explicit '%s' for extlinks captions.

See https://github.com/emcconville/wand/commit/460f605f45d406b6d0e2f3e6af7bfa2c62c66882 for an example. They're all pretty much identical to this in terms of fixes. Just shove a %s in the right place.