pyobjc-framework-DictionaryServices 10.2__tar.gz → 10.3.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.
Files changed (18) hide show
  1. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/Lib/pyobjc_framework_DictionaryServices.egg-info/PKG-INFO +3 -3
  2. pyobjc_framework_dictionaryservices-10.3.1/Lib/pyobjc_framework_DictionaryServices.egg-info/requires.txt +2 -0
  3. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/PKG-INFO +3 -3
  4. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/setup.py +2 -1
  5. pyobjc-framework-DictionaryServices-10.2/Lib/pyobjc_framework_DictionaryServices.egg-info/requires.txt +0 -2
  6. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/LICENSE.txt +0 -0
  7. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/Lib/DictionaryServices/__init__.py +0 -0
  8. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/Lib/pyobjc_framework_DictionaryServices.egg-info/SOURCES.txt +0 -0
  9. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/Lib/pyobjc_framework_DictionaryServices.egg-info/dependency_links.txt +0 -0
  10. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/Lib/pyobjc_framework_DictionaryServices.egg-info/not-zip-safe +0 -0
  11. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/Lib/pyobjc_framework_DictionaryServices.egg-info/top_level.txt +0 -0
  12. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/MANIFEST.in +0 -0
  13. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/PyObjCTest/__init__.py +0 -0
  14. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/PyObjCTest/test_dictionaryservices.py +0 -0
  15. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/README.txt +0 -0
  16. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/pyobjc_setup.py +0 -0
  17. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/pyproject.toml +0 -0
  18. {pyobjc-framework-DictionaryServices-10.2 → pyobjc_framework_dictionaryservices-10.3.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-DictionaryServices
3
- Version: 10.2
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework DictionaryServices 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.1
35
+ Requires-Dist: pyobjc-framework-CoreServices>=10.3.1
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.1
2
+ pyobjc-framework-CoreServices>=10.3.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-DictionaryServices
3
- Version: 10.2
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework DictionaryServices 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.1
35
+ Requires-Dist: pyobjc-framework-CoreServices>=10.3.1
36
36
 
37
37
 
38
38
  Deprecated wrappers for the "DictionaryServices" framework on macOS 10.5 or later.
@@ -3,6 +3,7 @@ Deprecated wrappers for the "DictionaryServices" framework on macOS 10.5 or late
3
3
 
4
4
  Use package "CoreServices" 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.1"
15
16
 
16
17
  setup(
17
18
  name="pyobjc-framework-DictionaryServices",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.2
2
- pyobjc-framework-CoreServices>=10.2