pyobjc-framework-SecurityFoundation 12.0__tar.gz → 12.2__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.
Files changed (25) hide show
  1. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/SecurityFoundation/_metadata.py +2 -1
  2. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/pyobjc_framework_SecurityFoundation.egg-info/PKG-INFO +6 -7
  3. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/pyobjc_framework_SecurityFoundation.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_securityfoundation-12.2/Lib/pyobjc_framework_SecurityFoundation.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_securityfoundation-12.2/Lib/pyobjc_framework_SecurityFoundation.egg-info/requires.txt +3 -0
  6. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/PKG-INFO +6 -7
  7. pyobjc_framework_securityfoundation-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_securityfoundation-12.2/metadata/raw/arm64-26.5.fwinfo +79 -3
  8. pyobjc_framework_securityfoundation-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_securityfoundation-12.2/metadata/raw/x86_64-26.5.fwinfo +79 -3
  9. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/pyobjc_setup.py +4 -5
  10. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/setup.py +1 -1
  11. pyobjc_framework_securityfoundation-12.0/Lib/pyobjc_framework_SecurityFoundation.egg-info/pyobjc-build-info.txt +0 -3
  12. pyobjc_framework_securityfoundation-12.0/Lib/pyobjc_framework_SecurityFoundation.egg-info/requires.txt +0 -3
  13. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/SecurityFoundation/__init__.py +0 -0
  14. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/pyobjc_framework_SecurityFoundation.egg-info/dependency_links.txt +0 -0
  15. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/pyobjc_framework_SecurityFoundation.egg-info/not-zip-safe +0 -0
  16. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/Lib/pyobjc_framework_SecurityFoundation.egg-info/top_level.txt +0 -0
  17. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/License.txt +0 -0
  18. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/MANIFEST.in +0 -0
  19. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/PyObjCTest/__init__.py +0 -0
  20. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/PyObjCTest/test_securityfoundation.py +0 -0
  21. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/PyObjCTest/test_sfauthorization.py +0 -0
  22. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/metadata/SecurityFoundation.fwinfo +0 -0
  23. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/metadata/metadata.ini +0 -0
  24. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/pyproject.toml +0 -0
  25. {pyobjc_framework_securityfoundation-12.0 → pyobjc_framework_securityfoundation-12.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Thu Jul 24 14:29:26 2025
3
+ # Last update: Sun May 24 11:58:05 2026
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -101,6 +101,7 @@ try:
101
101
  finally:
102
102
  objc._updatingMetadata(False)
103
103
 
104
+ objc.registerNewKeywordsFromSelector("SFAuthorization", b"init")
104
105
  objc.registerNewKeywordsFromSelector(
105
106
  "SFAuthorization", b"initWithFlags:rights:environment:"
106
107
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-SecurityFoundation
3
- Version: 12.0
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework SecurityFoundation on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
@@ -25,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Programming Language :: Python :: 3.15
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
29
28
  Classifier: Programming Language :: Objective C
30
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
30
  Classifier: Topic :: Software Development :: User Interfaces
32
- Requires-Python: >=3.9
31
+ Requires-Python: >=3.10
33
32
  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
- Requires-Dist: pyobjc-framework-Security>=12.0
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
+ Requires-Dist: pyobjc-framework-Security>=12.2
37
36
  Dynamic: author
38
37
  Dynamic: author-email
39
38
  Dynamic: classifier
@@ -17,5 +17,5 @@ PyObjCTest/test_securityfoundation.py
17
17
  PyObjCTest/test_sfauthorization.py
18
18
  metadata/SecurityFoundation.fwinfo
19
19
  metadata/metadata.ini
20
- metadata/raw/arm64-26.0.fwinfo
21
- metadata/raw/x86_64-26.0.fwinfo
20
+ metadata/raw/arm64-26.5.fwinfo
21
+ metadata/raw/x86_64-26.5.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1,3 @@
1
+ pyobjc-core>=12.2
2
+ pyobjc-framework-Cocoa>=12.2
3
+ pyobjc-framework-Security>=12.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-SecurityFoundation
3
- Version: 12.0
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework SecurityFoundation on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
@@ -25,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Programming Language :: Python :: 3.15
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
29
28
  Classifier: Programming Language :: Objective C
30
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
30
  Classifier: Topic :: Software Development :: User Interfaces
32
- Requires-Python: >=3.9
31
+ Requires-Python: >=3.10
33
32
  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
- Requires-Dist: pyobjc-framework-Security>=12.0
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
+ Requires-Dist: pyobjc-framework-Security>=12.2
37
36
  Dynamic: author
38
37
  Dynamic: author-email
39
38
  Dynamic: classifier
@@ -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: Thu Jul 24 14:28:53 2025
4
+ // Last update: Sun May 24 11:58:05 2026
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -15,7 +15,9 @@
15
15
  {
16
16
  "args": [],
17
17
  "class_method": true,
18
+ "introduced": "10.10",
18
19
  "retval": {
20
+ "type_name": "id",
19
21
  "typestr": "@",
20
22
  "typestr_special": false
21
23
  },
@@ -25,7 +27,9 @@
25
27
  {
26
28
  "args": [],
27
29
  "class_method": false,
30
+ "introduced": "10.10",
28
31
  "retval": {
32
+ "type_name": "AuthorizationRef",
29
33
  "typestr": "^{AuthorizationOpaqueRef=}",
30
34
  "typestr_special": false
31
35
  },
@@ -35,20 +39,30 @@
35
39
  {
36
40
  "args": [
37
41
  {
42
+ "name": "flags",
43
+ "type_name": "AuthorizationFlags",
38
44
  "typestr": "I",
39
45
  "typestr_special": false
40
46
  },
41
47
  {
48
+ "name": "rights",
49
+ "null_accepted": true,
50
+ "type_name": "const AuthorizationRights *",
42
51
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
43
52
  "typestr_special": false
44
53
  },
45
54
  {
55
+ "name": "environment",
56
+ "null_accepted": true,
57
+ "type_name": "const AuthorizationEnvironment *",
46
58
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
47
59
  "typestr_special": false
48
60
  }
49
61
  ],
50
62
  "class_method": true,
63
+ "introduced": "10.10",
51
64
  "retval": {
65
+ "type_name": "id",
52
66
  "typestr": "@",
53
67
  "typestr_special": false
54
68
  },
@@ -58,20 +72,30 @@
58
72
  {
59
73
  "args": [
60
74
  {
75
+ "name": "flags",
76
+ "type_name": "AuthorizationFlags",
61
77
  "typestr": "I",
62
78
  "typestr_special": false
63
79
  },
64
80
  {
81
+ "name": "rights",
82
+ "null_accepted": true,
83
+ "type_name": "const AuthorizationRights *",
65
84
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
66
85
  "typestr_special": false
67
86
  },
68
87
  {
88
+ "name": "environment",
89
+ "null_accepted": true,
90
+ "type_name": "const AuthorizationEnvironment *",
69
91
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
70
92
  "typestr_special": false
71
93
  }
72
94
  ],
73
95
  "class_method": false,
96
+ "introduced": "10.10",
74
97
  "retval": {
98
+ "type_name": "id",
75
99
  "typestr": "@",
76
100
  "typestr_special": false
77
101
  },
@@ -81,7 +105,9 @@
81
105
  {
82
106
  "args": [],
83
107
  "class_method": false,
108
+ "introduced": "10.10",
84
109
  "retval": {
110
+ "type_name": "id",
85
111
  "typestr": "@",
86
112
  "typestr_special": false
87
113
  },
@@ -91,7 +117,9 @@
91
117
  {
92
118
  "args": [],
93
119
  "class_method": false,
120
+ "introduced": "10.10",
94
121
  "retval": {
122
+ "type_name": "void",
95
123
  "typestr": "v",
96
124
  "typestr_special": false
97
125
  },
@@ -101,21 +129,31 @@
101
129
  {
102
130
  "args": [
103
131
  {
132
+ "name": "rightName",
133
+ "null_accepted": true,
134
+ "type_name": "AuthorizationString",
104
135
  "typestr": "^c",
105
136
  "typestr_special": false
106
137
  },
107
138
  {
139
+ "name": "flags",
140
+ "type_name": "AuthorizationFlags",
108
141
  "typestr": "I",
109
142
  "typestr_special": false
110
143
  },
111
144
  {
145
+ "name": "error",
146
+ "null_accepted": true,
112
147
  "type_modifier": "o",
148
+ "type_name": "NSError **",
113
149
  "typestr": "^@",
114
150
  "typestr_special": false
115
151
  }
116
152
  ],
117
153
  "class_method": false,
154
+ "introduced": "10.10",
118
155
  "retval": {
156
+ "type_name": "BOOL",
119
157
  "typestr": "Z",
120
158
  "typestr_special": true
121
159
  },
@@ -125,29 +163,45 @@
125
163
  {
126
164
  "args": [
127
165
  {
166
+ "name": "rights",
167
+ "null_accepted": true,
168
+ "type_name": "const AuthorizationRights *",
128
169
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
129
170
  "typestr_special": false
130
171
  },
131
172
  {
173
+ "name": "flags",
174
+ "type_name": "AuthorizationFlags",
132
175
  "typestr": "I",
133
176
  "typestr_special": false
134
177
  },
135
178
  {
179
+ "name": "environment",
180
+ "null_accepted": true,
181
+ "type_name": "const AuthorizationEnvironment *",
136
182
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
137
183
  "typestr_special": false
138
184
  },
139
185
  {
186
+ "name": "authorizedRights",
187
+ "null_accepted": true,
188
+ "type_name": "AuthorizationRights **",
140
189
  "typestr": "^^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
141
190
  "typestr_special": false
142
191
  },
143
192
  {
193
+ "name": "error",
194
+ "null_accepted": true,
144
195
  "type_modifier": "o",
196
+ "type_name": "NSError **",
145
197
  "typestr": "^@",
146
198
  "typestr_special": false
147
199
  }
148
200
  ],
149
201
  "class_method": false,
202
+ "introduced": "10.10",
150
203
  "retval": {
204
+ "type_name": "BOOL",
151
205
  "typestr": "Z",
152
206
  "typestr_special": true
153
207
  },
@@ -157,24 +211,38 @@
157
211
  {
158
212
  "args": [
159
213
  {
214
+ "name": "rights",
215
+ "null_accepted": true,
216
+ "type_name": "const AuthorizationRights *",
160
217
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
161
218
  "typestr_special": false
162
219
  },
163
220
  {
221
+ "name": "flags",
222
+ "type_name": "AuthorizationFlags",
164
223
  "typestr": "I",
165
224
  "typestr_special": false
166
225
  },
167
226
  {
227
+ "name": "environment",
228
+ "null_accepted": true,
229
+ "type_name": "const AuthorizationEnvironment *",
168
230
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
169
231
  "typestr_special": false
170
232
  },
171
233
  {
234
+ "name": "authorizedRights",
235
+ "null_accepted": true,
236
+ "type_name": "AuthorizationRights *",
172
237
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
173
238
  "typestr_special": false
174
239
  }
175
240
  ],
176
241
  "class_method": false,
242
+ "deprecated": "10.5",
243
+ "introduced": "10.0",
177
244
  "retval": {
245
+ "type_name": "OSStatus",
178
246
  "typestr": "i",
179
247
  "typestr_special": false
180
248
  },
@@ -184,16 +252,24 @@
184
252
  {
185
253
  "args": [
186
254
  {
255
+ "name": "rightName",
256
+ "null_accepted": true,
257
+ "type_name": "AuthorizationString",
187
258
  "typestr": "^c",
188
259
  "typestr_special": false
189
260
  },
190
261
  {
262
+ "name": "flags",
263
+ "type_name": "AuthorizationFlags",
191
264
  "typestr": "I",
192
265
  "typestr_special": false
193
266
  }
194
267
  ],
195
268
  "class_method": false,
269
+ "deprecated": "10.5",
270
+ "introduced": "10.0",
196
271
  "retval": {
272
+ "type_name": "OSStatus",
197
273
  "typestr": "i",
198
274
  "typestr_special": false
199
275
  },
@@ -226,6 +302,6 @@
226
302
  "SFAuthorization.h",
227
303
  "SFDefines.h"
228
304
  ],
229
- "release": "10.16",
230
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
305
+ "release": "26.5",
306
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
231
307
  }
@@ -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: Thu Jul 24 14:28:51 2025
4
+ // Last update: Sun May 24 11:58:03 2026
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -15,7 +15,9 @@
15
15
  {
16
16
  "args": [],
17
17
  "class_method": true,
18
+ "introduced": "10.10",
18
19
  "retval": {
20
+ "type_name": "id",
19
21
  "typestr": "@",
20
22
  "typestr_special": false
21
23
  },
@@ -25,7 +27,9 @@
25
27
  {
26
28
  "args": [],
27
29
  "class_method": false,
30
+ "introduced": "10.10",
28
31
  "retval": {
32
+ "type_name": "AuthorizationRef",
29
33
  "typestr": "^{AuthorizationOpaqueRef=}",
30
34
  "typestr_special": false
31
35
  },
@@ -35,20 +39,30 @@
35
39
  {
36
40
  "args": [
37
41
  {
42
+ "name": "flags",
43
+ "type_name": "AuthorizationFlags",
38
44
  "typestr": "I",
39
45
  "typestr_special": false
40
46
  },
41
47
  {
48
+ "name": "rights",
49
+ "null_accepted": true,
50
+ "type_name": "const AuthorizationRights *",
42
51
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
43
52
  "typestr_special": false
44
53
  },
45
54
  {
55
+ "name": "environment",
56
+ "null_accepted": true,
57
+ "type_name": "const AuthorizationEnvironment *",
46
58
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
47
59
  "typestr_special": false
48
60
  }
49
61
  ],
50
62
  "class_method": true,
63
+ "introduced": "10.10",
51
64
  "retval": {
65
+ "type_name": "id",
52
66
  "typestr": "@",
53
67
  "typestr_special": false
54
68
  },
@@ -58,20 +72,30 @@
58
72
  {
59
73
  "args": [
60
74
  {
75
+ "name": "flags",
76
+ "type_name": "AuthorizationFlags",
61
77
  "typestr": "I",
62
78
  "typestr_special": false
63
79
  },
64
80
  {
81
+ "name": "rights",
82
+ "null_accepted": true,
83
+ "type_name": "const AuthorizationRights *",
65
84
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
66
85
  "typestr_special": false
67
86
  },
68
87
  {
88
+ "name": "environment",
89
+ "null_accepted": true,
90
+ "type_name": "const AuthorizationEnvironment *",
69
91
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
70
92
  "typestr_special": false
71
93
  }
72
94
  ],
73
95
  "class_method": false,
96
+ "introduced": "10.10",
74
97
  "retval": {
98
+ "type_name": "id",
75
99
  "typestr": "@",
76
100
  "typestr_special": false
77
101
  },
@@ -81,7 +105,9 @@
81
105
  {
82
106
  "args": [],
83
107
  "class_method": false,
108
+ "introduced": "10.10",
84
109
  "retval": {
110
+ "type_name": "id",
85
111
  "typestr": "@",
86
112
  "typestr_special": false
87
113
  },
@@ -91,7 +117,9 @@
91
117
  {
92
118
  "args": [],
93
119
  "class_method": false,
120
+ "introduced": "10.10",
94
121
  "retval": {
122
+ "type_name": "void",
95
123
  "typestr": "v",
96
124
  "typestr_special": false
97
125
  },
@@ -101,21 +129,31 @@
101
129
  {
102
130
  "args": [
103
131
  {
132
+ "name": "rightName",
133
+ "null_accepted": true,
134
+ "type_name": "AuthorizationString",
104
135
  "typestr": "^c",
105
136
  "typestr_special": false
106
137
  },
107
138
  {
139
+ "name": "flags",
140
+ "type_name": "AuthorizationFlags",
108
141
  "typestr": "I",
109
142
  "typestr_special": false
110
143
  },
111
144
  {
145
+ "name": "error",
146
+ "null_accepted": true,
112
147
  "type_modifier": "o",
148
+ "type_name": "NSError **",
113
149
  "typestr": "^@",
114
150
  "typestr_special": false
115
151
  }
116
152
  ],
117
153
  "class_method": false,
154
+ "introduced": "10.10",
118
155
  "retval": {
156
+ "type_name": "BOOL",
119
157
  "typestr": "Z",
120
158
  "typestr_special": true
121
159
  },
@@ -125,29 +163,45 @@
125
163
  {
126
164
  "args": [
127
165
  {
166
+ "name": "rights",
167
+ "null_accepted": true,
168
+ "type_name": "const AuthorizationRights *",
128
169
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
129
170
  "typestr_special": false
130
171
  },
131
172
  {
173
+ "name": "flags",
174
+ "type_name": "AuthorizationFlags",
132
175
  "typestr": "I",
133
176
  "typestr_special": false
134
177
  },
135
178
  {
179
+ "name": "environment",
180
+ "null_accepted": true,
181
+ "type_name": "const AuthorizationEnvironment *",
136
182
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
137
183
  "typestr_special": false
138
184
  },
139
185
  {
186
+ "name": "authorizedRights",
187
+ "null_accepted": true,
188
+ "type_name": "AuthorizationRights **",
140
189
  "typestr": "^^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
141
190
  "typestr_special": false
142
191
  },
143
192
  {
193
+ "name": "error",
194
+ "null_accepted": true,
144
195
  "type_modifier": "o",
196
+ "type_name": "NSError **",
145
197
  "typestr": "^@",
146
198
  "typestr_special": false
147
199
  }
148
200
  ],
149
201
  "class_method": false,
202
+ "introduced": "10.10",
150
203
  "retval": {
204
+ "type_name": "BOOL",
151
205
  "typestr": "Z",
152
206
  "typestr_special": true
153
207
  },
@@ -157,24 +211,38 @@
157
211
  {
158
212
  "args": [
159
213
  {
214
+ "name": "rights",
215
+ "null_accepted": true,
216
+ "type_name": "const AuthorizationRights *",
160
217
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
161
218
  "typestr_special": false
162
219
  },
163
220
  {
221
+ "name": "flags",
222
+ "type_name": "AuthorizationFlags",
164
223
  "typestr": "I",
165
224
  "typestr_special": false
166
225
  },
167
226
  {
227
+ "name": "environment",
228
+ "null_accepted": true,
229
+ "type_name": "const AuthorizationEnvironment *",
168
230
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
169
231
  "typestr_special": false
170
232
  },
171
233
  {
234
+ "name": "authorizedRights",
235
+ "null_accepted": true,
236
+ "type_name": "AuthorizationRights *",
172
237
  "typestr": "^{AuthorizationItemSet=I^{AuthorizationItem=^cQ^vI}}",
173
238
  "typestr_special": false
174
239
  }
175
240
  ],
176
241
  "class_method": false,
242
+ "deprecated": "10.5",
243
+ "introduced": "10.0",
177
244
  "retval": {
245
+ "type_name": "OSStatus",
178
246
  "typestr": "i",
179
247
  "typestr_special": false
180
248
  },
@@ -184,16 +252,24 @@
184
252
  {
185
253
  "args": [
186
254
  {
255
+ "name": "rightName",
256
+ "null_accepted": true,
257
+ "type_name": "AuthorizationString",
187
258
  "typestr": "^c",
188
259
  "typestr_special": false
189
260
  },
190
261
  {
262
+ "name": "flags",
263
+ "type_name": "AuthorizationFlags",
191
264
  "typestr": "I",
192
265
  "typestr_special": false
193
266
  }
194
267
  ],
195
268
  "class_method": false,
269
+ "deprecated": "10.5",
270
+ "introduced": "10.0",
196
271
  "retval": {
272
+ "type_name": "OSStatus",
197
273
  "typestr": "i",
198
274
  "typestr_special": false
199
275
  },
@@ -226,6 +302,6 @@
226
302
  "SFAuthorization.h",
227
303
  "SFDefines.h"
228
304
  ],
229
- "release": "10.16",
230
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
305
+ "release": "26.5",
306
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
231
307
  }
@@ -87,10 +87,10 @@ class oc_egg_info(egg_info.egg_info):
87
87
 
88
88
  def write_build_info(self):
89
89
  macos_version = subprocess.check_output(
90
- ["sw_vers", "-productversion"], text=True
90
+ ["sw_vers", "-productVersion"], text=True
91
91
  ).strip()
92
92
  macos_build = subprocess.check_output(
93
- ["sw_vers", "-buildversion"], text=True
93
+ ["sw_vers", "-buildVersion"], text=True
94
94
  ).strip()
95
95
  clang_version = (
96
96
  subprocess.check_output(["clang", "--version"], text=True)
@@ -228,7 +228,6 @@ Operating System :: MacOS :: MacOS X
228
228
  Programming Language :: Python
229
229
  Programming Language :: Python :: 3
230
230
  Programming Language :: Python :: 3 :: Only
231
- Programming Language :: Python :: 3.9
232
231
  Programming Language :: Python :: 3.10
233
232
  Programming Language :: Python :: 3.11
234
233
  Programming Language :: Python :: 3.12
@@ -236,7 +235,7 @@ Programming Language :: Python :: 3.13
236
235
  Programming Language :: Python :: 3.14
237
236
  Programming Language :: Python :: 3.15
238
237
  Programming Language :: Python :: Implementation :: CPython
239
- Programming Language :: Python :: Free Threading :: 2 - Beta
238
+ Programming Language :: Python :: Free Threading :: 3 - Stable
240
239
  Programming Language :: Objective C
241
240
  Topic :: Software Development :: Libraries :: Python Modules
242
241
  Topic :: Software Development :: User Interfaces
@@ -678,7 +677,7 @@ def setup(
678
677
  zip_safe=False,
679
678
  license="MIT",
680
679
  classifiers=CLASSIFIERS,
681
- python_requires=">=3.9",
680
+ python_requires=">=3.10",
682
681
  keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
683
682
  options=options,
684
683
  **k,
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import setup # noqa: E402
17
17
 
18
- VERSION = "12.0"
18
+ VERSION = "12.2"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-SecurityFoundation",
@@ -1,3 +0,0 @@
1
- macOS 26.0.1 (25A362)
2
- Apple clang version 17.0.0 (clang-1700.3.19.1)
3
- SDK: macOS 26.0
@@ -1,3 +0,0 @@
1
- pyobjc-core>=12.0
2
- pyobjc-framework-Cocoa>=12.0
3
- pyobjc-framework-Security>=12.0