15
0

- update to 1.47.0:

* ID3: Allow reading TYER tags in the form of "yyyy-mm-dd"
  * ID3: Handle negative extended header sizes :pr:`607`
  * ID3: id3 frames fix bad cast due to str.isdigit :pr:`616`
  * MP3: Auto-detect MP3 files without ID3 tags :pr:`601`
  * WAVE: Extensible wave format support 🐛`595` :pr:`596`
  * WAVE, AIFF: Handle truncated IFF files 🐛`496` :pr:`517`
  * MP4: add a check for wrong offsets in mp4 files 🐛`426`
  * FLAC: Fix cuesheet and seektable saving :pr:`534`
  * TrueAudio: Read sample rate as unsigned and handle zero
    sample rate :pr:`609`
  * docs: Fixed documentation for id3.ID3.save parameter
    v2_version
  * docs: Make extlinks compatible with sphinx 6.0 :pr:`590`
  * docs: Fixed various typos :pr:`602`
  * Add some more type annotations :pr:`622`
  * Various minor fixes for issues uncovered by oss-fuzz

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=56
This commit is contained in:
2023-11-27 09:05:37 +00:00
committed by Git OBS Bridge
parent 497510d7ff
commit 29cf6cc856
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Nov 27 09:05:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.47.0:
* ID3: Allow reading TYER tags in the form of "yyyy-mm-dd"
* ID3: Handle negative extended header sizes :pr:`607`
* ID3: id3 frames fix bad cast due to str.isdigit :pr:`616`
* MP3: Auto-detect MP3 files without ID3 tags :pr:`601`
* WAVE: Extensible wave format support :bug:`595` :pr:`596`
* WAVE, AIFF: Handle truncated IFF files :bug:`496` :pr:`517`
* MP4: add a check for wrong offsets in mp4 files :bug:`426`
* FLAC: Fix cuesheet and seektable saving :pr:`534`
* TrueAudio: Read sample rate as unsigned and handle zero
sample rate :pr:`609`
* docs: Fixed documentation for id3.ID3.save parameter
v2_version
* docs: Make extlinks compatible with sphinx 6.0 :pr:`590`
* docs: Fixed various typos :pr:`602`
* Add some more type annotations :pr:`622`
* Various minor fixes for issues uncovered by oss-fuzz
-------------------------------------------------------------------
Thu Jul 6 12:00:43 UTC 2023 - ecsos <ecsos@opensuse.org>