pyobjc-framework-SoundAnalysis 10.1__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 (35) hide show
  1. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/SoundAnalysis/__init__.py +16 -0
  2. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/SoundAnalysis/_metadata.py +16 -1
  3. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/pyobjc_framework_SoundAnalysis.egg-info/PKG-INFO +3 -3
  4. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/pyobjc_framework_SoundAnalysis.egg-info/SOURCES.txt +2 -4
  5. pyobjc_framework_soundanalysis-10.3/Lib/pyobjc_framework_SoundAnalysis.egg-info/requires.txt +2 -0
  6. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/License.txt +1 -1
  7. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PKG-INFO +3 -3
  8. pyobjc-framework-SoundAnalysis-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_soundanalysis-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
  9. pyobjc-framework-SoundAnalysis-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_soundanalysis-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
  10. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/setup.py +1 -1
  11. pyobjc-framework-SoundAnalysis-10.1/Lib/pyobjc_framework_SoundAnalysis.egg-info/requires.txt +0 -2
  12. pyobjc-framework-SoundAnalysis-10.1/metadata/raw/arm64-12.0.fwinfo +0 -826
  13. pyobjc-framework-SoundAnalysis-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -826
  14. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/pyobjc_framework_SoundAnalysis.egg-info/dependency_links.txt +0 -0
  15. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/pyobjc_framework_SoundAnalysis.egg-info/not-zip-safe +0 -0
  16. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/Lib/pyobjc_framework_SoundAnalysis.egg-info/top_level.txt +0 -0
  17. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/MANIFEST.in +0 -0
  18. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/__init__.py +0 -0
  19. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_snanalyzer.py +0 -0
  20. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_snclassifysoundrequest.py +0 -0
  21. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_snerror.py +0 -0
  22. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_snrequest.py +0 -0
  23. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_snresult.py +0 -0
  24. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_sntimedurationconstraint.py +0 -0
  25. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_sntypes.py +0 -0
  26. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/PyObjCTest/test_soundanalysis.py +0 -0
  27. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/metadata/SoundAnalysis.fwinfo +0 -0
  28. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/metadata/metadata.ini +0 -0
  29. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
  30. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  31. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  32. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  33. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/pyobjc_setup.py +0 -0
  34. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/pyproject.toml +0 -0
  35. {pyobjc-framework-SoundAnalysis-10.1 → pyobjc_framework_soundanalysis-10.3}/setup.cfg +0 -0
@@ -28,6 +28,22 @@ def _setup():
28
28
  globals()["__dir__"] = dir_func
29
29
  globals()["__getattr__"] = getattr_func
30
30
 
31
+ for cls, sel in (
32
+ ("SNTimeDurationConstraint", b"init"),
33
+ ("SNTimeDurationConstraint", b"new"),
34
+ ("SNClassification", b"init"),
35
+ ("SNClassification", b"new"),
36
+ ("SNClassificationResult", b"init"),
37
+ ("SNClassificationResult", b"new"),
38
+ ("SNClassifySoundRequest", b"init"),
39
+ ("SNClassifySoundRequest", b"new"),
40
+ ("SNAudioStreamAnalyzer", b"init"),
41
+ ("SNAudioFileAnalyzer", b"init"),
42
+ ("SNAudioStreamAnalyzer", b"init"),
43
+ ("SNAudioFileAnalyzer", b"init"),
44
+ ):
45
+ objc.registerUnavailableMethod(cls, sel)
46
+
31
47
  del sys.modules["SoundAnalysis._metadata"]
32
48
 
33
49
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:10:54 2023
3
+ # Last update: Sat May 18 09:37:17 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -132,6 +132,21 @@ try:
132
132
  )
133
133
  finally:
134
134
  objc._updatingMetadata(False)
135
+
136
+ objc.registerNewKeywordsFromSelector("SNAudioFileAnalyzer", b"initWithURL:error:")
137
+ objc.registerNewKeywordsFromSelector("SNAudioStreamAnalyzer", b"initWithFormat:")
138
+ objc.registerNewKeywordsFromSelector(
139
+ "SNClassifySoundRequest", b"initWithClassifierIdentifier:error:"
140
+ )
141
+ objc.registerNewKeywordsFromSelector(
142
+ "SNClassifySoundRequest", b"initWithMLModel:error:"
143
+ )
144
+ objc.registerNewKeywordsFromSelector(
145
+ "SNTimeDurationConstraint", b"initWithDurationRange:"
146
+ )
147
+ objc.registerNewKeywordsFromSelector(
148
+ "SNTimeDurationConstraint", b"initWithEnumeratedDurations:"
149
+ )
135
150
  expressions = {}
136
151
 
137
152
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SoundAnalysis
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework SoundAnalysis on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ 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.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
35
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
36
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
37
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -22,11 +22,9 @@ PyObjCTest/test_sntypes.py
22
22
  PyObjCTest/test_soundanalysis.py
23
23
  metadata/SoundAnalysis.fwinfo
24
24
  metadata/metadata.ini
25
- metadata/raw/arm64-12.0.fwinfo
26
25
  metadata/raw/arm64-12.3.fwinfo
27
- metadata/raw/arm64-14.0.fwinfo
26
+ metadata/raw/arm64-14.5.fwinfo
28
27
  metadata/raw/x86_64-10.15.fwinfo
29
28
  metadata/raw/x86_64-10.16.fwinfo
30
- metadata/raw/x86_64-12.0.fwinfo
31
29
  metadata/raw/x86_64-12.3.fwinfo
32
- metadata/raw/x86_64-14.0.fwinfo
30
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-Cocoa>=10.3
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2022 - Ronald Oussoren
4
+ Copyright 2003-2024 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SoundAnalysis
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework SoundAnalysis on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ 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.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
35
 
36
36
 
37
37
  Wrappers for the "SoundAnalysis" 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:10:54 2023
4
+ // Last update: Sat May 18 09:37:16 2024
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -835,5 +835,5 @@
835
835
  "SNTypes.h"
836
836
  ],
837
837
  "release": "10.16",
838
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
838
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
839
839
  }
@@ -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:10:51 2023
4
+ // Last update: Sat May 18 09:37:14 2024
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -835,5 +835,5 @@
835
835
  "SNTypes.h"
836
836
  ],
837
837
  "release": "10.16",
838
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk"
838
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
839
839
  }
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import setup # noqa: E402
17
17
 
18
- VERSION = "10.1"
18
+ VERSION = "10.3"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-SoundAnalysis",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.1
2
- pyobjc-framework-Cocoa>=10.1