File:  [cvs.NetBSD.org] / pkgsrc / devel / py-pyobjc-framework-CoreBluetooth / distinfo
Revision 1.7: download - view: text, annotated - select for diffs
Sat May 23 07:03:43 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, HEAD
py-pyobjc: updated to 6.2

Version 6.2

The project has moved from Bitbucket to Github

Remove most remnants of Python 2 support

Clean up code quality issues found using flake8

Add pre-commit hook to run black on all Python code.

Fix protocol conformance testing when explicitly implementing a protocol

Before this bugfix a class explicitly conforming to a protocol could not implement any method that wasn’t declared in the protocol, the bridge would erroneously raise an exception when checking the additional method.

Issue reported by Georg Seifert.

Fix Python 3 issues in PyObjCTools.Conversion

Reported by vinolin asokan.

PyObjCTools.Conversio.propertyListFromPythonCollection didn’t
recursively convert members of lists and tuples.

PyObjCTools.Conversio.propertyListFromPythonCollection and PyObjCTools.Conversio.pythonCollectionFromPropertyList now support sets.

Update metadata for Xcode 11.4 (beta 2)

Added bindings for framework AutomaticAssessmentConfiguration.framework introduced in macOS 10.15.4

In some cases the compiler uses the type encoding “^{NSObject=#}” instead of “@”.

Reported by Georg Seifert.

Added bindings for the Metal framework (new in macOS 10.11)

Most framework bindings now use the limited ABI for the included C extensions, reducing the number of wheels that are needed. The exception are the bindings for Cocoa, Quartz and libdispatch, those use functionality not available in the limited ABI.

The bridge itself (pyobjc-core) still uses the full CPython API.

The CoreAudio bindings also don’t use the limited ABI for now, those need more work to work with that ABI.

$NetBSD: distinfo,v 1.7 2020/05/23 07:03:43 adam Exp $

SHA1 (pyobjc-framework-CoreBluetooth-6.2.tar.gz) = 6cb3e8aebda85594719ebf3d83eac4a3e5d6d8f7
RMD160 (pyobjc-framework-CoreBluetooth-6.2.tar.gz) = 7c15da33f9933c2882e9507a4460a7c4ecc02671
SHA512 (pyobjc-framework-CoreBluetooth-6.2.tar.gz) = 0bf1a5831c79f056dbc86a5c24bafab726670861661827f1d70c7720b2dc63d36676e152a857ead24959d6ab72ced4fdb7df9331159e6c472a430591d9ef28e8
Size (pyobjc-framework-CoreBluetooth-6.2.tar.gz) = 32206 bytes

CVSweb <webmaster@jp.NetBSD.org>