[issue46548] macOS installers cannot be signed on Monterey

2022-01-29 Thread Ned Deily
Ned Deily added the comment: The short answer to the original issue: at the moment, build-installer.py continues to create python.org installers in the legacy bundle installer format that is no longer supported by more modern versions of macOS and there are additional steps that are used to

[issue46548] macOS installers cannot be signed on Monterey

2022-01-29 Thread Yair Frid
Yair Frid added the comment: Apple builds python on their own, so probably you wont have any luck finding the build scripts -- nosy: +Fongeme ___ Python tracker ___ _

[issue46548] macOS installers cannot be signed on Monterey

2022-01-28 Thread Ronald Oussoren
Change by Ronald Oussoren : -- components: +macOS nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue46548] macOS installers cannot be signed on Monterey

2022-01-27 Thread Gregory P. Smith
Change by Gregory P. Smith : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue46548] macOS installers cannot be signed on Monterey

2022-01-27 Thread Robert Xiao
Robert Xiao added the comment: I noticed that the official installer seems to be built using an entirely different process, as it produces a single-file .pkg in xar format with an embedded Distribution file, rather than an .mpkg directory. Is there documentation on how these packages are gen

[issue46548] macOS installers cannot be signed on Monterey

2022-01-27 Thread Robert Xiao
Change by Robert Xiao : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue46548] macOS installers cannot be signed on Monterey

2022-01-27 Thread Robert Xiao
New submission from Robert Xiao : I am building unofficial macOS packages for personal use. My main build machine is running macOS Monterey 12.1 and Xcode 13.2.1. I recently attempted to build Python 3.8.12 as a package using build-installer.py. This worked fine after a bit of dependency wran