Skip to content

python-3.13.10-amd64.exe sigstore and spdx files have wrong sha256 #142200

@tianon

Description

@tianon

Bug report

Bug description:

$ wget -qO- 'https://www.python.org/ftp/python/3.13.10/python-3.13.10-amd64.exe.sigstore' | jq --raw-output '.messageSignature.messageDigest.digest' | base64 -d | hexdump -ve '/1 "%02x"'; echo
e6e6dbaec482b22bf2651b80ee46bd450fd623a842c0f630a670d1948bbb0dad

$ wget -qO- 'https://www.python.org/ftp/python/3.13.10/python-3.13.10-amd64.exe.spdx.json' | jq --raw-output 'first(.packages[] | select(.downloadLocation == "https://www.python.org/ftp/python/3.13.10/python-3.13.10-amd64.exe") | .checksums[] | select(.algorithm == "SHA256") | .checksumValue)'
e6e6dbaec482b22bf2651b80ee46bd450fd623a842c0f630a670d1948bbb0dad

$ wget -qO- 'https://www.python.org/ftp/python/3.13.10/python-3.13.10-amd64.exe' | sha256sum
ab30cd76655c6c91243b4f4d5a8499020f6503aa58e92b3e2e94ae4af7353257  -

(the MD5 on https://www.python.org/downloads/release/python-31310/ matches the actual file, however)

CPython versions tested on:

3.13

Operating systems tested on:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixesOS-windowstype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions