https://github.com/python/cpython/commit/3ece6b5e9f5c3eeada6ad085d21864bb6c4b9575 commit: 3ece6b5e9f5c3eeada6ad085d21864bb6c4b9575 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ned-deily <[email protected]> date: 2026-06-09T02:10:49-04:00 summary:
[3.14] gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (GH-140077) (#151123) (cherry picked from commit 8e0bf4fe5d7835ef912758b4eeab6c94794da696) Co-authored-by: Ned Deily <[email protected]> files: A Misc/NEWS.d/next/macOS/2025-10-14-00-17-48.gh-issue-115119.470I1N.rst M Mac/BuildScript/build-installer.py diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index c3394c4596ecbd0..2a08aa2f10c90d2 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -378,9 +378,9 @@ def library_recipes(): install=f"make && ranlib libsqlite3.a && make install DESTDIR={shellQuote(os.path.join(WORKDIR, 'libraries'))}", ), dict( - name="libmpdec 4.0.0", - url="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.0.tar.gz", - checksum="942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c", + name="libmpdec 4.0.1", + url="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz", + checksum="96d33abb4bb0070c7be0fed4246cd38416188325f820468214471938545b1ac8", configure_pre=[ "--disable-cxx", "MACHINE=universal", diff --git a/Misc/NEWS.d/next/macOS/2025-10-14-00-17-48.gh-issue-115119.470I1N.rst b/Misc/NEWS.d/next/macOS/2025-10-14-00-17-48.gh-issue-115119.470I1N.rst new file mode 100644 index 000000000000000..d59da4b87b7b7e1 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2025-10-14-00-17-48.gh-issue-115119.470I1N.rst @@ -0,0 +1 @@ +Update macOS installer to use libmpdecimal 4.0.1. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
