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