From df993ef5fb68d0269fd5d41acb847afadba6c9f5aab75bf2cd5e860ff0fddc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 13:25:04 +0000 Subject: [PATCH] Accepting request 1032022 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- mediafile-0.10.0.tar.gz | 3 +++ mediafile-0.9.0.tar.gz | 3 --- python-mediafile.changes | 9 +++++++++ python-mediafile.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 mediafile-0.10.0.tar.gz delete mode 100644 mediafile-0.9.0.tar.gz diff --git a/mediafile-0.10.0.tar.gz b/mediafile-0.10.0.tar.gz new file mode 100644 index 0000000..bab06ac --- /dev/null +++ b/mediafile-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e0abb300d323bdfc90e2a3ae7f679436c429086e8254e6bfbc6b4f049d3624 +size 563040 diff --git a/mediafile-0.9.0.tar.gz b/mediafile-0.9.0.tar.gz deleted file mode 100644 index 793e920..0000000 --- a/mediafile-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93ccef3fbb7d4554a0e7689d41236cd5686a2f2f17493098622b8344cf83df9a -size 561866 diff --git a/python-mediafile.changes b/python-mediafile.changes index 678a43e..8baf2b9 100644 --- a/python-mediafile.changes +++ b/python-mediafile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 28 18:25:16 UTC 2022 - Yogalakshmi Arunachalam + +- 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. + ------------------------------------------------------------------- Sat Feb 12 14:50:51 UTC 2022 - Matej Cepl diff --git a/python-mediafile.spec b/python-mediafile.spec index 38926c2..183af0c 100644 --- a/python-mediafile.spec +++ b/python-mediafile.spec @@ -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