From ada9298abb9d21c3bff9de3d4db1a400ae8e821b4ce1ab4042cb0f2989fd8110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 May 2019 09:53:32 +0000 Subject: [PATCH] - 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 --- pyacoustid-1.1.5.tar.gz | 3 --- pyacoustid-1.1.6.tar.gz | 3 +++ python-pyacoustid.changes | 7 +++++++ python-pyacoustid.spec | 11 +++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 pyacoustid-1.1.5.tar.gz create mode 100644 pyacoustid-1.1.6.tar.gz diff --git a/pyacoustid-1.1.5.tar.gz b/pyacoustid-1.1.5.tar.gz deleted file mode 100644 index 476a9e7..0000000 --- a/pyacoustid-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efb6337a470c9301a108a539af7b775678ff67aa63944e9e04ce4216676cc777 -size 11846 diff --git a/pyacoustid-1.1.6.tar.gz b/pyacoustid-1.1.6.tar.gz new file mode 100644 index 0000000..8d1692a --- /dev/null +++ b/pyacoustid-1.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762ae09cf18a715155466be23bea4a6e4fdb8fb26bc80e091d227e2150fd7469 +size 14540 diff --git a/python-pyacoustid.changes b/python-pyacoustid.changes index 6e6f2e0..e37513b 100644 --- a/python-pyacoustid.changes +++ b/python-pyacoustid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 25 09:50:00 UTC 2019 - Tomáš Chvátal + +- 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. + ------------------------------------------------------------------- Tue Dec 4 12:51:53 UTC 2018 - Matej Cepl diff --git a/python-pyacoustid.spec b/python-pyacoustid.spec index 5f34fdf..0ec4717 100644 --- a/python-pyacoustid.spec +++ b/python-pyacoustid.spec @@ -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}/*