← Home Archive About Support Also on Micro.blog
  • I’ve uploaded PyObjC 7.1 to PyPI. This release updates the framework bindings to the macOS 11.1 SDK and fixes a build issue when using the Xcode Command Line Tools.

    → 1:50 AM, JAN 29
  • Close on the heels of PyObjC 7.0 I’ve uploaded PyObjC 7.0.1 to PyPI that fixes build problems on anything other than Big Sur (oops….)

    → 10:17 AM, JAN 30
  • Finally…. A bit later than I had expected I’ve uploaded PyObjC 7.0 to PyPI.

    This release includes support for new APIs introduced in macOS 11 (Big Sur), as well as support for arm64.

    The binary wheels on PyPI are only for x86_64 for now, I’ll add “universal2” wheels once I’ve resolved some issues with the packaging ecosystem.

    The release was cut from the branch “pyobjc-7-branch”. Because of this the website has not been updated.

    Changelog

    • Added support for arm64 (aka “Apple Silicon”)

    • Existing framework bindings were updated for the macOS 11.0 SDK

    • Added bindings for the following frameworks:

      • Accessibility (introduced in macOS 11.0)
      • AppTrackingTransparency (introduced in macOS 11.0)
      • CallKit (introduced in macOS 11.0)
      • ClassKit (introduced in macOS 11.0)
      • KernelManagement (introduced in macOS 11.0)
      • MetalPerformanceShaders (introduced in macOS 10.13)
      • MetalPerformanceShadersGraph (introduced in macOS 11.0)
      • MLCompute (introduced in macOS 11.0)
      • PassKit (introduced in macOS 11.0)
      • ReplayKit (introduced in macOS 11.0)
      • ScreenTime (introduced in macOS 11.0)
      • UniformTypeIdentifiers (introduced in macOS 11.0)
      • UserNotificationsUI (introduced in macOS 11.0)
      • Virtualization (introduced in macOS 11.0)
    • Dropped the bindings to the QTKit framework. This framework was removed in macOS 10.15.

    • Dropped the bindings for the XgridFoundation framework. This framework was removed in macOS 10.8.

    • This version drops support for 32-bit executables, both the core bridge and the framework wrappers only support 64-bit executables going forward

    • PyObjC is now always build with the system libffi.

    • issue 301: pyobjc-framework-Metal build failed on macOS mojave

    • Python 3.10 support: Don’t assume the result of Py_REFCNT, Py_SIZE and Py_TYPE are an lvalue.

    • Python 3.10 support: Completely phase out use of old buffer API, which will be removed in Python 3.10. As a side effect of this a number of extensions that used the limited ABI once again use the regular ABI.

    • Removed remnants of support for i386, ppc and ppc64 from pyobjc-core.

    • Added type to manage Py_buffer lifetimes to the internal API in pyobjc-core, to be used by framework wrappers.

    • Add objc._C_BYREF. This definition was missing, but isn’t used in modern ObjC code.

    • PR 323: Remove leading slashes from detected SDK patch to avoid miscalculating the version. Patch by GitHub user linuxfood.

    • PR 322: Avoid None error in PyObjCTools.AppHelper. Patch by github user mintho

    • PR 321: Fix typo in documentation. Patch by github user russeldavis

    A personal note

    The changelog is fairly long, but shorter than I had hoped after WWDC. I’ve had a hard time to find the energy to spent a lot of time on PyObjC in the current state of the world. I’ve been working from home since March, and even now video meetings are pretty draining. It also doesn’t help that my main hobby away from the computer is a full contact sport that’s on hold for most of that time without a clear indication on when that will change (and when I’ll feel comfortable with this).

    On a more positive note: A different distraction from my own projects is working on CPython again, in particular working with Ned Deily and Lawrence D’Anna on supporting arm64 and “Universal 2” to CPython. The first visible result of that is an experimental “Univeral 2” build of the upcoming Python 3.9.1 release.

    → 2:05 AM, JAN 29
  • PyObjC 7 with full Big Sur and arm64 support is later than I’d hoped. My current plan is to release during the weekend.

    → 11:07 AM, JAN 18
  • Time away from the computer during the virtual CPython Core Sprint.

    → 4:33 AM, JAN 20
  • modulegraph2 2.1 is now on PyPI. This fixes a problem with adding scripts and adds support for the way setuptools locates vendored packages.

    → 4:05 AM, JAN 11
  • I’ve uploaded py2app 0.22 to PyPI with some bugfixes. The most important of which is that app bundles now work again on macOS 10.9 and 10.10.

    → 11:30 AM, JAN 16
  • I’ve been working on PyObjC on the first day of #EuroPython sprints (although not in one of the virtual sprint rooms). This is the furthest along I’ve ever been at the EP sprints, I’m basically in sync with macOS 11 beta 3 with tests passing on Intel and ARM64.

    → 9:22 AM, JAN 25
  • The nice thing about the @europython merchandise shop is that you’re not limited to t-shirts. Listening to talks in style 😀

    → 10:25 AM, JAN 23
  • I’ve pushed PyObjC 6.2.2 to PyPI. The primary reason for a release is to fix an issue on macOS 11.

    → 10:20 AM, JAN 8
  • RSS
  • JSON Feed
  • Micro.blog