pyobjc-framework-DVDPlayback 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.
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/DVDPlayback/_metadata.py +5 -3
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/pyobjc_framework_DVDPlayback.egg-info/PKG-INFO +19 -8
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/pyobjc_framework_DVDPlayback.egg-info/SOURCES.txt +4 -1
- pyobjc_framework_dvdplayback-11.1/Lib/pyobjc_framework_DVDPlayback.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_dvdplayback-11.1/Lib/pyobjc_framework_DVDPlayback.egg-info/requires.txt +2 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/License.txt +1 -1
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/PKG-INFO +19 -8
- pyobjc_framework_dvdplayback-11.1/PyObjCTest/__init__.py +1 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/DVDPlayback.fwinfo +2 -0
- pyobjc_framework_dvdplayback-11.1/metadata/raw/arm64-15.0.fwinfo +1919 -0
- pyobjc_framework_dvdplayback-11.1/metadata/raw/x86_64-15.0.fwinfo +1919 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/pyobjc_setup.py +73 -53
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/setup.py +1 -1
- pyobjc_framework_dvdplayback-10.3.2/Lib/pyobjc_framework_DVDPlayback.egg-info/requires.txt +0 -2
- pyobjc_framework_dvdplayback-10.3.2/PyObjCTest/__init__.py +0 -1
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/DVDPlayback/__init__.py +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/pyobjc_framework_DVDPlayback.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/pyobjc_framework_DVDPlayback.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/Lib/pyobjc_framework_DVDPlayback.egg-info/top_level.txt +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/MANIFEST.in +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/PyObjCTest/test_dvdplayback.py +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/raw/x86_64-10.13.fwinfo +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/pyproject.toml +0 -0
- {pyobjc_framework_dvdplayback-10.3.2 → pyobjc_framework_dvdplayback-11.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Fri Nov 15 12:46:37 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -76,7 +76,8 @@ functions = {
|
|
|
76
76
|
"callable": {
|
|
77
77
|
"retval": {"type": b"v"},
|
|
78
78
|
"arguments": {0: {"type": b"i"}, 1: {"type": b"^v"}},
|
|
79
|
-
}
|
|
79
|
+
},
|
|
80
|
+
"callable_retained": True,
|
|
80
81
|
}
|
|
81
82
|
}
|
|
82
83
|
},
|
|
@@ -257,7 +258,8 @@ functions = {
|
|
|
257
258
|
2: {"type": b"L"},
|
|
258
259
|
3: {"type": b"^v"},
|
|
259
260
|
},
|
|
260
|
-
}
|
|
261
|
+
},
|
|
262
|
+
"callable_retained": True,
|
|
261
263
|
},
|
|
262
264
|
1: {"type_modifier": "n"},
|
|
263
265
|
4: {"type_modifier": "o"},
|
|
@@ -1,37 +1,48 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-DVDPlayback
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.1
|
|
4
4
|
Summary: Wrappers for the framework DVDPlayback 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
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,DVDPlayback
|
|
10
10
|
Platform: MacOS X (>=10.7)
|
|
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.
|
|
30
|
+
Requires-Python: >=3.9
|
|
32
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
32
|
+
Requires-Dist: pyobjc-core>=11.1
|
|
33
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.1
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: platform
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
35
46
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
47
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
48
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_DVDPlayback.egg-info/PKG-INFO
|
|
|
9
9
|
Lib/pyobjc_framework_DVDPlayback.egg-info/SOURCES.txt
|
|
10
10
|
Lib/pyobjc_framework_DVDPlayback.egg-info/dependency_links.txt
|
|
11
11
|
Lib/pyobjc_framework_DVDPlayback.egg-info/not-zip-safe
|
|
12
|
+
Lib/pyobjc_framework_DVDPlayback.egg-info/pyobjc-build-info.txt
|
|
12
13
|
Lib/pyobjc_framework_DVDPlayback.egg-info/requires.txt
|
|
13
14
|
Lib/pyobjc_framework_DVDPlayback.egg-info/top_level.txt
|
|
14
15
|
PyObjCTest/__init__.py
|
|
@@ -17,7 +18,9 @@ metadata/DVDPlayback.fwinfo
|
|
|
17
18
|
metadata/metadata.ini
|
|
18
19
|
metadata/raw/arm64-12.3.fwinfo
|
|
19
20
|
metadata/raw/arm64-14.5.fwinfo
|
|
21
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
20
22
|
metadata/raw/x86_64-10.13.fwinfo
|
|
21
23
|
metadata/raw/x86_64-10.16.fwinfo
|
|
22
24
|
metadata/raw/x86_64-12.3.fwinfo
|
|
23
|
-
metadata/raw/x86_64-14.5.fwinfo
|
|
25
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
26
|
+
metadata/raw/x86_64-15.0.fwinfo
|
|
@@ -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-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,37 +1,48 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-DVDPlayback
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.1
|
|
4
4
|
Summary: Wrappers for the framework DVDPlayback 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
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,DVDPlayback
|
|
10
10
|
Platform: MacOS X (>=10.7)
|
|
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.
|
|
30
|
+
Requires-Python: >=3.9
|
|
32
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
32
|
+
Requires-Dist: pyobjc-core>=11.1
|
|
33
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.1
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: platform
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
35
46
|
|
|
36
47
|
|
|
37
48
|
Wrappers for the "DVDPlayback" framework on macOS.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""testsuite"""
|
|
@@ -390,6 +390,7 @@
|
|
|
390
390
|
"DVDRegisterEventCallBack": {
|
|
391
391
|
"args": {
|
|
392
392
|
"0": {
|
|
393
|
+
"callable_retained": true,
|
|
393
394
|
"function": {
|
|
394
395
|
"args": [
|
|
395
396
|
{
|
|
@@ -429,6 +430,7 @@
|
|
|
429
430
|
"DVDSetFatalErrorCallBack": {
|
|
430
431
|
"args": {
|
|
431
432
|
"0": {
|
|
433
|
+
"callable_retained": true,
|
|
432
434
|
"function": {
|
|
433
435
|
"args": [
|
|
434
436
|
{
|