pyobjc-framework-LocalAuthentication 10.2__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.
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Fri Aug 4 11:30:01 2023
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-LocalAuthentication
3
- Version: 10.2
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.2
38
- Requires-Dist: pyobjc-framework-Cocoa >=10.2
39
- Requires-Dist: pyobjc-framework-Security >=10.2
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -1,7 +0,0 @@
1
- LocalAuthentication/__init__.py,sha256=SRJs9HrAgLNkDF-ZTMU7pyZ44l0WxlGNuJ7ab0Zg5ao,879
2
- LocalAuthentication/_metadata.py,sha256=0kSTWv0nTSeVc1KOQb7Up0fPxqV6Cao2S96Q6V8O2uQ,13686
3
- pyobjc_framework_LocalAuthentication-10.2.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
4
- pyobjc_framework_LocalAuthentication-10.2.dist-info/METADATA,sha256=YGyDf4I5wsfW7UWU4dFqzlIj8IH2CX9UQQ2rVQPYgV0,2352
5
- pyobjc_framework_LocalAuthentication-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
6
- pyobjc_framework_LocalAuthentication-10.2.dist-info/top_level.txt,sha256=BY5oON8s8gX9F1ZNcQuI1CmMLytMMOVDb0FDDuU5QBY,20
7
- pyobjc_framework_LocalAuthentication-10.2.dist-info/RECORD,,