https://github.com/python/cpython/commit/65ed109b5de7bab28f1051336f0ae312205c4233
commit: 65ed109b5de7bab28f1051336f0ae312205c4233
branch: main
author: Martinus Verburg <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-05-06T23:07:17-04:00
summary:
gh-142295: Update CFBundleShortVersionString in Mac framework Info.plist
(#143064)
Updated macOS framework Info.plist to use x.y.z format for
CFBundleShortVersionString to comply with Apple guidelines. Patch contributed
by Martinus Verburg.
files:
A Misc/NEWS.d/next/macOS/2025-12-22-10-53-45.gh-issue-142295.fLu-Lh.rst
M Mac/Resources/framework/Info.plist.in
diff --git a/Mac/Resources/framework/Info.plist.in
b/Mac/Resources/framework/Info.plist.in
index 4c42971ed90ee4..06b4c428fd46b5 100644
--- a/Mac/Resources/framework/Info.plist.in
+++ b/Mac/Resources/framework/Info.plist.in
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string>
+ <string>%VERSION%</string>
<key>CFBundleLongVersionString</key>
<string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string>
<key>CFBundleSignature</key>
diff --git
a/Misc/NEWS.d/next/macOS/2025-12-22-10-53-45.gh-issue-142295.fLu-Lh.rst
b/Misc/NEWS.d/next/macOS/2025-12-22-10-53-45.gh-issue-142295.fLu-Lh.rst
new file mode 100644
index 00000000000000..fa5d1ab8a5258c
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2025-12-22-10-53-45.gh-issue-142295.fLu-Lh.rst
@@ -0,0 +1,3 @@
+Mac framework Info.plist CFBundleShortVersionString now uses x.y.z only
+format to comply with `this Apple developer guideline
+<https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleshortversionstring>`_.
Contributed by Martinus Verburg.
_______________________________________________
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]