pyobjc-framework-AuthenticationServices 9.1.1__tar.gz → 9.2__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 (66) hide show
  1. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +1 -1
  2. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +1 -0
  3. pyobjc-framework-AuthenticationServices-9.2/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
  4. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Modules/pyobjc-compat.h +6 -0
  5. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PKG-INFO +1 -1
  6. pyobjc-framework-AuthenticationServices-9.2/pyproject.toml +3 -0
  7. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/setup.py +6 -2
  8. pyobjc-framework-AuthenticationServices-9.1.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
  9. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/AuthenticationServices/__init__.py +0 -0
  10. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/AuthenticationServices/_metadata.py +0 -0
  11. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
  12. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
  13. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
  14. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/License.txt +0 -0
  15. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/MANIFEST.in +0 -0
  16. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Modules/_AuthenticationServices.m +0 -0
  17. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Modules/_AuthenticationServices_protocols.m +0 -0
  18. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/Modules/pyobjc-api.h +0 -0
  19. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/__init__.py +0 -0
  20. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_ASAuthorizationSingleSignOnRequest.py +0 -0
  21. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asAuthorizationproviderextensionauthorizationrequest.py +0 -0
  22. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorization.py +0 -0
  23. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
  24. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationappleidcredential.py +0 -0
  25. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
  26. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
  27. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationcredential.py +0 -0
  28. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationerror.py +0 -0
  29. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
  30. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationprovider.py +0 -0
  31. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +0 -0
  32. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +0 -0
  33. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +0 -0
  34. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationpublicKeycredentialregistration.py +0 -0
  35. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +0 -0
  36. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
  37. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
  38. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
  39. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
  40. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +0 -0
  41. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_ascoseconstants.py +0 -0
  42. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_ascredentialidentitystore.py +0 -0
  43. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
  44. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_ascredentialproviderextensioncontext.py +0 -0
  45. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_ascredentialserviceidentifier.py +0 -0
  46. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_asextensionerrors.py +0 -0
  47. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_aspublickeycredential.py +0 -0
  48. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_aswebauthenticationsession.py +0 -0
  49. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
  50. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionHandling.py +0 -0
  51. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
  52. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/PyObjCTest/test_authenticationservices.py +0 -0
  53. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/AuthenticationServices.fwinfo +0 -0
  54. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/metadata.ini +0 -0
  55. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/arm64-12.0.fwinfo +0 -0
  56. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/arm64-12.3.fwinfo +0 -0
  57. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/arm64-13.0.fwinfo +0 -0
  58. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/arm64-13.3.fwinfo +0 -0
  59. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  60. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  61. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/x86_64-12.0.fwinfo +0 -0
  62. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  63. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/x86_64-13.0.fwinfo +0 -0
  64. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  65. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/pyobjc_setup.py +0 -0
  66. {pyobjc-framework-AuthenticationServices-9.1.1 → pyobjc-framework-AuthenticationServices-9.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 9.1.1
3
+ Version: 9.2
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -1,6 +1,7 @@
1
1
  License.txt
2
2
  MANIFEST.in
3
3
  pyobjc_setup.py
4
+ pyproject.toml
4
5
  setup.py
5
6
  Lib/AuthenticationServices/__init__.py
6
7
  Lib/AuthenticationServices/_metadata.py
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=9.2
2
+ pyobjc-framework-Cocoa>=9.2
@@ -309,6 +309,10 @@ NS_ASSUME_NONNULL_BEGIN
309
309
  #define MAC_OS_X_VERSION_13_4 130400
310
310
  #endif
311
311
 
312
+ #ifndef MAC_OS_X_VERSION_13_5
313
+ #define MAC_OS_X_VERSION_13_5 130500
314
+ #endif
315
+
312
316
  /*
313
317
  *
314
318
  * End of Cocoa definitions
@@ -507,6 +511,8 @@ _PyObjCTuple_GetItem(PyObject* tuple, Py_ssize_t idx)
507
511
  PyGILState_Release(_GILState); \
508
512
  } while (0)
509
513
 
514
+ extern PyObject* _Nullable PyObjC_get_tp_dict(PyTypeObject* _Nonnull tp);
515
+
510
516
  NS_ASSUME_NONNULL_END
511
517
 
512
518
  #endif /* PyObjC_COMPAT_H */
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 9.1.1
3
+ Version: 9.2
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -0,0 +1,3 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
@@ -8,10 +8,14 @@ and (Objective-)C frameworks
8
8
  """
9
9
 
10
10
  import os
11
+ import sys
11
12
 
12
- from pyobjc_setup import Extension, setup
13
+ sys.path.insert(0, os.path.dirname(__file__))
13
14
 
14
- VERSION = "9.1.1"
15
+
16
+ from pyobjc_setup import Extension, setup # noqa: E402
17
+
18
+ VERSION = "9.2"
15
19
 
16
20
  setup(
17
21
  name="pyobjc-framework-AuthenticationServices",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=9.1.1
2
- pyobjc-framework-Cocoa>=9.1.1