pyobjc-framework-ExtensionKit 10.2__tar.gz → 10.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/ExtensionKit/_metadata.py +1 -1
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/pyobjc_framework_ExtensionKit.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/pyobjc_framework_ExtensionKit.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_extensionkit-10.3.1/Lib/pyobjc_framework_ExtensionKit.egg-info/requires.txt +2 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/PKG-INFO +3 -3
- pyobjc-framework-ExtensionKit-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_extensionkit-10.3.1/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc-framework-ExtensionKit-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_extensionkit-10.3.1/metadata/raw/x86_64-14.5.fwinfo +2 -2
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/setup.py +1 -1
- pyobjc-framework-ExtensionKit-10.2/Lib/pyobjc_framework_ExtensionKit.egg-info/requires.txt +0 -2
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/ExtensionKit/__init__.py +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/pyobjc_framework_ExtensionKit.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/pyobjc_framework_ExtensionKit.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Lib/pyobjc_framework_ExtensionKit.egg-info/top_level.txt +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/License.txt +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/MANIFEST.in +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/_ExtensionKit.m +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/_ExtensionKit_protocols.m +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/PyObjCTest/__init__.py +0 -0
- /pyobjc-framework-ExtensionKit-10.2/PyObjCTest/test_exappExtensionbrowserviewcontroller.py → /pyobjc_framework_extensionkit-10.3.1/PyObjCTest/test_exappextensionbrowserviewcontroller.py +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/PyObjCTest/test_exhostviewcontroller.py +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/PyObjCTest/test_extensionkit.py +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/metadata/ExtensionKit.fwinfo +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/pyobjc_setup.py +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/pyproject.toml +0 -0
- {pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ExtensionKit
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework ExtensionKit on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -23,6 +23,6 @@ PyObjCTest/test_extensionkit.py
|
|
|
23
23
|
metadata/ExtensionKit.fwinfo
|
|
24
24
|
metadata/metadata.ini
|
|
25
25
|
metadata/raw/arm64-13.0.fwinfo
|
|
26
|
-
metadata/raw/arm64-14.
|
|
26
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
27
27
|
metadata/raw/x86_64-13.0.fwinfo
|
|
28
|
-
metadata/raw/x86_64-14.
|
|
28
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ExtensionKit
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework ExtensionKit on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "ExtensionKit" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:28:56 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"EXHostViewController.h"
|
|
176
176
|
],
|
|
177
177
|
"release": "10.16",
|
|
178
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
178
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
179
179
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:28:54 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"EXHostViewController.h"
|
|
176
176
|
],
|
|
177
177
|
"release": "10.16",
|
|
178
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
178
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
179
179
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/_ExtensionKit.m
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/pyobjc-api.h
RENAMED
|
File without changes
|
{pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/Modules/pyobjc-compat.h
RENAMED
|
File without changes
|
{pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ExtensionKit-10.2 → pyobjc_framework_extensionkit-10.3.1}/metadata/metadata.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|