From 6cc57957f704977d44c737d6c4dd6ed28a8826d21c1623f3eb23d6279d9dcab4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Dec 2022 21:04:15 +0000 Subject: [PATCH] Accepting request 1042384 from home:alarrosa:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1042384 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=52 --- mutagen-1.45.1.tar.gz | 3 --- mutagen-1.46.0.tar.gz | 3 +++ python-mutagen.changes | 18 ++++++++++++++++++ python-mutagen.spec | 8 ++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 mutagen-1.45.1.tar.gz create mode 100644 mutagen-1.46.0.tar.gz diff --git a/mutagen-1.45.1.tar.gz b/mutagen-1.45.1.tar.gz deleted file mode 100644 index c66a8a6..0000000 --- a/mutagen-1.45.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1 -size 1285455 diff --git a/mutagen-1.46.0.tar.gz b/mutagen-1.46.0.tar.gz new file mode 100644 index 0000000..946da2d --- /dev/null +++ b/mutagen-1.46.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5f8ba84836b99fe60be5fb27f84be4ad919bbb6b49caa6ae81e70584b55e58 +size 1268561 diff --git a/python-mutagen.changes b/python-mutagen.changes index 63e5a60..5e0c817 100644 --- a/python-mutagen.changes +++ b/python-mutagen.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Dec 12 13:27:17 UTC 2022 - Antonio Larrosa + +- 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 + ------------------------------------------------------------------- Thu Sep 17 11:36:48 UTC 2020 - Dirk Mueller diff --git a/python-mutagen.spec b/python-mutagen.spec index 31a368e..511fe47 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -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: fdupes BuildRequires: python-rpm-macros BuildArch: noarch Requires: python-setuptools +Requires(post): update-alternatives +Requires(preun):update-alternatives %python_subpackages %description @@ -73,8 +75,6 @@ done %check export LANG=en_US.UTF-8 -#~ setup.py test --no-quality -rm -r tests/quality %pytest %files %{python_files}