pyobjc-framework-SoundAnalysis 12.0__tar.gz → 12.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.
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/PKG-INFO +5 -6
- pyobjc_framework_soundanalysis-12.1/Lib/pyobjc_framework_SoundAnalysis.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_soundanalysis-12.1/Lib/pyobjc_framework_SoundAnalysis.egg-info/requires.txt +2 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PKG-INFO +5 -6
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/pyobjc_setup.py +4 -5
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/setup.py +1 -1
- pyobjc_framework_soundanalysis-12.0/Lib/pyobjc_framework_SoundAnalysis.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_soundanalysis-12.0/Lib/pyobjc_framework_SoundAnalysis.egg-info/requires.txt +0 -2
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/SoundAnalysis/__init__.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/SoundAnalysis/_metadata.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/SOURCES.txt +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/top_level.txt +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/License.txt +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/MANIFEST.in +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_snanalyzer.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_snclassificationresult.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_snclassifysoundrequest.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_snerror.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_snrequest.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_snresult.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_sntimedurationconstraint.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_sntypes.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/test_soundanalysis.py +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/metadata/SoundAnalysis.fwinfo +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/metadata/raw/arm64-26.0.fwinfo +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/metadata/raw/x86_64-26.0.fwinfo +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/pyproject.toml +0 -0
- {pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-SoundAnalysis
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.1
|
|
4
4
|
Summary: Wrappers for the framework SoundAnalysis on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-SoundAnalysis
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.1
|
|
4
4
|
Summary: Wrappers for the framework SoundAnalysis on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -87,10 +87,10 @@ class oc_egg_info(egg_info.egg_info):
|
|
|
87
87
|
|
|
88
88
|
def write_build_info(self):
|
|
89
89
|
macos_version = subprocess.check_output(
|
|
90
|
-
["sw_vers", "-
|
|
90
|
+
["sw_vers", "-productVersion"], text=True
|
|
91
91
|
).strip()
|
|
92
92
|
macos_build = subprocess.check_output(
|
|
93
|
-
["sw_vers", "-
|
|
93
|
+
["sw_vers", "-buildVersion"], text=True
|
|
94
94
|
).strip()
|
|
95
95
|
clang_version = (
|
|
96
96
|
subprocess.check_output(["clang", "--version"], text=True)
|
|
@@ -228,7 +228,6 @@ Operating System :: MacOS :: MacOS X
|
|
|
228
228
|
Programming Language :: Python
|
|
229
229
|
Programming Language :: Python :: 3
|
|
230
230
|
Programming Language :: Python :: 3 :: Only
|
|
231
|
-
Programming Language :: Python :: 3.9
|
|
232
231
|
Programming Language :: Python :: 3.10
|
|
233
232
|
Programming Language :: Python :: 3.11
|
|
234
233
|
Programming Language :: Python :: 3.12
|
|
@@ -236,7 +235,7 @@ Programming Language :: Python :: 3.13
|
|
|
236
235
|
Programming Language :: Python :: 3.14
|
|
237
236
|
Programming Language :: Python :: 3.15
|
|
238
237
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
-
Programming Language :: Python :: Free Threading ::
|
|
238
|
+
Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
240
239
|
Programming Language :: Objective C
|
|
241
240
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
242
241
|
Topic :: Software Development :: User Interfaces
|
|
@@ -678,7 +677,7 @@ def setup(
|
|
|
678
677
|
zip_safe=False,
|
|
679
678
|
license="MIT",
|
|
680
679
|
classifiers=CLASSIFIERS,
|
|
681
|
-
python_requires=">=3.
|
|
680
|
+
python_requires=">=3.10",
|
|
682
681
|
keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
|
|
683
682
|
options=options,
|
|
684
683
|
**k,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_soundanalysis-12.0 → pyobjc_framework_soundanalysis-12.1}/metadata/metadata.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|