pyobjc-framework-ExecutionPolicy 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.
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/ExecutionPolicy/_metadata.py +4 -1
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/PKG-INFO +5 -6
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_executionpolicy-12.2/Lib/pyobjc_framework_ExecutionPolicy.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_executionpolicy-12.2/Lib/pyobjc_framework_ExecutionPolicy.egg-info/requires.txt +2 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/PKG-INFO +5 -6
- pyobjc_framework_executionpolicy-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_executionpolicy-12.2/metadata/raw/arm64-26.5.fwinfo +53 -10
- pyobjc_framework_executionpolicy-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_executionpolicy-12.2/metadata/raw/x86_64-26.5.fwinfo +53 -10
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/setup.py +1 -1
- pyobjc_framework_executionpolicy-12.0/Lib/pyobjc_framework_ExecutionPolicy.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_executionpolicy-12.0/Lib/pyobjc_framework_ExecutionPolicy.egg-info/requires.txt +0 -2
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/ExecutionPolicy/__init__.py +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/top_level.txt +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/License.txt +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/PyObjCTest/test_epdevelopertool.py +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/PyObjCTest/test_eperrors.py +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/PyObjCTest/test_executionpolicy.py +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/metadata/ExecutionPolicy.fwinfo +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun May 24 11:48:34 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -64,6 +64,9 @@ try:
|
|
|
64
64
|
)
|
|
65
65
|
finally:
|
|
66
66
|
objc._updatingMetadata(False)
|
|
67
|
+
|
|
68
|
+
objc.registerNewKeywordsFromSelector("EPDeveloperTool", b"init")
|
|
69
|
+
objc.registerNewKeywordsFromSelector("EPExecutionPolicy", b"init")
|
|
67
70
|
expressions = {}
|
|
68
71
|
|
|
69
72
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExecutionPolicy
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework ExecutionPolicy 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,14 +24,14 @@ 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 ::
|
|
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.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExecutionPolicy
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework ExecutionPolicy 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,14 +24,14 @@ 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 ::
|
|
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.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
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:
|
|
4
|
+
// Last update: Sun May 24 11:48:33 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
|
+
"introduced": "10.15",
|
|
18
19
|
"retval": {
|
|
20
|
+
"instancetype": true,
|
|
21
|
+
"type_name": "instancetype",
|
|
19
22
|
"typestr": "@",
|
|
20
23
|
"typestr_special": false
|
|
21
24
|
},
|
|
@@ -31,19 +34,25 @@
|
|
|
31
34
|
"type": "^v"
|
|
32
35
|
},
|
|
33
36
|
"1": {
|
|
34
|
-
"type": "Z"
|
|
37
|
+
"type": "Z",
|
|
38
|
+
"type_name": "BOOL"
|
|
35
39
|
}
|
|
36
40
|
},
|
|
37
41
|
"retval": {
|
|
38
42
|
"type": "v"
|
|
39
43
|
}
|
|
40
44
|
},
|
|
45
|
+
"name": "handler",
|
|
46
|
+
"null_accepted": true,
|
|
47
|
+
"type_name": "void (^)(BOOL)",
|
|
41
48
|
"typestr": "@?",
|
|
42
49
|
"typestr_special": false
|
|
43
50
|
}
|
|
44
51
|
],
|
|
45
52
|
"class_method": false,
|
|
53
|
+
"introduced": "10.15",
|
|
46
54
|
"retval": {
|
|
55
|
+
"type_name": "void",
|
|
47
56
|
"typestr": "v",
|
|
48
57
|
"typestr_special": false
|
|
49
58
|
},
|
|
@@ -53,7 +62,9 @@
|
|
|
53
62
|
{
|
|
54
63
|
"args": [],
|
|
55
64
|
"class_method": false,
|
|
65
|
+
"introduced": "10.15",
|
|
56
66
|
"retval": {
|
|
67
|
+
"type_name": "EPDeveloperToolStatus",
|
|
57
68
|
"typestr": "q",
|
|
58
69
|
"typestr_special": false
|
|
59
70
|
},
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"readonly"
|
|
69
80
|
],
|
|
70
81
|
"name": "authorizationStatus",
|
|
82
|
+
"type_name": "EPDeveloperToolStatus",
|
|
71
83
|
"typestr": "q",
|
|
72
84
|
"typestr_special": false
|
|
73
85
|
}
|
|
@@ -81,7 +93,10 @@
|
|
|
81
93
|
{
|
|
82
94
|
"args": [],
|
|
83
95
|
"class_method": false,
|
|
96
|
+
"introduced": "10.15",
|
|
84
97
|
"retval": {
|
|
98
|
+
"instancetype": true,
|
|
99
|
+
"type_name": "instancetype",
|
|
85
100
|
"typestr": "@",
|
|
86
101
|
"typestr_special": false
|
|
87
102
|
},
|
|
@@ -91,17 +106,25 @@
|
|
|
91
106
|
{
|
|
92
107
|
"args": [
|
|
93
108
|
{
|
|
109
|
+
"name": "url",
|
|
110
|
+
"null_accepted": true,
|
|
111
|
+
"type_name": "NSURL *",
|
|
94
112
|
"typestr": "@",
|
|
95
113
|
"typestr_special": false
|
|
96
114
|
},
|
|
97
115
|
{
|
|
116
|
+
"name": "error",
|
|
117
|
+
"null_accepted": true,
|
|
98
118
|
"type_modifier": "o",
|
|
119
|
+
"type_name": "NSError * _Nullable *",
|
|
99
120
|
"typestr": "^@",
|
|
100
121
|
"typestr_special": false
|
|
101
122
|
}
|
|
102
123
|
],
|
|
103
124
|
"class_method": false,
|
|
125
|
+
"introduced": "10.15",
|
|
104
126
|
"retval": {
|
|
127
|
+
"type_name": "BOOL",
|
|
105
128
|
"typestr": "Z",
|
|
106
129
|
"typestr_special": true
|
|
107
130
|
},
|
|
@@ -116,12 +139,30 @@
|
|
|
116
139
|
}
|
|
117
140
|
},
|
|
118
141
|
"enum": {
|
|
119
|
-
"EPDeveloperToolStatusAuthorized":
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
142
|
+
"EPDeveloperToolStatusAuthorized": {
|
|
143
|
+
"enum": "EPDeveloperToolStatus",
|
|
144
|
+
"value": 3
|
|
145
|
+
},
|
|
146
|
+
"EPDeveloperToolStatusDenied": {
|
|
147
|
+
"enum": "EPDeveloperToolStatus",
|
|
148
|
+
"value": 2
|
|
149
|
+
},
|
|
150
|
+
"EPDeveloperToolStatusNotDetermined": {
|
|
151
|
+
"enum": "EPDeveloperToolStatus",
|
|
152
|
+
"value": 0
|
|
153
|
+
},
|
|
154
|
+
"EPDeveloperToolStatusRestricted": {
|
|
155
|
+
"enum": "EPDeveloperToolStatus",
|
|
156
|
+
"value": 1
|
|
157
|
+
},
|
|
158
|
+
"EPErrorGeneric": {
|
|
159
|
+
"enum": "EPError",
|
|
160
|
+
"value": 1
|
|
161
|
+
},
|
|
162
|
+
"EPErrorNotADeveloperTool": {
|
|
163
|
+
"enum": "EPError",
|
|
164
|
+
"value": 2
|
|
165
|
+
}
|
|
125
166
|
},
|
|
126
167
|
"enum_type": {
|
|
127
168
|
"EPDeveloperToolStatus": {
|
|
@@ -134,6 +175,8 @@
|
|
|
134
175
|
"expressions": {},
|
|
135
176
|
"externs": {
|
|
136
177
|
"EPErrorDomain": {
|
|
178
|
+
"introduced": "10.15",
|
|
179
|
+
"type_name": "const NSErrorDomain",
|
|
137
180
|
"typestr": "@"
|
|
138
181
|
}
|
|
139
182
|
},
|
|
@@ -153,6 +196,6 @@
|
|
|
153
196
|
"EPDeveloperTool.h",
|
|
154
197
|
"EPErrors.h"
|
|
155
198
|
],
|
|
156
|
-
"release": "
|
|
157
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
199
|
+
"release": "26.5",
|
|
200
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
158
201
|
}
|
|
@@ -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:
|
|
4
|
+
// Last update: Sun May 24 11:48:31 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
|
+
"introduced": "10.15",
|
|
18
19
|
"retval": {
|
|
20
|
+
"instancetype": true,
|
|
21
|
+
"type_name": "instancetype",
|
|
19
22
|
"typestr": "@",
|
|
20
23
|
"typestr_special": false
|
|
21
24
|
},
|
|
@@ -31,19 +34,25 @@
|
|
|
31
34
|
"type": "^v"
|
|
32
35
|
},
|
|
33
36
|
"1": {
|
|
34
|
-
"type": "Z"
|
|
37
|
+
"type": "Z",
|
|
38
|
+
"type_name": "BOOL"
|
|
35
39
|
}
|
|
36
40
|
},
|
|
37
41
|
"retval": {
|
|
38
42
|
"type": "v"
|
|
39
43
|
}
|
|
40
44
|
},
|
|
45
|
+
"name": "handler",
|
|
46
|
+
"null_accepted": true,
|
|
47
|
+
"type_name": "void (^)(BOOL)",
|
|
41
48
|
"typestr": "@?",
|
|
42
49
|
"typestr_special": false
|
|
43
50
|
}
|
|
44
51
|
],
|
|
45
52
|
"class_method": false,
|
|
53
|
+
"introduced": "10.15",
|
|
46
54
|
"retval": {
|
|
55
|
+
"type_name": "void",
|
|
47
56
|
"typestr": "v",
|
|
48
57
|
"typestr_special": false
|
|
49
58
|
},
|
|
@@ -53,7 +62,9 @@
|
|
|
53
62
|
{
|
|
54
63
|
"args": [],
|
|
55
64
|
"class_method": false,
|
|
65
|
+
"introduced": "10.15",
|
|
56
66
|
"retval": {
|
|
67
|
+
"type_name": "EPDeveloperToolStatus",
|
|
57
68
|
"typestr": "q",
|
|
58
69
|
"typestr_special": false
|
|
59
70
|
},
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"readonly"
|
|
69
80
|
],
|
|
70
81
|
"name": "authorizationStatus",
|
|
82
|
+
"type_name": "EPDeveloperToolStatus",
|
|
71
83
|
"typestr": "q",
|
|
72
84
|
"typestr_special": false
|
|
73
85
|
}
|
|
@@ -81,7 +93,10 @@
|
|
|
81
93
|
{
|
|
82
94
|
"args": [],
|
|
83
95
|
"class_method": false,
|
|
96
|
+
"introduced": "10.15",
|
|
84
97
|
"retval": {
|
|
98
|
+
"instancetype": true,
|
|
99
|
+
"type_name": "instancetype",
|
|
85
100
|
"typestr": "@",
|
|
86
101
|
"typestr_special": false
|
|
87
102
|
},
|
|
@@ -91,17 +106,25 @@
|
|
|
91
106
|
{
|
|
92
107
|
"args": [
|
|
93
108
|
{
|
|
109
|
+
"name": "url",
|
|
110
|
+
"null_accepted": true,
|
|
111
|
+
"type_name": "NSURL *",
|
|
94
112
|
"typestr": "@",
|
|
95
113
|
"typestr_special": false
|
|
96
114
|
},
|
|
97
115
|
{
|
|
116
|
+
"name": "error",
|
|
117
|
+
"null_accepted": true,
|
|
98
118
|
"type_modifier": "o",
|
|
119
|
+
"type_name": "NSError * _Nullable *",
|
|
99
120
|
"typestr": "^@",
|
|
100
121
|
"typestr_special": false
|
|
101
122
|
}
|
|
102
123
|
],
|
|
103
124
|
"class_method": false,
|
|
125
|
+
"introduced": "10.15",
|
|
104
126
|
"retval": {
|
|
127
|
+
"type_name": "BOOL",
|
|
105
128
|
"typestr": "Z",
|
|
106
129
|
"typestr_special": true
|
|
107
130
|
},
|
|
@@ -116,12 +139,30 @@
|
|
|
116
139
|
}
|
|
117
140
|
},
|
|
118
141
|
"enum": {
|
|
119
|
-
"EPDeveloperToolStatusAuthorized":
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
142
|
+
"EPDeveloperToolStatusAuthorized": {
|
|
143
|
+
"enum": "EPDeveloperToolStatus",
|
|
144
|
+
"value": 3
|
|
145
|
+
},
|
|
146
|
+
"EPDeveloperToolStatusDenied": {
|
|
147
|
+
"enum": "EPDeveloperToolStatus",
|
|
148
|
+
"value": 2
|
|
149
|
+
},
|
|
150
|
+
"EPDeveloperToolStatusNotDetermined": {
|
|
151
|
+
"enum": "EPDeveloperToolStatus",
|
|
152
|
+
"value": 0
|
|
153
|
+
},
|
|
154
|
+
"EPDeveloperToolStatusRestricted": {
|
|
155
|
+
"enum": "EPDeveloperToolStatus",
|
|
156
|
+
"value": 1
|
|
157
|
+
},
|
|
158
|
+
"EPErrorGeneric": {
|
|
159
|
+
"enum": "EPError",
|
|
160
|
+
"value": 1
|
|
161
|
+
},
|
|
162
|
+
"EPErrorNotADeveloperTool": {
|
|
163
|
+
"enum": "EPError",
|
|
164
|
+
"value": 2
|
|
165
|
+
}
|
|
125
166
|
},
|
|
126
167
|
"enum_type": {
|
|
127
168
|
"EPDeveloperToolStatus": {
|
|
@@ -134,6 +175,8 @@
|
|
|
134
175
|
"expressions": {},
|
|
135
176
|
"externs": {
|
|
136
177
|
"EPErrorDomain": {
|
|
178
|
+
"introduced": "10.15",
|
|
179
|
+
"type_name": "const NSErrorDomain",
|
|
137
180
|
"typestr": "@"
|
|
138
181
|
}
|
|
139
182
|
},
|
|
@@ -153,6 +196,6 @@
|
|
|
153
196
|
"EPDeveloperTool.h",
|
|
154
197
|
"EPErrors.h"
|
|
155
198
|
],
|
|
156
|
-
"release": "
|
|
157
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
199
|
+
"release": "26.5",
|
|
200
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
158
201
|
}
|
{pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/pyobjc_setup.py
RENAMED
|
@@ -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", "-
|
|
90
|
+
["sw_vers", "-productVersion"], text=True
|
|
91
91
|
).strip()
|
|
92
92
|
macos_build = subprocess.check_output(
|
|
93
|
-
["sw_vers", "-
|
|
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 ::
|
|
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.
|
|
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,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_executionpolicy-12.0 → pyobjc_framework_executionpolicy-12.2}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|