pyobjc-framework-LaunchServices 12.1__tar.gz → 12.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 (27) hide show
  1. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/Lib/pyobjc_framework_LaunchServices.egg-info/PKG-INFO +3 -3
  2. pyobjc_framework_launchservices-12.2/Lib/pyobjc_framework_LaunchServices.egg-info/pyobjc-build-info.txt +3 -0
  3. pyobjc_framework_launchservices-12.2/Lib/pyobjc_framework_LaunchServices.egg-info/requires.txt +2 -0
  4. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PKG-INFO +3 -3
  5. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/setup.py +1 -1
  6. pyobjc_framework_launchservices-12.1/Lib/pyobjc_framework_LaunchServices.egg-info/pyobjc-build-info.txt +0 -3
  7. pyobjc_framework_launchservices-12.1/Lib/pyobjc_framework_LaunchServices.egg-info/requires.txt +0 -2
  8. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/LICENSE.txt +0 -0
  9. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/Lib/LaunchServices/__init__.py +0 -0
  10. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/Lib/pyobjc_framework_LaunchServices.egg-info/SOURCES.txt +0 -0
  11. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/Lib/pyobjc_framework_LaunchServices.egg-info/dependency_links.txt +0 -0
  12. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/Lib/pyobjc_framework_LaunchServices.egg-info/not-zip-safe +0 -0
  13. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/Lib/pyobjc_framework_LaunchServices.egg-info/top_level.txt +0 -0
  14. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/MANIFEST.in +0 -0
  15. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/__init__.py +0 -0
  16. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_iconscore.py +0 -0
  17. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_launchservices.py +0 -0
  18. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_lsinfo.py +0 -0
  19. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_lsopen.py +0 -0
  20. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_lsquarantine.py +0 -0
  21. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_lssharedfilelist.py +0 -0
  22. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_utcoretypes.py +0 -0
  23. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/PyObjCTest/test_uttype.py +0 -0
  24. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/README.txt +0 -0
  25. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/pyobjc_setup.py +0 -0
  26. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/pyproject.toml +0 -0
  27. {pyobjc_framework_launchservices-12.1 → pyobjc_framework_launchservices-12.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-LaunchServices
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework LaunchServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.10
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=12.1
35
- Requires-Dist: pyobjc-framework-CoreServices>=12.1
34
+ Requires-Dist: pyobjc-core>=12.2
35
+ Requires-Dist: pyobjc-framework-CoreServices>=12.2
36
36
  Dynamic: author
37
37
  Dynamic: author-email
38
38
  Dynamic: classifier
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=12.2
2
+ pyobjc-framework-CoreServices>=12.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-LaunchServices
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework LaunchServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.10
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=12.1
35
- Requires-Dist: pyobjc-framework-CoreServices>=12.1
34
+ Requires-Dist: pyobjc-core>=12.2
35
+ Requires-Dist: pyobjc-framework-CoreServices>=12.2
36
36
  Dynamic: author
37
37
  Dynamic: author-email
38
38
  Dynamic: classifier
@@ -12,7 +12,7 @@ sys.path.insert(0, os.path.dirname(__file__))
12
12
 
13
13
  from pyobjc_setup import setup # noqa: E402
14
14
 
15
- VERSION = "12.1"
15
+ VERSION = "12.2"
16
16
 
17
17
  setup(
18
18
  name="pyobjc-framework-LaunchServices",
@@ -1,3 +0,0 @@
1
- macOS 26.1 (25B77)
2
- Apple clang version 17.0.0 (clang-1700.4.4.1)
3
- SDK: macOS 26.1
@@ -1,2 +0,0 @@
1
- pyobjc-core>=12.1
2
- pyobjc-framework-CoreServices>=12.1