pyobjc-framework-OpenDirectory 10.3.2__tar.gz → 11.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.
Files changed (61) hide show
  1. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/LICENSE.txt +1 -1
  2. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/CFOpenDirectory/_metadata.py +3 -2
  3. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/OpenDirectory/_metadata.py +1 -1
  4. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/pyobjc_framework_OpenDirectory.egg-info/PKG-INFO +20 -8
  5. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/pyobjc_framework_OpenDirectory.egg-info/SOURCES.txt +6 -1
  6. pyobjc_framework_opendirectory-11.1/Lib/pyobjc_framework_OpenDirectory.egg-info/pyobjc-build-info.txt +3 -0
  7. pyobjc_framework_opendirectory-11.1/Lib/pyobjc_framework_OpenDirectory.egg-info/requires.txt +2 -0
  8. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PKG-INFO +20 -8
  9. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/CFOpenDirectory.fwinfo +1 -0
  10. pyobjc_framework_opendirectory-11.1/metadata/raw.cfod/arm64-15.0.fwinfo +3029 -0
  11. pyobjc_framework_opendirectory-11.1/metadata/raw.cfod/x86_64-15.0.fwinfo +3029 -0
  12. pyobjc_framework_opendirectory-11.1/metadata/raw.od/arm64-15.0.fwinfo +6565 -0
  13. pyobjc_framework_opendirectory-11.1/metadata/raw.od/x86_64-15.0.fwinfo +6565 -0
  14. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/pyobjc_setup.py +73 -53
  15. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/setup.py +1 -1
  16. pyobjc_framework_opendirectory-10.3.2/Lib/pyobjc_framework_OpenDirectory.egg-info/requires.txt +0 -2
  17. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/CFOpenDirectory/__init__.py +0 -0
  18. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/OpenDirectory/__init__.py +0 -0
  19. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/pyobjc_framework_OpenDirectory.egg-info/dependency_links.txt +0 -0
  20. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/pyobjc_framework_OpenDirectory.egg-info/not-zip-safe +0 -0
  21. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/Lib/pyobjc_framework_OpenDirectory.egg-info/top_level.txt +0 -0
  22. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/MANIFEST.in +0 -0
  23. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/__init__.py +0 -0
  24. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfodcontext.py +0 -0
  25. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfodnode.py +0 -0
  26. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfodquery.py +0 -0
  27. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfodrecord.py +0 -0
  28. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfodsession.py +0 -0
  29. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfopendirectory.py +0 -0
  30. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_cfopendirectoryconstants.py +0 -0
  31. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_odconfiguration.py +0 -0
  32. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_odnode.py +0 -0
  33. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_odquery.py +0 -0
  34. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_odrecord.py +0 -0
  35. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_odsession.py +0 -0
  36. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/PyObjCTest/test_opendirectory.py +0 -0
  37. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/README.txt +0 -0
  38. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/OpenDirectory.fwinfo +0 -0
  39. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/metadata.ini +0 -0
  40. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/arm64-12.3.fwinfo +0 -0
  41. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/arm64-14.5.fwinfo +0 -0
  42. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-10.10.fwinfo +0 -0
  43. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-10.15.fwinfo +0 -0
  44. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-10.16.fwinfo +0 -0
  45. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-10.6.fwinfo +0 -0
  46. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-10.7.fwinfo +0 -0
  47. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-10.8.fwinfo +0 -0
  48. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-12.3.fwinfo +0 -0
  49. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.cfod/x86_64-14.5.fwinfo +0 -0
  50. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/arm64-12.3.fwinfo +0 -0
  51. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/arm64-14.5.fwinfo +0 -0
  52. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-10.10.fwinfo +0 -0
  53. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-10.15.fwinfo +0 -0
  54. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-10.16.fwinfo +0 -0
  55. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-10.6.fwinfo +0 -0
  56. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-10.7.fwinfo +0 -0
  57. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-10.8.fwinfo +0 -0
  58. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-12.3.fwinfo +0 -0
  59. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/metadata/raw.od/x86_64-14.5.fwinfo +0 -0
  60. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/pyproject.toml +0 -0
  61. {pyobjc_framework_opendirectory-10.3.2 → pyobjc_framework_opendirectory-11.1}/setup.cfg +0 -0
@@ -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-2024 - Ronald Oussoren
4
+ Copyright 2003-2025 - 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
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat May 18 09:33:35 2024
3
+ # Last update: Fri Nov 15 12:08:25 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -216,7 +216,8 @@ functions = {
216
216
  2: {"type": b"^{__CFError=}"},
217
217
  3: {"type": b"^v"},
218
218
  },
219
- }
219
+ },
220
+ "callable_retained": True,
220
221
  }
221
222
  }
222
223
  },
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat May 18 09:33:40 2024
3
+ # Last update: Fri Nov 15 12:08:25 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,38 +1,50 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-OpenDirectory
3
- Version: 10.3.2
3
+ Version: 11.1
4
4
  Summary: Wrappers for the framework OpenDirectory on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,OpenDirectory,CFOpenDirectory
10
10
  Platform: MacOS X (>=10.6)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
19
18
  Classifier: Programming Language :: Python :: 3
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
20
  Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
24
  Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Programming Language :: Objective C
29
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
29
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
30
+ Requires-Python: >=3.9
32
31
  Description-Content-Type: text/x-rst; charset=UTF-8
33
32
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.3.2
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.3.2
33
+ Requires-Dist: pyobjc-core>=11.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
35
+ Dynamic: author
36
+ Dynamic: author-email
37
+ Dynamic: classifier
38
+ Dynamic: description
39
+ Dynamic: description-content-type
40
+ Dynamic: home-page
41
+ Dynamic: keywords
42
+ Dynamic: license
43
+ Dynamic: license-file
44
+ Dynamic: platform
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
36
48
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
37
49
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
38
50
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -12,6 +12,7 @@ Lib/pyobjc_framework_OpenDirectory.egg-info/PKG-INFO
12
12
  Lib/pyobjc_framework_OpenDirectory.egg-info/SOURCES.txt
13
13
  Lib/pyobjc_framework_OpenDirectory.egg-info/dependency_links.txt
14
14
  Lib/pyobjc_framework_OpenDirectory.egg-info/not-zip-safe
15
+ Lib/pyobjc_framework_OpenDirectory.egg-info/pyobjc-build-info.txt
15
16
  Lib/pyobjc_framework_OpenDirectory.egg-info/requires.txt
16
17
  Lib/pyobjc_framework_OpenDirectory.egg-info/top_level.txt
17
18
  PyObjCTest/__init__.py
@@ -33,6 +34,7 @@ metadata/OpenDirectory.fwinfo
33
34
  metadata/metadata.ini
34
35
  metadata/raw.cfod/arm64-12.3.fwinfo
35
36
  metadata/raw.cfod/arm64-14.5.fwinfo
37
+ metadata/raw.cfod/arm64-15.0.fwinfo
36
38
  metadata/raw.cfod/x86_64-10.10.fwinfo
37
39
  metadata/raw.cfod/x86_64-10.15.fwinfo
38
40
  metadata/raw.cfod/x86_64-10.16.fwinfo
@@ -41,8 +43,10 @@ metadata/raw.cfod/x86_64-10.7.fwinfo
41
43
  metadata/raw.cfod/x86_64-10.8.fwinfo
42
44
  metadata/raw.cfod/x86_64-12.3.fwinfo
43
45
  metadata/raw.cfod/x86_64-14.5.fwinfo
46
+ metadata/raw.cfod/x86_64-15.0.fwinfo
44
47
  metadata/raw.od/arm64-12.3.fwinfo
45
48
  metadata/raw.od/arm64-14.5.fwinfo
49
+ metadata/raw.od/arm64-15.0.fwinfo
46
50
  metadata/raw.od/x86_64-10.10.fwinfo
47
51
  metadata/raw.od/x86_64-10.15.fwinfo
48
52
  metadata/raw.od/x86_64-10.16.fwinfo
@@ -50,4 +54,5 @@ metadata/raw.od/x86_64-10.6.fwinfo
50
54
  metadata/raw.od/x86_64-10.7.fwinfo
51
55
  metadata/raw.od/x86_64-10.8.fwinfo
52
56
  metadata/raw.od/x86_64-12.3.fwinfo
53
- metadata/raw.od/x86_64-14.5.fwinfo
57
+ metadata/raw.od/x86_64-14.5.fwinfo
58
+ metadata/raw.od/x86_64-15.0.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 15.5 (24F74)
2
+ Apple clang version 17.0.0 (clang-1700.0.13.5)
3
+ SDK: macOS 15.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=11.1
2
+ pyobjc-framework-Cocoa>=11.1
@@ -1,38 +1,50 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-OpenDirectory
3
- Version: 10.3.2
3
+ Version: 11.1
4
4
  Summary: Wrappers for the framework OpenDirectory on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,OpenDirectory,CFOpenDirectory
10
10
  Platform: MacOS X (>=10.6)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
19
18
  Classifier: Programming Language :: Python :: 3
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
20
  Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
24
  Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Programming Language :: Objective C
29
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
29
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
30
+ Requires-Python: >=3.9
32
31
  Description-Content-Type: text/x-rst; charset=UTF-8
33
32
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.3.2
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.3.2
33
+ Requires-Dist: pyobjc-core>=11.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
35
+ Dynamic: author
36
+ Dynamic: author-email
37
+ Dynamic: classifier
38
+ Dynamic: description
39
+ Dynamic: description-content-type
40
+ Dynamic: home-page
41
+ Dynamic: keywords
42
+ Dynamic: license
43
+ Dynamic: license-file
44
+ Dynamic: platform
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
36
48
 
37
49
 
38
50
  Wrappers for the 'OpenDirectory' and 'CFOpenDirectory' frameworks on
@@ -357,6 +357,7 @@
357
357
  "type_override": "^{_ODQuery=}"
358
358
  },
359
359
  "1": {
360
+ "callable_retained": true,
360
361
  "function": {
361
362
  "args": [
362
363
  {