pyobjc-framework-LaunchServices 11.1__tar.gz → 12.0__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_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/Lib/pyobjc_framework_LaunchServices.egg-info/PKG-INFO +5 -3
- pyobjc_framework_launchservices-12.0/Lib/pyobjc_framework_LaunchServices.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_launchservices-12.0/Lib/pyobjc_framework_LaunchServices.egg-info/requires.txt +2 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PKG-INFO +5 -3
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/pyobjc_setup.py +2 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/setup.py +1 -1
- pyobjc_framework_launchservices-11.1/Lib/pyobjc_framework_LaunchServices.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_launchservices-11.1/Lib/pyobjc_framework_LaunchServices.egg-info/requires.txt +0 -2
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/LICENSE.txt +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/Lib/LaunchServices/__init__.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/Lib/pyobjc_framework_LaunchServices.egg-info/SOURCES.txt +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/Lib/pyobjc_framework_LaunchServices.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/Lib/pyobjc_framework_LaunchServices.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/Lib/pyobjc_framework_LaunchServices.egg-info/top_level.txt +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/MANIFEST.in +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_iconscore.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_launchservices.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_lsinfo.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_lsopen.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_lsquarantine.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_lssharedfilelist.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_utcoretypes.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/test_uttype.py +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/README.txt +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/pyproject.toml +0 -0
- {pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-LaunchServices
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework LaunchServices on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -23,15 +23,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
27
29
|
Classifier: Programming Language :: Objective C
|
|
28
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
32
|
Requires-Python: >=3.9
|
|
31
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
34
|
License-File: LICENSE.txt
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-CoreServices>=
|
|
35
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
36
|
+
Requires-Dist: pyobjc-framework-CoreServices>=12.0
|
|
35
37
|
Dynamic: author
|
|
36
38
|
Dynamic: author-email
|
|
37
39
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-LaunchServices
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework LaunchServices on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -23,15 +23,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
27
29
|
Classifier: Programming Language :: Objective C
|
|
28
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
32
|
Requires-Python: >=3.9
|
|
31
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
34
|
License-File: LICENSE.txt
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-CoreServices>=
|
|
35
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
36
|
+
Requires-Dist: pyobjc-framework-CoreServices>=12.0
|
|
35
37
|
Dynamic: author
|
|
36
38
|
Dynamic: author-email
|
|
37
39
|
Dynamic: classifier
|
{pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/pyobjc_setup.py
RENAMED
|
@@ -234,7 +234,9 @@ Programming Language :: Python :: 3.11
|
|
|
234
234
|
Programming Language :: Python :: 3.12
|
|
235
235
|
Programming Language :: Python :: 3.13
|
|
236
236
|
Programming Language :: Python :: 3.14
|
|
237
|
+
Programming Language :: Python :: 3.15
|
|
237
238
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
+
Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
238
240
|
Programming Language :: Objective C
|
|
239
241
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
240
242
|
Topic :: Software Development :: User Interfaces
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_launchservices-11.1 → pyobjc_framework_launchservices-12.0}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|