pyobjc-framework-Symbols 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-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/Symbols/__init__.py +10 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/Symbols/_metadata.py +1 -1
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/pyobjc_framework_Symbols.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/pyobjc_framework_Symbols.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_symbols-10.3.1/Lib/pyobjc_framework_Symbols.egg-info/requires.txt +2 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/PKG-INFO +3 -3
- pyobjc-framework-Symbols-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_symbols-10.3.1/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc-framework-Symbols-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_symbols-10.3.1/metadata/raw/x86_64-14.5.fwinfo +2 -2
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/setup.py +2 -1
- pyobjc-framework-Symbols-10.2/Lib/pyobjc_framework_Symbols.egg-info/requires.txt +0 -2
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/pyobjc_framework_Symbols.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/pyobjc_framework_Symbols.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/Lib/pyobjc_framework_Symbols.egg-info/top_level.txt +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/License.txt +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/MANIFEST.in +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/PyObjCTest/test_symbols.py +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/metadata/Symbols.fwinfo +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/pyobjc_setup.py +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/pyproject.toml +0 -0
- {pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/setup.cfg +0 -0
|
@@ -28,6 +28,16 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("NSSymbolEffectOptions", b"init"),
|
|
33
|
+
("NSSymbolEffectOptions", b"new"),
|
|
34
|
+
("NSSymbolEffect", b"init"),
|
|
35
|
+
("NSSymbolEffect", b"new"),
|
|
36
|
+
("NSSymbolContentTransition", b"init"),
|
|
37
|
+
("NSSymbolContentTransition", b"new"),
|
|
38
|
+
):
|
|
39
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
40
|
+
|
|
31
41
|
del sys.modules["Symbols._metadata"]
|
|
32
42
|
|
|
33
43
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Symbols
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework Symbols 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Symbols
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework Symbols 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 "Symbols" 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:37:43 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -675,5 +675,5 @@
|
|
|
675
675
|
"NSSymbolEffect.h"
|
|
676
676
|
],
|
|
677
677
|
"release": "10.16",
|
|
678
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
678
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
679
679
|
}
|
|
@@ -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:37:41 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -675,5 +675,5 @@
|
|
|
675
675
|
"NSSymbolEffect.h"
|
|
676
676
|
],
|
|
677
677
|
"release": "10.16",
|
|
678
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
678
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
679
679
|
}
|
|
@@ -6,6 +6,7 @@ for information on how to use this framework and PyObjC's documentation
|
|
|
6
6
|
for general tips and tricks regarding the translation between Python
|
|
7
7
|
and (Objective-)C frameworks
|
|
8
8
|
"""
|
|
9
|
+
|
|
9
10
|
import os
|
|
10
11
|
import sys
|
|
11
12
|
|
|
@@ -14,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
|
|
|
14
15
|
|
|
15
16
|
from pyobjc_setup import setup # noqa: E402
|
|
16
17
|
|
|
17
|
-
VERSION = "10.
|
|
18
|
+
VERSION = "10.3.1"
|
|
18
19
|
|
|
19
20
|
setup(
|
|
20
21
|
name="pyobjc-framework-Symbols",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-Symbols-10.2 → pyobjc_framework_symbols-10.3.1}/PyObjCTest/test_symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|