From 0c7aa5bdca1698e9601d78dbbef01f49b53543ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Apr 2025 12:12:58 +0530 Subject: [PATCH] Update bundled python Updates python's private OpenSSL on windows to 3.0.15. Fixes #2107411 [Old (incorrect?) version of OpenSSL is loaded on Windows](https://bugs.launchpad.net/calibre/+bug/2107411) --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index cc8223d5d1..2d18ad52e3 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -200,9 +200,9 @@ { "name": "python", "unix": { - "filename": "Python-3.11.5.tar.xz", - "hash": "sha256:85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f", - "urls": ["https://www.python.org/ftp/python/3.11.5/{filename}"] + "filename": "Python-3.11.12.tar.xz", + "hash": "sha256:849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09", + "urls": ["https://www.python.org/ftp/python/3.11.12/{filename}"] } },