Skip to content

Add soft-deprecated to site-packages - #155098

Closed
syphyr wants to merge 1 commit into
python:3.14from
syphyr:import_softdep
Closed

Add soft-deprecated to site-packages#155098
syphyr wants to merge 1 commit into
python:3.14from
syphyr:import_softdep

Conversation

@syphyr

@syphyr syphyr commented Aug 2, 2026

Copy link
Copy Markdown

Fixes #155095

make -C Doc changes

File "/home/cbot/.local/lib/python3.14/site-packages/sphinx/builders/changes.py", line 61, in write_documents
ttext = self.typemap[changeset.type]
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'soft-deprecated'

Fixes #155095

Fixes python#155095

make -C Doc changes

File "/home/cbot/.local/lib/python3.14/site-packages/sphinx/builders/changes.py", line 61, in write_documents
        ttext = self.typemap[changeset.type]
                ~~~~~~~~~~~~^^^^^^^^^^^^^^^^
    KeyError: 'soft-deprecated'
@syphyr
syphyr requested review from AA-Turner and hugovk as code owners August 2, 2026 18:37
@bedevere-app

bedevere-app Bot commented Aug 2, 2026

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@python-cla-bot

python-cla-bot Bot commented Aug 2, 2026

Copy link
Copy Markdown

The following commit authors need to sign the Contributor License Agreement:

CLA not signed

@StanFromIreland StanFromIreland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix is in the wrong place, we should fix our changes extension instead. It's also against the wrong branch, this is the same on main. Additionally, while this will fix the build it does not fix the render in the changes output. I'll try write a patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants