diff --git a/mutagen-1.46.0.tar.gz b/mutagen-1.46.0.tar.gz deleted file mode 100644 index 946da2d..0000000 --- a/mutagen-1.46.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e5f8ba84836b99fe60be5fb27f84be4ad919bbb6b49caa6ae81e70584b55e58 -size 1268561 diff --git a/mutagen-1.47.0.tar.gz b/mutagen-1.47.0.tar.gz new file mode 100644 index 0000000..d399f8c --- /dev/null +++ b/mutagen-1.47.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99 +size 1274186 diff --git a/python-mutagen.changes b/python-mutagen.changes index 0bda3dc..e35f33d 100644 --- a/python-mutagen.changes +++ b/python-mutagen.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Nov 27 09:05:22 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-mutagen.spec b/python-mutagen.spec index 094e4a1..8d0b432 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -1,7 +1,7 @@ # # spec file for package python-mutagen # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mutagen -Version: 1.46.0 +Version: 1.47.0 Release: 0 Summary: Python module to Handle Audio Metadata License: GPL-2.0-or-later