14
0

Accepting request 1008050 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.2.2
  Fix a regression in the previous version that caused a KeyError crash when calling submit.
- Update to version 1.2.1
  The meta parameter to some API functions can now be a list (instead of just a single string).
- Update to version 1.2.0
  Add a force_fpcalc option to fingerprint_file and match. Avoid leaving a dangling socket after communicating with the server.
  Fix a crash when passing a memoryview object to the fingerprinter. API requests can now optionally time out. More reliably find the library
   on Windows on Python 3.8. Add a hash_fingerprint function to the low-level library.

OBS-URL: https://build.opensuse.org/request/show/1008050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyacoustid?expand=0&rev=11
This commit is contained in:
2022-10-05 10:22:41 +00:00
committed by Git OBS Bridge
parent 37dda0c195
commit eea0c7979d
4 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyacoustid
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyacoustid
Version: 1.1.7
Version: 1.2.2
Release: 0
Summary: Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
License: MIT