15
0

Accepting request 1046221 from devel:languages:python

- 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/request/show/1046221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mediafile?expand=0&rev=3
This commit is contained in:
2023-01-03 14:04:58 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

3
mediafile-0.11.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 2 15:27:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>

View File

@@ -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}