From ronaldoussoren at mac.com Wed Jul 8 16:21:00 2020 From: ronaldoussoren at mac.com (Ronald Oussoren) Date: Wed, 8 Jul 2020 22:21:00 +0200 Subject: [Pythonmac-SIG] ANN: PyObjC 6.2.2 Message-ID: Hi, I?ve uploaded PyObjC 6.2.2 to PyPI. The changelog for this release: #311 : Build for the Metal bindings failed on macOS 10.14 #309 : Fix incompatibility with macOS 11 in framework loader Another attempt at giving a nice error message when trying to install on platforms other than macOS. The classifiers now correctly identify supported Python versions As an aside: I?m working on full support for macOS 11, as well as Apple Silicon. The development branch for the core bridge already passes its tests on Apple Silicon hardware, and updating the framework bindings for macOS is going slightly faster than expected. With some luck there will be a prerelease of PyObjC 7 after EuroPython. Ronald ? Twitter / micro.blog: @ronaldoussoren Blog: https://blog.ronaldoussoren.net/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jack.jansen at cwi.nl Mon Jul 13 16:08:56 2020 From: jack.jansen at cwi.nl (Jack Jansen) Date: Mon, 13 Jul 2020 22:08:56 +0200 Subject: [Pythonmac-SIG] Apple Silicon, anyone? Message-ID: Is anyone planning to track the Apple Silicon stuff and/or get a developer system, and see what needs to be done for Python? I can help out, if wanted, but I won?t be trying to get a developer system myself because I won?t be able to spend a lot of time. -- Jack Jansen, , http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman From nad at python.org Mon Jul 13 16:33:09 2020 From: nad at python.org (Ned Deily) Date: Mon, 13 Jul 2020 16:33:09 -0400 Subject: [Pythonmac-SIG] Apple Silicon, anyone? In-Reply-To: References: Message-ID: <08B26442-F0CB-4CF9-8C97-0D5B91677B97@python.org> On Jul 13, 2020, at 16:08, Jack Jansen wrote: > Is anyone planning to track the Apple Silicon stuff and/or get a developer system, and see what needs to be done for Python? Yes, work is well under way and being tracked in https://bugs.python.org/issue41100 and others. Ronald and I have been working on it along with patches provided by an Apple developer (a welcome surprise). Ronald already has a developer system and has also been working on PyObjC support for Big Sur and Apple Silicon. I hope to have a developer system soon. Note that there are changes in Python that are needed for Big Sur even on current Intel platforms. I expect to publish here and elsewhere in the very near future a plan for how we will roll out Big Sur and Apple Silicon support in upcoming Python releases. -- Ned Deily nad at python.org -- [] From ronaldoussoren at mac.com Tue Jul 14 05:10:45 2020 From: ronaldoussoren at mac.com (Ronald Oussoren) Date: Tue, 14 Jul 2020 11:10:45 +0200 Subject: [Pythonmac-SIG] Apple Silicon, anyone? In-Reply-To: References: Message-ID: <7ECEE3AF-E2A2-41B2-81E8-A71D5AFA19FE@mac.com> > On 13 Jul 2020, at 22:08, Jack Jansen wrote: > > Is anyone planning to track the Apple Silicon stuff and/or get a developer system, and see what needs to be done for Python? > > I can help out, if wanted, but I won?t be trying to get a developer system myself because I won?t be able to spend a lot of time I have a developer system and am working on the port. My initial focus has been on PyObjC on macOS 11 with limited focus on arm64. That work is mostly done, I?ll probably start work on CPython tonight (testing and updating the PRs for arm64 support). The main two attention points are ?Universal 2? binaries and ctypes. I?ve already ported pyobjc-core to arm64, that should make validating and updating the ctypes patches a lot easier. Ronald ? Twitter / micro.blog: @ronaldoussoren Blog: https://blog.ronaldoussoren.net/