14
0

Accepting request 762796 from home:alarrosa:branches:devel:languages:python

- Update to version 1.43.0:
  * Python 3.4 is no longer supported
  * Building requires ‘setuptools’ now, CLI tools depend on
    ‘pkg_resources’
  * CLI tools are setuptools entry points now
  * Fix collections ABCs deprecation warning #pr371
  * Minor typo fixes #pr375
  * MP3: increase max initial wrong syncs from 1000 to 1500 #pr376
  * FLAC: support files with multiple VORBIS_COMMENT blocks like
    libflac #pr378
  * ID3: Improved TYER/TDAT/TIME upgrade to TDRC #pr385
  * MP4: Add support for iTunes HD Video tag (hdvd) #pr386
  * Add AC3 file type #pr400
  * AIFF: renamed sample_size to bits_per_sample (sample_size still
    works) #pr403
  * API doc fixes #pr404 #pr407
  * Add support for Tom’s lossless Audio Kompressor (TAK) #pr405
  * OptimFROG: support encoder version >= 5.100 #pr406
  * AIFF: Fix handling of padding bytes, safe chunk manipulation #pr409
  * Fix typos #pr412
- Add Requires: python-setuptools since CLI tools now depend on it

OBS-URL: https://build.opensuse.org/request/show/762796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=46
This commit is contained in:
Tomáš Chvátal
2020-01-10 11:26:54 +00:00
committed by Git OBS Bridge
parent 2f5a6b9565
commit 4174e47b0e
4 changed files with 31 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Jan 10 11:00:26 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.43.0:
* Python 3.4 is no longer supported
* Building requires setuptools now, CLI tools depend on
pkg_resources
* CLI tools are setuptools entry points now
* Fix collections ABCs deprecation warning #pr371
* Minor typo fixes #pr375
* MP3: increase max initial wrong syncs from 1000 to 1500 #pr376
* FLAC: support files with multiple VORBIS_COMMENT blocks like
libflac #pr378
* ID3: Improved TYER/TDAT/TIME upgrade to TDRC #pr385
* MP4: Add support for iTunes HD Video tag (hdvd) #pr386
* Add AC3 file type #pr400
* AIFF: renamed sample_size to bits_per_sample (sample_size still
works) #pr403
* API doc fixes #pr404 #pr407
* Add support for Toms lossless Audio Kompressor (TAK) #pr405
* OptimFROG: support encoder version >= 5.100 #pr406
* AIFF: Fix handling of padding bytes, safe chunk manipulation #pr409
* Fix typos #pr412
- Add Requires: python-setuptools since CLI tools now depend on it
-------------------------------------------------------------------
Fri Mar 1 09:02:30 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mutagen
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mutagen
Version: 1.42.0
Version: 1.43.0
Release: 0
Summary: Python module to Handle Audio Metadata
License: GPL-2.0-or-later
@@ -33,6 +33,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Requires: python-setuptools
%python_subpackages
%description