Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mutagen for openSUSE:Factory checked in at 2022-12-13 18:55:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mutagen (Old) and /work/SRC/openSUSE:Factory/.python-mutagen.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutagen" Tue Dec 13 18:55:25 2022 rev:38 rq:1042478 version:1.46.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes 2020-10-29 09:46:01.152039001 +0100 +++ /work/SRC/openSUSE:Factory/.python-mutagen.new.1835/python-mutagen.changes 2022-12-13 18:55:44.651291925 +0100 @@ -1,0 +2,18 @@ +Mon Dec 12 13:27:17 UTC 2022 - Antonio Larrosa <alarr...@suse.com> + +- Update to 1.46.0: + * Drop Support for Python 3.5 and 3.6 #pr487 #pr568 + * Add pyproject.toml and switch to poetry for development only + #pr513 + * tests: no longer include flake8 in the test suite, it has to + be run separately now #pr571 + * Start adding some type annotations and integrate mypy #pr488 + * easyid3: map easyid3 grouping to TIT1 #pr505 + * mutagen-inspect: add usage documentation #pr540 + * wave: Fix bitrate calculation #pr566 + * Increase buffer size for rewriting files from 256K to 1M to + improve performance with network shares #pr570 + * Other changes: code cleanup #pr514, typos #pr565, remove upper + limit for python version #pr579 + +------------------------------------------------------------------- Old: ---- mutagen-1.45.1.tar.gz New: ---- mutagen-1.46.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mutagen.spec ++++++ --- /var/tmp/diff_new_pack.z6LIQi/_old 2022-12-13 18:55:45.179294742 +0100 +++ /var/tmp/diff_new_pack.z6LIQi/_new 2022-12-13 18:55:45.183294763 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mutagen # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # Exception: Python 2 no longer supported %define skip_python2 1 Name: python-mutagen -Version: 1.45.1 +Version: 1.46.0 Release: 0 Summary: Python module to Handle Audio Metadata License: GPL-2.0-or-later @@ -36,6 +36,8 @@ BuildRequires: python-rpm-macros BuildArch: noarch Requires: python-setuptools +Requires(post): update-alternatives +Requires(preun):update-alternatives %python_subpackages %description @@ -73,8 +75,6 @@ %check export LANG=en_US.UTF-8 -#~ setup.py test --no-quality -rm -r tests/quality %pytest %files %{python_files} ++++++ mutagen-1.45.1.tar.gz -> mutagen-1.46.0.tar.gz ++++++ ++++ 5506 lines of diff (skipped)