ffmpeg-normalize 1.32.0__py2.py3-none-any.whl → 1.32.1__py2.py3-none-any.whl
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.
- ffmpeg_normalize/_version.py +1 -1
- {ffmpeg_normalize-1.32.0.dist-info → ffmpeg_normalize-1.32.1.dist-info}/METADATA +9 -1
- {ffmpeg_normalize-1.32.0.dist-info → ffmpeg_normalize-1.32.1.dist-info}/RECORD +7 -7
- {ffmpeg_normalize-1.32.0.dist-info → ffmpeg_normalize-1.32.1.dist-info}/LICENSE +0 -0
- {ffmpeg_normalize-1.32.0.dist-info → ffmpeg_normalize-1.32.1.dist-info}/WHEEL +0 -0
- {ffmpeg_normalize-1.32.0.dist-info → ffmpeg_normalize-1.32.1.dist-info}/entry_points.txt +0 -0
- {ffmpeg_normalize-1.32.0.dist-info → ffmpeg_normalize-1.32.1.dist-info}/top_level.txt +0 -0
ffmpeg_normalize/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.32.
|
|
1
|
+
__version__ = "1.32.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ffmpeg-normalize
|
|
3
|
-
Version: 1.32.
|
|
3
|
+
Version: 1.32.1
|
|
4
4
|
Summary: Normalize audio via ffmpeg
|
|
5
5
|
Home-page: https://github.com/slhck/ffmpeg-normalize
|
|
6
6
|
Author: Werner Robitza
|
|
@@ -26,6 +26,7 @@ License-File: LICENSE
|
|
|
26
26
|
Requires-Dist: tqdm
|
|
27
27
|
Requires-Dist: ffmpeg-progress-yield
|
|
28
28
|
Requires-Dist: colorlog
|
|
29
|
+
Requires-Dist: mutagen
|
|
29
30
|
Requires-Dist: colorama; platform_system == "Windows"
|
|
30
31
|
|
|
31
32
|
# ffmpeg-normalize
|
|
@@ -118,6 +119,13 @@ The only reason this project exists in its current form is because [@benjaoming]
|
|
|
118
119
|
# Changelog
|
|
119
120
|
|
|
120
121
|
|
|
122
|
+
## v1.32.1 (2025-05-08)
|
|
123
|
+
|
|
124
|
+
* Fix missing mutagen requirement, fixes #283.
|
|
125
|
+
|
|
126
|
+
* Docs: docs.
|
|
127
|
+
|
|
128
|
+
|
|
121
129
|
## v1.32.0 (2025-05-07)
|
|
122
130
|
|
|
123
131
|
* Docs: update contributing guide.
|
|
@@ -6,11 +6,11 @@ ffmpeg_normalize/_ffmpeg_normalize.py,sha256=79wzFR4ZOgy-Wn0ywi8PNJzsrxiDSMKtJ6_
|
|
|
6
6
|
ffmpeg_normalize/_logger.py,sha256=3Ap4Fxg7xGrzz7h4IGuNEf0KKstx0Rq_eLbHPrHzcrI,1841
|
|
7
7
|
ffmpeg_normalize/_media_file.py,sha256=aQcVWTMwbTtb23yAHyBsbnDx4R5l3_bsPflhkYxKTEA,23354
|
|
8
8
|
ffmpeg_normalize/_streams.py,sha256=C0b8GT4EK0W02x8pM99H1-BjjO-pLxYFNvZ4R7gu4CM,20223
|
|
9
|
-
ffmpeg_normalize/_version.py,sha256=
|
|
9
|
+
ffmpeg_normalize/_version.py,sha256=IiCFW8nXLS3OVDl5yCPVb9Rfxn41n84KaeKd1Mtuxls,23
|
|
10
10
|
ffmpeg_normalize/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
ffmpeg_normalize-1.32.
|
|
12
|
-
ffmpeg_normalize-1.32.
|
|
13
|
-
ffmpeg_normalize-1.32.
|
|
14
|
-
ffmpeg_normalize-1.32.
|
|
15
|
-
ffmpeg_normalize-1.32.
|
|
16
|
-
ffmpeg_normalize-1.32.
|
|
11
|
+
ffmpeg_normalize-1.32.1.dist-info/LICENSE,sha256=mw5RQE6v4UXG_d2gYIQw9rq6jYWQCtzIs3fSm5sBSrs,1076
|
|
12
|
+
ffmpeg_normalize-1.32.1.dist-info/METADATA,sha256=LXVL1zdmfILSOHbJSnvh5GY7J8DJHjBPbBfPUBrb4_M,32655
|
|
13
|
+
ffmpeg_normalize-1.32.1.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
|
14
|
+
ffmpeg_normalize-1.32.1.dist-info/entry_points.txt,sha256=X0EC5ptb0iGOxrk3Aa65dVQtvUixngLd_2-iAtSixdc,68
|
|
15
|
+
ffmpeg_normalize-1.32.1.dist-info/top_level.txt,sha256=wnUkr17ckPrrU1JsxZQiXbEBUnHKsC64yck-MemEBuI,17
|
|
16
|
+
ffmpeg_normalize-1.32.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|