14
0

Accepting request 705407 from devel:languages:python

- Update to 1.1.7:
  * Distribute license

- 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/request/show/705407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyacoustid?expand=0&rev=3
This commit is contained in:
2019-05-27 06:39:40 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 10 deletions

View File

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

3
pyacoustid-1.1.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07394a8ae84625a0a6fef2d891d19687ff59cd955caaf48097da2826043356fd
size 14990

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat May 25 13:01:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.7:
* Distribute license
-------------------------------------------------------------------
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>

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.7
Release: 0
Summary: bindings for Chromaprint acoustic fingerprinting and the Acoustid API
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,10 +51,11 @@ 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
%license LICENSE
%{python_sitelib}/*
%changelog