From 44eef959f7bd1cc32bcc2f938dd7f09bd5905d46 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Wed, 11 Jun 2025 22:57:58 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- python3.12.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index b5b0b83..2577366 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -65,7 +65,7 @@ Summary: Version %{pybasever} of the Python interpreter Name: python%{pybasever} Version: %{src_version} -Release: 13%{?dist} +Release: 14%{?dist} License: Python-2.0.1 URL: https://www.python.org/ @@ -1080,6 +1080,9 @@ LD_LIBRARY_PATH=$(pwd)/normal $(pwd)/normal/python -m test.regrtest \ %endif %changelog +* Wed Jun 11 2025 bbrucezhang - 3.12.2-14 +- Rebuilt for loongarch64 + * Mon Mar 10 2025 Shuo Wang - 3.12.2-13 - fix CVE-2025-1795 - email/_header_value_parser: don't encode list separators (GH-100885) (GH-115592) -- Gitee