pyobjc-framework-SensitiveContentAnalysis 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 (23) hide show
  1. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/SensitiveContentAnalysis/_metadata.py +1 -1
  2. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/PKG-INFO +4 -4
  3. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_sensitivecontentanalysis-10.3/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/requires.txt +3 -0
  5. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/PKG-INFO +4 -4
  6. pyobjc-framework-SensitiveContentAnalysis-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_sensitivecontentanalysis-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
  7. pyobjc-framework-SensitiveContentAnalysis-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_sensitivecontentanalysis-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
  8. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/setup.py +2 -1
  9. pyobjc-framework-SensitiveContentAnalysis-10.2/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/requires.txt +0 -3
  10. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/SensitiveContentAnalysis/__init__.py +0 -0
  11. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/dependency_links.txt +0 -0
  12. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/not-zip-safe +0 -0
  13. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/Lib/pyobjc_framework_SensitiveContentAnalysis.egg-info/top_level.txt +0 -0
  14. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/License.txt +0 -0
  15. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/MANIFEST.in +0 -0
  16. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/PyObjCTest/__init__.py +0 -0
  17. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/PyObjCTest/test_scsensitivityanalyzer.py +0 -0
  18. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/PyObjCTest/test_sensitivecontentanalysis.py +0 -0
  19. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/metadata/SensitiveContentAnalysis.fwinfo +0 -0
  20. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/metadata/metadata.ini +0 -0
  21. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/pyobjc_setup.py +0 -0
  22. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/pyproject.toml +0 -0
  23. {pyobjc-framework-SensitiveContentAnalysis-10.2 → pyobjc_framework_sensitivecontentanalysis-10.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:02:49 2023
3
+ # Last update: Sat May 18 09:36:45 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SensitiveContentAnalysis
3
- Version: 10.2
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework SensitiveContentAnalysis on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,9 +30,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.2
35
- Requires-Dist: pyobjc-framework-Quartz>=10.2
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
+ Requires-Dist: pyobjc-framework-Quartz>=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
@@ -16,5 +16,5 @@ PyObjCTest/test_scsensitivityanalyzer.py
16
16
  PyObjCTest/test_sensitivecontentanalysis.py
17
17
  metadata/SensitiveContentAnalysis.fwinfo
18
18
  metadata/metadata.ini
19
- metadata/raw/arm64-14.0.fwinfo
20
- metadata/raw/x86_64-14.0.fwinfo
19
+ metadata/raw/arm64-14.5.fwinfo
20
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,3 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-Cocoa>=10.3
3
+ pyobjc-framework-Quartz>=10.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SensitiveContentAnalysis
3
- Version: 10.2
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework SensitiveContentAnalysis on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,9 +30,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.2
35
- Requires-Dist: pyobjc-framework-Quartz>=10.2
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
+ Requires-Dist: pyobjc-framework-Quartz>=10.3
36
36
 
37
37
 
38
38
  Wrappers for the "SensitiveContentAnalysis" framework on macOS.
@@ -1,7 +1,7 @@
1
1
  // GENERATED FILE DO NOT EDIT
2
2
  //
3
3
  // This file was generated by objective.metadata
4
- // Last update: Sat Jul 1 14:02:48 2023
4
+ // Last update: Sat May 18 09:36:45 2024
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -213,5 +213,5 @@
213
213
  "SCSensitivityAnalyzer.h"
214
214
  ],
215
215
  "release": "10.16",
216
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
216
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
217
217
  }
@@ -1,7 +1,7 @@
1
1
  // GENERATED FILE DO NOT EDIT
2
2
  //
3
3
  // This file was generated by objective.metadata
4
- // Last update: Sat Jul 1 14:02:46 2023
4
+ // Last update: Sat May 18 09:36:43 2024
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -213,5 +213,5 @@
213
213
  "SCSensitivityAnalyzer.h"
214
214
  ],
215
215
  "release": "10.16",
216
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
216
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
217
217
  }
@@ -6,6 +6,7 @@ for information on how to use this framework and PyObjC's documentation
6
6
  for general tips and tricks regarding the translation between Python
7
7
  and (Objective-)C frameworks
8
8
  """
9
+
9
10
  import os
10
11
  import sys
11
12
 
@@ -14,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
14
15
 
15
16
  from pyobjc_setup import setup # noqa: E402
16
17
 
17
- VERSION = "10.2"
18
+ VERSION = "10.3"
18
19
 
19
20
  setup(
20
21
  name="pyobjc-framework-SensitiveContentAnalysis",
@@ -1,3 +0,0 @@
1
- pyobjc-core>=10.2
2
- pyobjc-framework-Cocoa>=10.2
3
- pyobjc-framework-Quartz>=10.2