14
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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e5f8ba84836b99fe60be5fb27f84be4ad919bbb6b49caa6ae81e70584b55e58
size 1268561

3
mutagen-1.47.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99
size 1274186

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>

View File

@@ -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