The NetBSD Project

CVS log for pkgsrc/devel/py-pyobjc-framework-PhotosUI/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-pyobjc-framework-PhotosUI

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2019Q2-base


Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 8 12:08:45 2019 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

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ãàÑÔ metadata system didnãàÑÕ 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 ãà×Óestrictedãàruntime youãàÑÍl have to add the ãà×Äom.apple.security.cs.allow-jitãàentitlement to use this flag, in earlier versions youãàÑÅ have to use a different entitlement: ãà×Äom.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 ãàרMãàcontains one difference from the last beta: the constant MLComputeUnitsCPUAndGPU in the CoreML bindings.
Add a proxy for CãàÑÔ ãàקILE*ãà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ãàÑÕ 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 ãàפontactsãà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ãàÑÕ supported before.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>