14
0

Accepting request 1042478 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1042478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutagen?expand=0&rev=38
This commit is contained in:
2022-12-13 17:55:25 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1
size 1285455

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e5f8ba84836b99fe60be5fb27f84be4ad919bbb6b49caa6ae81e70584b55e58
size 1268561

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Dec 12 13:27:17 UTC 2022 - Antonio Larrosa <alarrosa@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
-------------------------------------------------------------------
Thu Sep 17 11:36:48 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

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