pyobjc-framework-LocalAuthenticationEmbeddedUI 10.2__py2.py3-none-any.whl → 10.3.1__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.
@@ -32,6 +32,12 @@ def _setup():
32
32
  globals()["__dir__"] = dir_func
33
33
  globals()["__getattr__"] = getattr_func
34
34
 
35
+ for cls, sel in (
36
+ ("LAAuthenticationView", b"initWithFrame:"),
37
+ ("LAAuthenticationView", b"initWithCoder:"),
38
+ ):
39
+ objc.registerUnavailableMethod(cls, sel)
40
+
35
41
  del sys.modules["LocalAuthenticationEmbeddedUI._metadata"]
36
42
 
37
43
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:00:14 2023
3
+ # Last update: Sat May 18 09:31:14 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -54,6 +54,13 @@ try:
54
54
  )
55
55
  finally:
56
56
  objc._updatingMetadata(False)
57
+
58
+ objc.registerNewKeywordsFromSelector("LAAuthenticationView", b"initWithCoder:")
59
+ objc.registerNewKeywordsFromSelector("LAAuthenticationView", b"initWithContext:")
60
+ objc.registerNewKeywordsFromSelector(
61
+ "LAAuthenticationView", b"initWithContext:controlSize:"
62
+ )
63
+ objc.registerNewKeywordsFromSelector("LAAuthenticationView", b"initWithFrame:")
57
64
  expressions = {}
58
65
 
59
66
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-LocalAuthenticationEmbeddedUI
3
- Version: 10.2
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework LocalAuthenticationEmbeddedUI on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -33,9 +33,9 @@ Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
34
34
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
35
35
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
36
- Requires-Dist: pyobjc-core >=10.2
37
- Requires-Dist: pyobjc-framework-Cocoa >=10.2
38
- Requires-Dist: pyobjc-framework-LocalAuthentication >=10.2
36
+ Requires-Dist: pyobjc-core >=10.3.1
37
+ Requires-Dist: pyobjc-framework-Cocoa >=10.3.1
38
+ Requires-Dist: pyobjc-framework-LocalAuthentication >=10.3.1
39
39
 
40
40
 
41
41
  Wrappers for the "LocalAuthenticationEmbeddedUI" framework on macOS.
@@ -0,0 +1,6 @@
1
+ LocalAuthenticationEmbeddedUI/__init__.py,sha256=DPyX3h3r1QRnrinx-6do-IQEWjcPrndF0RWskuDomqU,1203
2
+ LocalAuthenticationEmbeddedUI/_metadata.py,sha256=xsOXV8Oc-bs880k8bxdESPbDGEchvzW7wJ5qtcfrqoM,1365
3
+ pyobjc_framework_LocalAuthenticationEmbeddedUI-10.3.1.dist-info/METADATA,sha256=ldI4BIzAAxN4V9e-WQbQRiWtAUerMqXhiVjPqkKj888,2384
4
+ pyobjc_framework_LocalAuthenticationEmbeddedUI-10.3.1.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
5
+ pyobjc_framework_LocalAuthenticationEmbeddedUI-10.3.1.dist-info/top_level.txt,sha256=zSmy_celc5_r_f2nbDcGuE9PhHIME4Z9AKVrIClmEuo,30
6
+ pyobjc_framework_LocalAuthenticationEmbeddedUI-10.3.1.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,6 +0,0 @@
1
- LocalAuthenticationEmbeddedUI/__init__.py,sha256=gdoN1brXdwVEVptSWXz8DpwjyaLY_UTECfgA8gTKAjU,1018
2
- LocalAuthenticationEmbeddedUI/_metadata.py,sha256=_w31kdcN2yDL82odZez0H5AclQslnG5mdAImj6thFk4,1022
3
- pyobjc_framework_LocalAuthenticationEmbeddedUI-10.2.dist-info/METADATA,sha256=bpiCepZPPgSW-3KuX7L-wEgkiWRSY8EsJuJuv30CqeI,2376
4
- pyobjc_framework_LocalAuthenticationEmbeddedUI-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
5
- pyobjc_framework_LocalAuthenticationEmbeddedUI-10.2.dist-info/top_level.txt,sha256=zSmy_celc5_r_f2nbDcGuE9PhHIME4Z9AKVrIClmEuo,30
6
- pyobjc_framework_LocalAuthenticationEmbeddedUI-10.2.dist-info/RECORD,,