pyobjc-framework-UniformTypeIdentifiers 11.0__py2.py3-none-any.whl → 12.0__py2.py3-none-any.whl
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.
- UniformTypeIdentifiers/_metadata.py +17 -6
- {pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info → pyobjc_framework_uniformtypeidentifiers-12.0.dist-info}/METADATA +20 -7
- pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/RECORD +7 -0
- {pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info → pyobjc_framework_uniformtypeidentifiers-12.0.dist-info}/WHEEL +1 -1
- pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/RECORD +0 -7
- pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/pyobjc-build-info.txt +0 -3
- {pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info → pyobjc_framework_uniformtypeidentifiers-12.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Thu
|
|
3
|
+
# Last update: Thu Jul 24 14:23:55 2025
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -117,8 +117,22 @@ try:
|
|
|
117
117
|
4: {"type": b"Z"},
|
|
118
118
|
5: {
|
|
119
119
|
"callable": {
|
|
120
|
-
"retval": {"type": b"
|
|
121
|
-
"arguments": {
|
|
120
|
+
"retval": {"type": b"@"},
|
|
121
|
+
"arguments": {
|
|
122
|
+
0: {"type": b"^v"},
|
|
123
|
+
1: {
|
|
124
|
+
"callable": {
|
|
125
|
+
"retval": {"type": "v"},
|
|
126
|
+
"arguments": {
|
|
127
|
+
0: {"type": "^v"},
|
|
128
|
+
1: {"type": "@"},
|
|
129
|
+
2: {"type": "Z"},
|
|
130
|
+
3: {"type": "@"},
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
"type": b"@?",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
122
136
|
}
|
|
123
137
|
},
|
|
124
138
|
}
|
|
@@ -130,9 +144,6 @@ try:
|
|
|
130
144
|
r(b"UTType", b"isPublicType", {"retval": {"type": b"Z"}})
|
|
131
145
|
r(b"UTType", b"isSubtypeOfType:", {"retval": {"type": b"Z"}})
|
|
132
146
|
r(b"UTType", b"isSupertypeOfType:", {"retval": {"type": b"Z"}})
|
|
133
|
-
r(b"null", b"conformsToType:", {"retval": {"type": b"Z"}})
|
|
134
|
-
r(b"null", b"isSubtypeOfType:", {"retval": {"type": b"Z"}})
|
|
135
|
-
r(b"null", b"isSupertypeOfType:", {"retval": {"type": b"Z"}})
|
|
136
147
|
finally:
|
|
137
148
|
objc._updatingMetadata(False)
|
|
138
149
|
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-UniformTypeIdentifiers
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework UniformTypeIdentifiers on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
7
7
|
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
-
License: MIT
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,UniformTypeIdentifiers
|
|
10
|
-
Platform: MacOS X (>=
|
|
10
|
+
Platform: MacOS X (>=11.0)
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Programming Language :: Python
|
|
@@ -24,17 +23,31 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
28
29
|
Classifier: Programming Language :: Objective C
|
|
29
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
32
|
Requires-Python: >=3.9
|
|
32
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.0
|
|
36
|
+
Dynamic: author
|
|
37
|
+
Dynamic: author-email
|
|
38
|
+
Dynamic: classifier
|
|
39
|
+
Dynamic: description
|
|
40
|
+
Dynamic: description-content-type
|
|
41
|
+
Dynamic: home-page
|
|
42
|
+
Dynamic: keywords
|
|
43
|
+
Dynamic: license
|
|
44
|
+
Dynamic: platform
|
|
45
|
+
Dynamic: requires-dist
|
|
46
|
+
Dynamic: requires-python
|
|
47
|
+
Dynamic: summary
|
|
33
48
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
49
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
50
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
-
Requires-Dist: pyobjc-core >=11.0
|
|
37
|
-
Requires-Dist: pyobjc-framework-Cocoa >=11.0
|
|
38
51
|
|
|
39
52
|
|
|
40
53
|
Wrappers for the "UniformTypeIdentifiers" framework on macOS.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
UniformTypeIdentifiers/__init__.py,sha256=D2MUcxQH8lDo4TcSCViIMMVyYXzc73A1PTR_QzQ7ZgM,1041
|
|
2
|
+
UniformTypeIdentifiers/_metadata.py,sha256=WmIBC3HZdiB53OHUIFfYLS7p3eTV4pn6SyTWUMEIcus,6881
|
|
3
|
+
pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/METADATA,sha256=QDvabhDop86nTsuBxf_IKHtDRhSTwCZezSItjJEgsvM,2603
|
|
4
|
+
pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
5
|
+
pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/pyobjc-build-info.txt,sha256=DrbcGDJq0sVhQwFajghJ82j-HCBI07U1mQQig6N9ubs,85
|
|
6
|
+
pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/top_level.txt,sha256=_d1K63MbcAlDBhqxKHVvLepbQJRWl7TTy0R56GvhNhs,23
|
|
7
|
+
pyobjc_framework_uniformtypeidentifiers-12.0.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
UniformTypeIdentifiers/__init__.py,sha256=D2MUcxQH8lDo4TcSCViIMMVyYXzc73A1PTR_QzQ7ZgM,1041
|
|
2
|
-
UniformTypeIdentifiers/_metadata.py,sha256=PZAEnZwS6-MBN1dTqndwfDnyga9K3LxqQ6ruvtdMIQA,6463
|
|
3
|
-
pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/METADATA,sha256=fQZRm8yOp5p8Xlk7kZ9MponYMD2MKCEVOxj1ow81kHc,2291
|
|
4
|
-
pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
-
pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
|
|
6
|
-
pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/top_level.txt,sha256=_d1K63MbcAlDBhqxKHVvLepbQJRWl7TTy0R56GvhNhs,23
|
|
7
|
-
pyobjc_framework_UniformTypeIdentifiers-11.0.dist-info/RECORD,,
|