pyobjc-framework-FileProviderUI 10.1__tar.gz → 10.3__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 (29) hide show
  1. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/FileProviderUI/__init__.py +8 -0
  2. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/FileProviderUI/_metadata.py +1 -1
  3. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/PKG-INFO +3 -3
  4. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/SOURCES.txt +2 -4
  5. pyobjc_framework_fileproviderui-10.3/Lib/pyobjc_framework_FileProviderUI.egg-info/requires.txt +2 -0
  6. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/License.txt +1 -1
  7. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/PKG-INFO +3 -3
  8. pyobjc-framework-FileProviderUI-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_fileproviderui-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
  9. pyobjc-framework-FileProviderUI-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_fileproviderui-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
  10. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/setup.py +2 -1
  11. pyobjc-framework-FileProviderUI-10.1/Lib/pyobjc_framework_FileProviderUI.egg-info/requires.txt +0 -2
  12. pyobjc-framework-FileProviderUI-10.1/metadata/raw/arm64-12.0.fwinfo +0 -188
  13. pyobjc-framework-FileProviderUI-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -188
  14. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/dependency_links.txt +0 -0
  15. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/not-zip-safe +0 -0
  16. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/Lib/pyobjc_framework_FileProviderUI.egg-info/top_level.txt +0 -0
  17. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/MANIFEST.in +0 -0
  18. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/__init__.py +0 -0
  19. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/test_fileproviderui.py +0 -0
  20. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/PyObjCTest/test_fpuiactionextensioncontext.py +0 -0
  21. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/metadata/FileProviderUI.fwinfo +0 -0
  22. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/metadata/metadata.ini +0 -0
  23. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
  24. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  25. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  26. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  27. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/pyobjc_setup.py +0 -0
  28. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/pyproject.toml +0 -0
  29. {pyobjc-framework-FileProviderUI-10.1 → pyobjc_framework_fileproviderui-10.3}/setup.cfg +0 -0
@@ -28,6 +28,14 @@ def _setup():
28
28
  globals()["__dir__"] = dir_func
29
29
  globals()["__getattr__"] = getattr_func
30
30
 
31
+ for cls, sel in (
32
+ (
33
+ "FPUIActionExtensionContext",
34
+ b"completeRequestReturningItems:completionHandler:",
35
+ ),
36
+ ):
37
+ objc.registerUnavailableMethod(cls, sel)
38
+
31
39
  del sys.modules["FileProviderUI._metadata"]
32
40
 
33
41
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:02:44 2023
3
+ # Last update: Sat May 18 09:29:14 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-FileProviderUI
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework FileProviderUI 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.1
34
- Requires-Dist: pyobjc-framework-FileProvider>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-FileProvider>=10.3
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
@@ -16,11 +16,9 @@ PyObjCTest/test_fileproviderui.py
16
16
  PyObjCTest/test_fpuiactionextensioncontext.py
17
17
  metadata/FileProviderUI.fwinfo
18
18
  metadata/metadata.ini
19
- metadata/raw/arm64-12.0.fwinfo
20
19
  metadata/raw/arm64-12.3.fwinfo
21
- metadata/raw/arm64-14.0.fwinfo
20
+ metadata/raw/arm64-14.5.fwinfo
22
21
  metadata/raw/x86_64-10.15.fwinfo
23
22
  metadata/raw/x86_64-10.16.fwinfo
24
- metadata/raw/x86_64-12.0.fwinfo
25
23
  metadata/raw/x86_64-12.3.fwinfo
26
- metadata/raw/x86_64-14.0.fwinfo
24
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-FileProvider>=10.3
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2022 - Ronald Oussoren
4
+ Copyright 2003-2024 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-FileProviderUI
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework FileProviderUI 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.1
34
- Requires-Dist: pyobjc-framework-FileProvider>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-FileProvider>=10.3
35
35
 
36
36
 
37
37
  Wrappers for the "FileProviderUI" 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 Jul 1 14:02:44 2023
4
+ // Last update: Sat May 18 09:29:14 2024
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -193,5 +193,5 @@
193
193
  "FPUIBase.h"
194
194
  ],
195
195
  "release": "10.16",
196
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
196
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
197
197
  }
@@ -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 Jul 1 14:02:41 2023
4
+ // Last update: Sat May 18 09:29:11 2024
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -193,5 +193,5 @@
193
193
  "FPUIBase.h"
194
194
  ],
195
195
  "release": "10.16",
196
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
196
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
197
197
  }
@@ -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.1"
18
+ VERSION = "10.3"
18
19
 
19
20
  setup(
20
21
  name="pyobjc-framework-FileProviderUI",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.1
2
- pyobjc-framework-FileProvider>=10.1
@@ -1,188 +0,0 @@
1
- // GENERATED FILE DO NOT EDIT
2
- //
3
- // This file was generated by objective.metadata
4
- // Last update: Sun Jul 11 21:38:07 2021
5
- {
6
- "arch": "arm64",
7
- "definitions": {
8
- "aliases": {},
9
- "called_definitions": {},
10
- "cftypes": {},
11
- "classes": {
12
- "FPUIActionExtensionContext": {
13
- "categories": [],
14
- "methods": [
15
- {
16
- "args": [],
17
- "class_method": false,
18
- "retval": {
19
- "typestr": "v",
20
- "typestr_special": false
21
- },
22
- "selector": "completeRequest",
23
- "visibility": "public"
24
- },
25
- {
26
- "args": [
27
- {
28
- "typestr": "@",
29
- "typestr_special": false
30
- },
31
- {
32
- "callable": {
33
- "arguments": {
34
- "0": {
35
- "type": "^v"
36
- },
37
- "1": {
38
- "type": "Z"
39
- }
40
- },
41
- "retval": {
42
- "type": "v"
43
- }
44
- },
45
- "typestr": "@?",
46
- "typestr_special": false
47
- }
48
- ],
49
- "class_method": false,
50
- "retval": {
51
- "typestr": "v",
52
- "typestr_special": false
53
- },
54
- "selector": "completeRequestReturningItems:completionHandler:",
55
- "visibility": "public"
56
- },
57
- {
58
- "args": [
59
- {
60
- "typestr": "@",
61
- "typestr_special": false
62
- }
63
- ],
64
- "class_method": false,
65
- "retval": {
66
- "typestr": "v",
67
- "typestr_special": false
68
- },
69
- "selector": "cancelRequestWithError:",
70
- "visibility": "public"
71
- },
72
- {
73
- "args": [],
74
- "class_method": false,
75
- "retval": {
76
- "typestr": "@",
77
- "typestr_special": false
78
- },
79
- "selector": "domainIdentifier",
80
- "visibility": "public"
81
- }
82
- ],
83
- "name": "FPUIActionExtensionContext",
84
- "properties": [
85
- {
86
- "attributes": [
87
- "copy",
88
- "readonly"
89
- ],
90
- "name": "domainIdentifier",
91
- "typestr": "@",
92
- "typestr_special": false
93
- }
94
- ],
95
- "protocols": [],
96
- "super": "NSExtensionContext"
97
- },
98
- "FPUIActionExtensionViewController": {
99
- "categories": [],
100
- "methods": [
101
- {
102
- "args": [
103
- {
104
- "typestr": "@",
105
- "typestr_special": false
106
- }
107
- ],
108
- "class_method": false,
109
- "retval": {
110
- "typestr": "v",
111
- "typestr_special": false
112
- },
113
- "selector": "prepareForError:",
114
- "visibility": "public"
115
- },
116
- {
117
- "args": [
118
- {
119
- "typestr": "@",
120
- "typestr_special": false
121
- },
122
- {
123
- "typestr": "@",
124
- "typestr_special": false
125
- }
126
- ],
127
- "class_method": false,
128
- "retval": {
129
- "typestr": "v",
130
- "typestr_special": false
131
- },
132
- "selector": "prepareForActionWithIdentifier:itemIdentifiers:",
133
- "visibility": "public"
134
- },
135
- {
136
- "args": [],
137
- "class_method": false,
138
- "retval": {
139
- "typestr": "@",
140
- "typestr_special": false
141
- },
142
- "selector": "extensionContext",
143
- "visibility": "public"
144
- }
145
- ],
146
- "name": "FPUIActionExtensionViewController",
147
- "properties": [
148
- {
149
- "attributes": [
150
- "nonatomic",
151
- "readonly",
152
- "strong"
153
- ],
154
- "name": "extensionContext",
155
- "typestr": "@",
156
- "typestr_special": false
157
- }
158
- ],
159
- "protocols": [],
160
- "super": "NSViewController"
161
- }
162
- },
163
- "enum": {
164
- "FPUIExtensionErrorCodeFailed": 1,
165
- "FPUIExtensionErrorCodeUserCancelled": 0
166
- },
167
- "expressions": {},
168
- "externs": {
169
- "FPUIErrorDomain": {
170
- "typestr": "@"
171
- }
172
- },
173
- "formal_protocols": {},
174
- "func_macros": {},
175
- "functions": {},
176
- "informal_protocols": {},
177
- "literals": {},
178
- "structs": {}
179
- },
180
- "framework": "FileProviderUI",
181
- "headers": [
182
- "FPUIActionExtensionContext.h",
183
- "FPUIActionExtensionViewController.h",
184
- "FPUIBase.h"
185
- ],
186
- "release": "10.16",
187
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
188
- }
@@ -1,188 +0,0 @@
1
- // GENERATED FILE DO NOT EDIT
2
- //
3
- // This file was generated by objective.metadata
4
- // Last update: Sun Jul 11 21:38:05 2021
5
- {
6
- "arch": "x86_64",
7
- "definitions": {
8
- "aliases": {},
9
- "called_definitions": {},
10
- "cftypes": {},
11
- "classes": {
12
- "FPUIActionExtensionContext": {
13
- "categories": [],
14
- "methods": [
15
- {
16
- "args": [],
17
- "class_method": false,
18
- "retval": {
19
- "typestr": "v",
20
- "typestr_special": false
21
- },
22
- "selector": "completeRequest",
23
- "visibility": "public"
24
- },
25
- {
26
- "args": [
27
- {
28
- "typestr": "@",
29
- "typestr_special": false
30
- },
31
- {
32
- "callable": {
33
- "arguments": {
34
- "0": {
35
- "type": "^v"
36
- },
37
- "1": {
38
- "type": "Z"
39
- }
40
- },
41
- "retval": {
42
- "type": "v"
43
- }
44
- },
45
- "typestr": "@?",
46
- "typestr_special": false
47
- }
48
- ],
49
- "class_method": false,
50
- "retval": {
51
- "typestr": "v",
52
- "typestr_special": false
53
- },
54
- "selector": "completeRequestReturningItems:completionHandler:",
55
- "visibility": "public"
56
- },
57
- {
58
- "args": [
59
- {
60
- "typestr": "@",
61
- "typestr_special": false
62
- }
63
- ],
64
- "class_method": false,
65
- "retval": {
66
- "typestr": "v",
67
- "typestr_special": false
68
- },
69
- "selector": "cancelRequestWithError:",
70
- "visibility": "public"
71
- },
72
- {
73
- "args": [],
74
- "class_method": false,
75
- "retval": {
76
- "typestr": "@",
77
- "typestr_special": false
78
- },
79
- "selector": "domainIdentifier",
80
- "visibility": "public"
81
- }
82
- ],
83
- "name": "FPUIActionExtensionContext",
84
- "properties": [
85
- {
86
- "attributes": [
87
- "copy",
88
- "readonly"
89
- ],
90
- "name": "domainIdentifier",
91
- "typestr": "@",
92
- "typestr_special": false
93
- }
94
- ],
95
- "protocols": [],
96
- "super": "NSExtensionContext"
97
- },
98
- "FPUIActionExtensionViewController": {
99
- "categories": [],
100
- "methods": [
101
- {
102
- "args": [
103
- {
104
- "typestr": "@",
105
- "typestr_special": false
106
- }
107
- ],
108
- "class_method": false,
109
- "retval": {
110
- "typestr": "v",
111
- "typestr_special": false
112
- },
113
- "selector": "prepareForError:",
114
- "visibility": "public"
115
- },
116
- {
117
- "args": [
118
- {
119
- "typestr": "@",
120
- "typestr_special": false
121
- },
122
- {
123
- "typestr": "@",
124
- "typestr_special": false
125
- }
126
- ],
127
- "class_method": false,
128
- "retval": {
129
- "typestr": "v",
130
- "typestr_special": false
131
- },
132
- "selector": "prepareForActionWithIdentifier:itemIdentifiers:",
133
- "visibility": "public"
134
- },
135
- {
136
- "args": [],
137
- "class_method": false,
138
- "retval": {
139
- "typestr": "@",
140
- "typestr_special": false
141
- },
142
- "selector": "extensionContext",
143
- "visibility": "public"
144
- }
145
- ],
146
- "name": "FPUIActionExtensionViewController",
147
- "properties": [
148
- {
149
- "attributes": [
150
- "nonatomic",
151
- "readonly",
152
- "strong"
153
- ],
154
- "name": "extensionContext",
155
- "typestr": "@",
156
- "typestr_special": false
157
- }
158
- ],
159
- "protocols": [],
160
- "super": "NSViewController"
161
- }
162
- },
163
- "enum": {
164
- "FPUIExtensionErrorCodeFailed": 1,
165
- "FPUIExtensionErrorCodeUserCancelled": 0
166
- },
167
- "expressions": {},
168
- "externs": {
169
- "FPUIErrorDomain": {
170
- "typestr": "@"
171
- }
172
- },
173
- "formal_protocols": {},
174
- "func_macros": {},
175
- "functions": {},
176
- "informal_protocols": {},
177
- "literals": {},
178
- "structs": {}
179
- },
180
- "framework": "FileProviderUI",
181
- "headers": [
182
- "FPUIActionExtensionContext.h",
183
- "FPUIActionExtensionViewController.h",
184
- "FPUIBase.h"
185
- ],
186
- "release": "10.16",
187
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk"
188
- }