pyobjc-framework-SecurityUI 11.1__tar.gz → 12.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_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/SecurityUI/_metadata.py +1 -1
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/pyobjc_framework_SecurityUI.egg-info/PKG-INFO +7 -6
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/pyobjc_framework_SecurityUI.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_securityui-12.1/Lib/pyobjc_framework_SecurityUI.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_securityui-12.1/Lib/pyobjc_framework_SecurityUI.egg-info/requires.txt +3 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/PKG-INFO +7 -6
- pyobjc_framework_securityui-11.1/metadata/raw/arm64-15.4.fwinfo → pyobjc_framework_securityui-12.1/metadata/raw/arm64-26.0.fwinfo +2 -2
- pyobjc_framework_securityui-11.1/metadata/raw/x86_64-15.4.fwinfo → pyobjc_framework_securityui-12.1/metadata/raw/x86_64-26.0.fwinfo +2 -2
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/pyobjc_setup.py +5 -4
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/setup.py +1 -1
- pyobjc_framework_securityui-11.1/Lib/pyobjc_framework_SecurityUI.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_securityui-11.1/Lib/pyobjc_framework_SecurityUI.egg-info/requires.txt +0 -3
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/SecurityUI/__init__.py +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/pyobjc_framework_SecurityUI.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/pyobjc_framework_SecurityUI.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/pyobjc_framework_SecurityUI.egg-info/top_level.txt +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/License.txt +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/MANIFEST.in +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/PyObjCTest/test_securityui.py +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/PyObjCTest/test_sfcertificatepresentation.py +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/metadata/SecurityUI.fwinfo +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/pyproject.toml +0 -0
- {pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-SecurityUI
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.1
|
|
4
4
|
Summary: Wrappers for the framework SecurityUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,21 +17,22 @@ 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
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
|
-
Requires-Dist: pyobjc-core>=
|
|
33
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Security>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
35
|
+
Requires-Dist: pyobjc-framework-Security>=12.1
|
|
35
36
|
Dynamic: author
|
|
36
37
|
Dynamic: author-email
|
|
37
38
|
Dynamic: classifier
|
|
@@ -17,5 +17,5 @@ PyObjCTest/test_securityui.py
|
|
|
17
17
|
PyObjCTest/test_sfcertificatepresentation.py
|
|
18
18
|
metadata/SecurityUI.fwinfo
|
|
19
19
|
metadata/metadata.ini
|
|
20
|
-
metadata/raw/arm64-
|
|
21
|
-
metadata/raw/x86_64-
|
|
20
|
+
metadata/raw/arm64-26.0.fwinfo
|
|
21
|
+
metadata/raw/x86_64-26.0.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-SecurityUI
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.1
|
|
4
4
|
Summary: Wrappers for the framework SecurityUI on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,21 +17,22 @@ 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
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
|
-
Requires-Dist: pyobjc-core>=
|
|
33
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Security>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
35
|
+
Requires-Dist: pyobjc-framework-Security>=12.1
|
|
35
36
|
Dynamic: author
|
|
36
37
|
Dynamic: author-email
|
|
37
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:
|
|
4
|
+
// Last update: Thu Jul 24 14:27:33 2025
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -233,5 +233,5 @@
|
|
|
233
233
|
"SFCertificatePresentation.h"
|
|
234
234
|
],
|
|
235
235
|
"release": "10.16",
|
|
236
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
236
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
|
|
237
237
|
}
|
|
@@ -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: Thu Jul 24 14:27:31 2025
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -233,5 +233,5 @@
|
|
|
233
233
|
"SFCertificatePresentation.h"
|
|
234
234
|
],
|
|
235
235
|
"release": "10.16",
|
|
236
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
236
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
|
|
237
237
|
}
|
|
@@ -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,13 +228,14 @@ 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
|
|
235
234
|
Programming Language :: Python :: 3.13
|
|
236
235
|
Programming Language :: Python :: 3.14
|
|
236
|
+
Programming Language :: Python :: 3.15
|
|
237
237
|
Programming Language :: Python :: Implementation :: CPython
|
|
238
|
+
Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
238
239
|
Programming Language :: Objective C
|
|
239
240
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
240
241
|
Topic :: Software Development :: User Interfaces
|
|
@@ -676,7 +677,7 @@ def setup(
|
|
|
676
677
|
zip_safe=False,
|
|
677
678
|
license="MIT",
|
|
678
679
|
classifiers=CLASSIFIERS,
|
|
679
|
-
python_requires=">=3.
|
|
680
|
+
python_requires=">=3.10",
|
|
680
681
|
keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
|
|
681
682
|
options=options,
|
|
682
683
|
**k,
|
{pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/Lib/SecurityUI/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
{pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/PyObjCTest/test_securityui.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc_framework_securityui-11.1 → pyobjc_framework_securityui-12.1}/metadata/SecurityUI.fwinfo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|