Log Message: py-pyobjc*: updated to 9.2 9.2 Version 9.2 Added warning objc.ObjCSuperWarning that is used to warn about classes that use \ argument-less super without binding that name to objc.super. Document that objc.super must be used instead of builtin.super when calling \ superclass methods in a Cocoa subclass. Add minimal pyproject.toml to all subprojects Fix crash in pyobjc-core when using Python 3.12a7. Added explicit tests for dealing with Objective-C categories that are loaded \ while using classes from Python. Fix the version of macOS where the SafariServices framework is present. Fixed some issues found by testing on a macOS 10.11 system Trying to implement a method with SIMD types as arguments or return value will \ now give a more useful error when the bridge does not support the signature. Fix incomplete metadata for CoreMediaIO.CMIOObjectSetPropertyData Fix incorrect metadata Removed Quartz.CGColorConversionInfoCreateFromListWithArguments. This function \ was already documented as unsupported, but was still present in the framework \ wrapper. Removed Quartz.CVPixelBufferCreateWithPlanarBytes. This function requires a \ manual binding, but was still present with a generic (and non-working) binding. Removed CoreMedia.CMBufferQueueCreate, \ CoreMedia.CMBufferQueueGetCallbacksForSampleBuffersSortedByOutputPTS, \ CoreMedia.CMBufferQueueGetCallbacksForUnsortedSampleBuffers, \ CoreMedia.CMVideoFormatDescriptionGetH264ParameterSetAtIndex, \ CoreMedia.CMVideoFormatDescriptionGetHVECParameterSetAtIndex, These functions \ require a manual binding, but were still present with a generic (and \ non-working) binding. Explicitly exclude definitions from CMIOHardwarePlugIn.h from the CoreMediaIO \ bindings. Added deref_result_pointer key to the metadata for a return value. Use this when \ a callable returns a pointer to a single value (for example \ CMAudioFormatDescriptionGetMostCompatibleFormat) Removed unsupported functions from the ApplicationServices bindings (not named \ individually due to the size of the list). Also fixed annotations for other \ ApplicationServices bindings. Add manual binding for CFNetwork.CFNetServiceBrowserCreate, \ CFNetwork.CFNetServiceSetClient, and CFNetwork.CFNetServiceMonitorCreate. Fix incompatibility with Python 3.12 beta 1.