commit 38311f3
hovercats
·
2024-05-02 17:01:37 +0000 UTC
parent 9ad515f
python: make patches more consistent
5 files changed,
+27,
-9
+3,
-3
1@@ -1,5 +1,5 @@
2 47bb72ced6c29652399875b77b953ccda570f9d51ed966a27c680cd4428b9e7da1
3 585bc906f88516c85c6a7cda6fe52d4d5cb355bb79ff16bbad6dc19103d2097224
4-0af9d6cc044d43fbe3f98a316802e4a4cd6d35d3606a4c5b6d5c135da6342d316d
5-396477ecc3d3244653804674429e0013d6bc631fec52d2ef33d0d4546b681715df
6-c4b318c0f2cbcdc0da0c1ee452b78266ec10a9e0ed4a36d630a81d73853e31cb3c
7+a843547002cd1fa7b42b0378516eb001e64f16af6974e79a380f3d65ca72ed0476
8+6e6071aca338c573878c646184328e34e6d8c875675f269cad836eed0eb54a6e3c
9+dd45898da598cf5b8b9c620102651bfcee187b9855ffad8188c74237e9cd38a904
R repo/python/patches/libressl-support.patch =>
repo/python/patches/0001-readd-support-for-libressl.patch
+3,
-3
1@@ -1,7 +1,7 @@
2-From 0d38c71b6b62373a329ebd9e1b4e3ccc37d64511 Mon Sep 17 00:00:00 2001
3+From 9caeb4c733921d0d2449d5003ea9c0a3282904ca Mon Sep 17 00:00:00 2001
4 From: hovercats <hovercatswithlasereyes@protonmail.com>
5-Date: Tue, 1 Feb 2022 16:53:54 +0100
6-Subject: [PATCH] libressl patch
7+Date: Thu, 2 May 2024 18:58:24 +0200
8+Subject: [PATCH 1/3] readd support for libressl
9
10 ---
11 Modules/_hashopenssl.c | 4 +++
R repo/python/patches/python3-pyc-hash.patch =>
repo/python/patches/0002-fix-slow-startup-for-pyc-files.patch
+9,
-0
1@@ -1,3 +1,12 @@
2+From 2612426a1a204b95a945a005279e55605d887c19 Mon Sep 17 00:00:00 2001
3+From: hovercats <hovercatswithlasereyes@protonmail.com>
4+Date: Thu, 2 May 2024 19:29:58 +0200
5+Subject: [PATCH 2/3] fix slow startup for pyc files
6+
7+---
8+ Lib/py_compile.py | 5 +----
9+ 1 file changed, 1 insertion(+), 4 deletions(-)
10+
11 diff --git a/Lib/py_compile.py b/Lib/py_compile.py
12 index a81f493..e1328ed 100644
13 --- a/Lib/py_compile.py
R repo/python/patches/python3-always-pip.patch =>
repo/python/patches/0003-fix-python-not-always-installing-pip-setuptools.patch
+9,
-0
1@@ -1,3 +1,12 @@
2+From c43fa6609f8de20d2656892aad547d4d8ccb6cbe Mon Sep 17 00:00:00 2001
3+From: hovercats <hovercatswithlasereyes@protonmail.com>
4+Date: Thu, 2 May 2024 19:30:50 +0200
5+Subject: [PATCH 3/3] fix python not always installing pip/setuptools
6+
7+---
8+ Lib/ensurepip/__init__.py | 2 +-
9+ 1 file changed, 1 insertion(+), 1 deletion(-)
10+
11 diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
12 index f28ab11..6627189 100644
13 --- a/Lib/ensurepip/__init__.py
+3,
-3
1@@ -1,5 +1,5 @@
2 https://python.org/ftp/python/3.11.7/Python-3.11.7.tar.xz
3 https://bootstrap.pypa.io/get-pip.py
4-patches/libressl-support.patch
5-patches/python3-always-pip.patch
6-patches/python3-pyc-hash.patch
7+patches/0001-readd-support-for-libressl.patch
8+patches/0002-fix-slow-startup-for-pyc-files.patch
9+patches/0003-fix-python-not-always-installing-pip-setuptools.patch