pyobjc-framework-MediaLibrary 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.
- MediaLibrary/_metadata.py +3 -1
- {pyobjc_framework_MediaLibrary-10.2.dist-info → pyobjc_framework_MediaLibrary-10.3.dist-info}/METADATA +4 -4
- pyobjc_framework_MediaLibrary-10.3.dist-info/RECORD +6 -0
- {pyobjc_framework_MediaLibrary-10.2.dist-info → pyobjc_framework_MediaLibrary-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_MediaLibrary-10.2.dist-info/RECORD +0 -6
- {pyobjc_framework_MediaLibrary-10.2.dist-info → pyobjc_framework_MediaLibrary-10.3.dist-info}/top_level.txt +0 -0
MediaLibrary/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:31:43 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -40,6 +40,8 @@ misc.update(
|
|
|
40
40
|
)
|
|
41
41
|
misc.update({})
|
|
42
42
|
misc.update({})
|
|
43
|
+
|
|
44
|
+
objc.registerNewKeywordsFromSelector("MLMediaLibrary", b"initWithOptions:")
|
|
43
45
|
expressions = {}
|
|
44
46
|
|
|
45
47
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-MediaLibrary
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework MediaLibrary 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.
|
|
37
|
-
Requires-Dist: pyobjc-framework-Cocoa >=10.
|
|
38
|
-
Requires-Dist: pyobjc-framework-Quartz >=10.
|
|
36
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
37
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.3
|
|
38
|
+
Requires-Dist: pyobjc-framework-Quartz >=10.3
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
Wrappers for the "MediaLibrary" framework on macOS introduced in macOS 10.9.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
MediaLibrary/__init__.py,sha256=eSV5afzOBFucEc0KN-thwG8--nsxSAgBpEhHJlgJy40,907
|
|
2
|
+
MediaLibrary/_metadata.py,sha256=ZRMZBd1MzugnnBPDyEycIeXnNXjLoQfipCGvo2EWMD0,5997
|
|
3
|
+
pyobjc_framework_MediaLibrary-10.3.dist-info/METADATA,sha256=QT7RELt7uM_sLgKUPWNkA_UAFHYXZ7JQPoyFddwAi8E,2320
|
|
4
|
+
pyobjc_framework_MediaLibrary-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_MediaLibrary-10.3.dist-info/top_level.txt,sha256=8l460_uhfCC5qFaULCPHLkYUub_SR8O05tmsEdRSRp8,13
|
|
6
|
+
pyobjc_framework_MediaLibrary-10.3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
MediaLibrary/__init__.py,sha256=eSV5afzOBFucEc0KN-thwG8--nsxSAgBpEhHJlgJy40,907
|
|
2
|
-
MediaLibrary/_metadata.py,sha256=1suMfeS-OG84tDS2a9sF9_nR3e6Foq7umYy1MLYMT-s,5920
|
|
3
|
-
pyobjc_framework_MediaLibrary-10.2.dist-info/METADATA,sha256=xtJHSN-m5VfwMAMaJtibaALRWwy5g5SIx3gBeBBEuJ0,2320
|
|
4
|
-
pyobjc_framework_MediaLibrary-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
5
|
-
pyobjc_framework_MediaLibrary-10.2.dist-info/top_level.txt,sha256=8l460_uhfCC5qFaULCPHLkYUub_SR8O05tmsEdRSRp8,13
|
|
6
|
-
pyobjc_framework_MediaLibrary-10.2.dist-info/RECORD,,
|
|
File without changes
|