forked from pool/python-pyacoustid
- 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:
committed by
Git OBS Bridge
parent
a46d087eca
commit
ada9298abb
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efb6337a470c9301a108a539af7b775678ff67aa63944e9e04ce4216676cc777
|
||||
size 11846
|
3
pyacoustid-1.1.6.tar.gz
Normal file
3
pyacoustid-1.1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:762ae09cf18a715155466be23bea4a6e4fdb8fb26bc80e091d227e2150fd7469
|
||||
size 14540
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 25 09:50:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@@ -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}/*
|
||||
|
||||
|
Reference in New Issue
Block a user