forked from pool/python-pyacoustid
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07394a8ae84625a0a6fef2d891d19687ff59cd955caaf48097da2826043356fd
|
||||
size 14990
|
3
pyacoustid-1.2.2.tar.gz
Normal file
3
pyacoustid-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c279d9c30a7f481f1420fc37db65833b5f9816cd364dc2acaa93a11c482d4141
|
||||
size 15869
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 23:44:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 25 13:01:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user