pyobjc-framework-LaunchServices 10.2__tar.gz → 10.3__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 (25) hide show
  1. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/Lib/pyobjc_framework_LaunchServices.egg-info/PKG-INFO +3 -3
  2. pyobjc_framework_launchservices-10.3/Lib/pyobjc_framework_LaunchServices.egg-info/requires.txt +2 -0
  3. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PKG-INFO +3 -3
  4. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_launchservices.py +1 -0
  5. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/setup.py +2 -1
  6. pyobjc-framework-LaunchServices-10.2/Lib/pyobjc_framework_LaunchServices.egg-info/requires.txt +0 -2
  7. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/LICENSE.txt +0 -0
  8. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/Lib/LaunchServices/__init__.py +0 -0
  9. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/Lib/pyobjc_framework_LaunchServices.egg-info/SOURCES.txt +0 -0
  10. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/Lib/pyobjc_framework_LaunchServices.egg-info/dependency_links.txt +0 -0
  11. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/Lib/pyobjc_framework_LaunchServices.egg-info/not-zip-safe +0 -0
  12. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/Lib/pyobjc_framework_LaunchServices.egg-info/top_level.txt +0 -0
  13. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/MANIFEST.in +0 -0
  14. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/__init__.py +0 -0
  15. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_iconscore.py +0 -0
  16. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_lsinfo.py +0 -0
  17. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_lsopen.py +0 -0
  18. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_lsquarantine.py +0 -0
  19. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_lssharedfilelist.py +0 -0
  20. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_utcoretypes.py +0 -0
  21. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/PyObjCTest/test_uttype.py +0 -0
  22. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/README.txt +0 -0
  23. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/pyobjc_setup.py +0 -0
  24. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/pyproject.toml +0 -0
  25. {pyobjc-framework-LaunchServices-10.2 → pyobjc_framework_launchservices-10.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-LaunchServices
3
- Version: 10.2
3
+ Version: 10.3
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.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.2
35
- Requires-Dist: pyobjc-framework-CoreServices>=10.2
34
+ Requires-Dist: pyobjc-core>=10.3
35
+ Requires-Dist: pyobjc-framework-CoreServices>=10.3
36
36
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
37
37
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
38
38
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-CoreServices>=10.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-LaunchServices
3
- Version: 10.2
3
+ Version: 10.3
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.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.2
35
- Requires-Dist: pyobjc-framework-CoreServices>=10.2
34
+ Requires-Dist: pyobjc-core>=10.3
35
+ Requires-Dist: pyobjc-framework-CoreServices>=10.3
36
36
 
37
37
 
38
38
  Deprecated wrappers for the "LaunchServices" framework on macOS.
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Some simple tests to check that the framework is properly wrapped.
3
3
  """
4
+
4
5
  import warnings
5
6
 
6
7
  from PyObjCTools.TestSupport import TestCase
@@ -3,6 +3,7 @@ Deprecated wrappers for the "LaunchServices" framework on macOS.
3
3
 
4
4
  Use the "CoreServices" bindings instead.
5
5
  """
6
+
6
7
  import os
7
8
  import sys
8
9
 
@@ -11,7 +12,7 @@ sys.path.insert(0, os.path.dirname(__file__))
11
12
 
12
13
  from pyobjc_setup import setup # noqa: E402
13
14
 
14
- VERSION = "10.2"
15
+ VERSION = "10.3"
15
16
 
16
17
  setup(
17
18
  name="pyobjc-framework-LaunchServices",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.2
2
- pyobjc-framework-CoreServices>=10.2