diff --git a/python3.12.spec b/python3.12.spec index b5b0b83197c174a07037a3b7c4ae6dca47bf5bb3..25773666c99fccba702d5d33b8ab28f9b7a89765 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)