From 3adaf8844af1374bfb9dc67893080214866306f2 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Wed, 2 Jul 2025 15:57:56 +0300 Subject: [PATCH 1/4] gh-115119: recommend upstream libmpdec in build requirements --- Doc/using/configure.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index df81a330549147..31adb566511ab0 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -29,6 +29,9 @@ Features and minimum versions required to build CPython: * Tcl/Tk 8.5.12 for the :mod:`tkinter` module. +* The `libmpdec `_ + is recommended for the :mod:`decimal` module, the minimum version is 2.5.0. + * Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the :file:`configure` script. From e99719dbbf4b4d5415ef9d9a2bcd91a077325027 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Wed, 2 Jul 2025 16:21:30 +0300 Subject: [PATCH 2/4] Update Doc/using/configure.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- Doc/using/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 31adb566511ab0..5f2b3cfd177698 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -30,7 +30,7 @@ Features and minimum versions required to build CPython: * Tcl/Tk 8.5.12 for the :mod:`tkinter` module. * The `libmpdec `_ - is recommended for the :mod:`decimal` module, the minimum version is 2.5.0. + library is recommended for the :mod:`decimal` module, the minimum version is 2.5.0. * Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the :file:`configure` script. From 1b8c38fd92cf571c018e6cb238aeca8afc27e07d Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Wed, 2 Jul 2025 18:37:43 +0300 Subject: [PATCH 3/4] Update Doc/using/configure.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- Doc/using/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 5f2b3cfd177698..1a3eede8702c7c 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -30,7 +30,7 @@ Features and minimum versions required to build CPython: * Tcl/Tk 8.5.12 for the :mod:`tkinter` module. * The `libmpdec `_ - library is recommended for the :mod:`decimal` module, the minimum version is 2.5.0. + library, minimum version 2.5.0, is recommended for the :mod:`decimal` module. * Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the :file:`configure` script. From 795d6eaca6a7046d1769d983330e4eaee41addae Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Thu, 3 Jul 2025 14:37:54 +0300 Subject: [PATCH 4/4] Update Doc/using/configure.rst Co-authored-by: Victor Stinner --- Doc/using/configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 1a3eede8702c7c..a26d48d7d0a345 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -29,8 +29,8 @@ Features and minimum versions required to build CPython: * Tcl/Tk 8.5.12 for the :mod:`tkinter` module. -* The `libmpdec `_ - library, minimum version 2.5.0, is recommended for the :mod:`decimal` module. +* `libmpdec `_ 2.5.0 + for the :mod:`decimal` module. * Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the :file:`configure` script.