From d981f35f979313b1ccbd7303d877c3422df00d7c7208dcb8e18a958168fda9a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 15:31:49 +0000 Subject: [PATCH] - update to 0.11.0: * List-valued properties now return None instead of an empty list when the underlying tags are missing altogether. * Fix a test failure that arose with Mutagen 1.46. * Require Python 3.7 or later. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mediafile?expand=0&rev=6 --- mediafile-0.10.0.tar.gz | 3 --- mediafile-0.11.0.tar.gz | 3 +++ python-mediafile.changes | 9 +++++++++ python-mediafile.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 mediafile-0.10.0.tar.gz create mode 100644 mediafile-0.11.0.tar.gz diff --git a/mediafile-0.10.0.tar.gz b/mediafile-0.10.0.tar.gz deleted file mode 100644 index bab06ac..0000000 --- a/mediafile-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98e0abb300d323bdfc90e2a3ae7f679436c429086e8254e6bfbc6b4f049d3624 -size 563040 diff --git a/mediafile-0.11.0.tar.gz b/mediafile-0.11.0.tar.gz new file mode 100644 index 0000000..68fdcd0 --- /dev/null +++ b/mediafile-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2771ae95a31b773635c1446957cf5cd91d29967b9606f8c8c6accba1715c5eaf +size 563296 diff --git a/python-mediafile.changes b/python-mediafile.changes index 8baf2b9..791e031 100644 --- a/python-mediafile.changes +++ b/python-mediafile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 2 15:27:08 UTC 2023 - Dirk Müller + +- update to 0.11.0: + * List-valued properties now return None instead of an empty list when the + underlying tags are missing altogether. + * Fix a test failure that arose with Mutagen 1.46. + * Require Python 3.7 or later. + ------------------------------------------------------------------- Fri Oct 28 18:25:16 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-mediafile.spec b/python-mediafile.spec index 183af0c..68cb606 100644 --- a/python-mediafile.spec +++ b/python-mediafile.spec @@ -1,7 +1,7 @@ # # spec file for package python-mediafile # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-mediafile -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: Handles low-level interfacing for files' tags Wraps Mutagen to License: MIT URL: https://github.com/beetbox/mediafile Source: https://files.pythonhosted.org/packages/source/m/mediafile/mediafile-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module flit >= 2} BuildRequires: %{python_module mutagen >= 1.45} BuildRequires: %{python_module pip}