pkgsrc/devel/py-pyobjc-framework-DiskArbitration/distinfo
adam 72672ab5b7 py-pyobjc: updated to 5.1.2
Version 5.1.2
Fix compile error on macOS 10.9 or earlier
Calling completion handler failed due to incomplete runtime info
PyObjC’s metadata system didn’t automaticly set the call signature for blocks passed into a method implemented in Python. This causes problems when the ObjC or Swift block does not have signature information in the ObjC/blocks runtime.
Use MAP_JIT when allocating memory for the executable stubs for Python methods.
With the “restricted” runtime you’ll have to add the “com.apple.security.cs.allow-jit” entitlement to use this flag, in earlier versions you’d have to use a different entitlement: “com.apple.security.cs.allow-unsigned-executable-memory”.
The MAP_JIT flag is only used on macOS 10.14 or later.
Ensure that PyObjC can be built using /usr/bin/python on macOS 10.14
This failed due the problems with header files in the SDK included with Xcode 10.

Version 5.1.1
Update metadata for Xcode 10.1

Version 5.1
Xcode 10 “GM” contains one difference from the last beta: the constant MLComputeUnitsCPUAndGPU in the CoreML bindings.
Add a proxy for C’s “FILE*” type on Python 3. This is not necessary on Python 2 because the default IO stack on Python 2 already uses FILE* internally.
This proxy type is very minimal and shouldn’t not be used for general I/O.
Bindings are up-to-date w.r.t. Xcode 10.1 (beta)
Updated the support code for framework wrappers to be able to emit deprecation warnings on the first import of a deprecated constants (functions and methods will only raise a deprecation warning when called).
This is just an infrastructure change, the actual framework bindings do not yet contain the information used to emit deprecation warnings.
Add metadata for deprecation warnings to the “Contacts” framework
Import ABCs from collections.abc instead of collections because the latter is deprecated.
Instances of most builtin value types and sequences (int, float, str, unicode, tuple, list, set, frozenset and dict) can now be written to archives that require secureCoding.

Version 5.0
Version 5.0 of PyObjC primarily adds support for macOS 10.14 (mojave), and also adds support for a couple of older frameworks that weren’t supported before.
2019-01-08 12:08:39 +00:00

6 lines
503 B
Text

$NetBSD: distinfo,v 1.6 2019/01/08 12:08:41 adam Exp $
SHA1 (pyobjc-framework-DiskArbitration-5.1.2.tar.gz) = 639cbdf62633371247413ae34165ef539a8f0a39
RMD160 (pyobjc-framework-DiskArbitration-5.1.2.tar.gz) = 341e8a8644ddf2c403822de977a70e8e55a46501
SHA512 (pyobjc-framework-DiskArbitration-5.1.2.tar.gz) = 7be43160ecb226fc0589c42ed75f12cd423741129c9dc8ae0011fbe1d82f5fdd99bc25a01d773640f2227ec84cd79205f86c587a8c3a33eafc46b1b62f090901
Size (pyobjc-framework-DiskArbitration-5.1.2.tar.gz) = 15524 bytes