pyobjc-framework-LocalAuthentication 10.1__py2.py3-none-any.whl → 10.3__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.
- LocalAuthentication/__init__.py +14 -0
- LocalAuthentication/_metadata.py +3 -1
- {pyobjc_framework_LocalAuthentication-10.1.dist-info → pyobjc_framework_LocalAuthentication-10.3.dist-info}/LICENSE.txt +1 -1
- {pyobjc_framework_LocalAuthentication-10.1.dist-info → pyobjc_framework_LocalAuthentication-10.3.dist-info}/METADATA +4 -4
- pyobjc_framework_LocalAuthentication-10.3.dist-info/RECORD +7 -0
- {pyobjc_framework_LocalAuthentication-10.1.dist-info → pyobjc_framework_LocalAuthentication-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_LocalAuthentication-10.1.dist-info/RECORD +0 -7
- {pyobjc_framework_LocalAuthentication-10.1.dist-info → pyobjc_framework_LocalAuthentication-10.3.dist-info}/top_level.txt +0 -0
LocalAuthentication/__init__.py
CHANGED
|
@@ -28,6 +28,20 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("LARightStore", b"init"),
|
|
33
|
+
("LARightStore", b"new"),
|
|
34
|
+
("LAPrivateKey", b"init"),
|
|
35
|
+
("LAPrivateKey", b"new"),
|
|
36
|
+
("LAPublicKey", b"init"),
|
|
37
|
+
("LAPublicKey", b"new"),
|
|
38
|
+
("LASecret", b"init"),
|
|
39
|
+
("LASecret", b"new"),
|
|
40
|
+
("LAPersistedRight", b"init"),
|
|
41
|
+
("LAPersistedRight", b"new"),
|
|
42
|
+
):
|
|
43
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
44
|
+
|
|
31
45
|
del sys.modules["LocalAuthentication._metadata"]
|
|
32
46
|
|
|
33
47
|
|
LocalAuthentication/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:31:07 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -396,6 +396,8 @@ try:
|
|
|
396
396
|
)
|
|
397
397
|
finally:
|
|
398
398
|
objc._updatingMetadata(False)
|
|
399
|
+
|
|
400
|
+
objc.registerNewKeywordsFromSelector("LARight", b"initWithRequirement:")
|
|
399
401
|
expressions = {}
|
|
400
402
|
|
|
401
403
|
# END OF FILE
|
|
@@ -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-
|
|
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-LocalAuthentication
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework LocalAuthentication on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -34,9 +34,9 @@ License-File: LICENSE.txt
|
|
|
34
34
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
35
35
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
36
36
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
37
|
-
Requires-Dist: pyobjc-core >=10.
|
|
38
|
-
Requires-Dist: pyobjc-framework-Cocoa >=10.
|
|
39
|
-
Requires-Dist: pyobjc-framework-Security >=10.
|
|
37
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
38
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.3
|
|
39
|
+
Requires-Dist: pyobjc-framework-Security >=10.3
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
Wrappers for the "LocalAuthentication" framework on macOS.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
LocalAuthentication/__init__.py,sha256=05KdxZssru_VLQRDT8Eq8GWzUBkdnF7OQFUOdGXwLhU,1301
|
|
2
|
+
LocalAuthentication/_metadata.py,sha256=NxTtnvDr6Qu-n9yv8qS_0xoZZ8LrvUruoRMxRIzHZ_k,13760
|
|
3
|
+
pyobjc_framework_LocalAuthentication-10.3.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
|
|
4
|
+
pyobjc_framework_LocalAuthentication-10.3.dist-info/METADATA,sha256=w5fRYSXUUh0HHSLpSXlv6G-h6lvV7MHc2PnNI5pFd0s,2352
|
|
5
|
+
pyobjc_framework_LocalAuthentication-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
6
|
+
pyobjc_framework_LocalAuthentication-10.3.dist-info/top_level.txt,sha256=BY5oON8s8gX9F1ZNcQuI1CmMLytMMOVDb0FDDuU5QBY,20
|
|
7
|
+
pyobjc_framework_LocalAuthentication-10.3.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
LocalAuthentication/__init__.py,sha256=SRJs9HrAgLNkDF-ZTMU7pyZ44l0WxlGNuJ7ab0Zg5ao,879
|
|
2
|
-
LocalAuthentication/_metadata.py,sha256=0kSTWv0nTSeVc1KOQb7Up0fPxqV6Cao2S96Q6V8O2uQ,13686
|
|
3
|
-
pyobjc_framework_LocalAuthentication-10.1.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
|
|
4
|
-
pyobjc_framework_LocalAuthentication-10.1.dist-info/METADATA,sha256=7ohWeb1dNsjGazhirL-Xkwh-x6LNyn9SkbgWvSxZ7yE,2352
|
|
5
|
-
pyobjc_framework_LocalAuthentication-10.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
6
|
-
pyobjc_framework_LocalAuthentication-10.1.dist-info/top_level.txt,sha256=BY5oON8s8gX9F1ZNcQuI1CmMLytMMOVDb0FDDuU5QBY,20
|
|
7
|
-
pyobjc_framework_LocalAuthentication-10.1.dist-info/RECORD,,
|