Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide GPG column if no GPG signatures in release #2656

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Nov 15, 2024

Description

PEP 761 ("Deprecating PGP signatures for CPython artifacts") has been accepted and means we will no longer provide PGP signatures for Python 3.14 and later. Verifiers are recommended to use Sigstore instead.

Let's hide the GPG column from the download page's files table when there are no such files in the release.

I considered hiding the column when the version >= (3, 14), but went for this approach because it will also hide the column for very old releases which don't have GPG files, such as https://www.python.org/downloads/release/python-201/, which I think is also useful?

cc @sethmlarson

Copy link
Contributor

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for submitting this!

@JacobCoffee JacobCoffee merged commit bc51c60 into python:main Nov 15, 2024
3 checks passed
@hugovk hugovk deleted the pep761-hide-gpg branch November 15, 2024 15:09
@JacobCoffee
Copy link
Member

https://www.python.org/downloads/release/python-201/ looks good to me now! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants