Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890634 - [Tracker] Breakage with dev-python/sphinx-6
Summary: [Tracker] Breakage with dev-python/sphinx-6
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 890300 892259 892349 892351 889354 889408 889460 889706 889906 889908 890180 890411 890563 892381 892385
Blocks:
  Show dependency tree
 
Reported: 2023-01-13 09:34 UTC by Sam James
Modified: 2023-07-24 03:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.