15
0

Accepting request 1032022 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.10.0 
  * Add the multiple-valued properties albumtypes, catalognums and languages.
  * The catalognum property now refers to additional file tags named CATALOGID and DISCOGS_CATALOG (but only for reading, not writing).
  * The multi-valued albumartists property now refers to additional file tags named ALBUM_ARTIST and ALBUM ARTISTS. (The latter is used only for reading.)
  * The ListMediaField class now doesn’t concatenate multiple lists if found. The first available tag is used instead, like with other kinds of fields.

OBS-URL: https://build.opensuse.org/request/show/1032022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mediafile?expand=0&rev=4
This commit is contained in:
2022-10-31 13:25:04 +00:00
committed by Git OBS Bridge
parent b872bb3755
commit df993ef5fb
4 changed files with 13 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-mediafile
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: Handles low-level interfacing for files' tags Wraps Mutagen to
License: MIT