14
0

- Update to 1.1.6:

* In submission, avoid an error on non-integer durations.
    A new function, get_submission_status, abstracts the API endpoint for monitoring submissions using the (new) result from the submit function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyacoustid?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-05-25 09:53:32 +00:00
committed by Git OBS Bridge
parent a46d087eca
commit ada9298abb
4 changed files with 15 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyacoustid
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyacoustid
Version: 1.1.5
Version: 1.1.6
Release: 0
Summary: bindings for Chromaprint acoustic fingerprinting and the Acoustid API
License: MIT
Group: Development/Languages/Python
Url: https://github.com/sampsyo/pyacoustid
URL: https://github.com/sampsyo/pyacoustid
Source: https://files.pythonhosted.org/packages/source/p/pyacoustid/pyacoustid-%{version}.tar.gz
BuildRequires: %{python_module audioread}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-audioread
Requires: python-requests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -52,9 +51,9 @@ in C but portable, and the Web service, which provides fingerprint lookups.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*