diff --git a/pyacoustid-1.1.7.tar.gz b/pyacoustid-1.1.7.tar.gz deleted file mode 100644 index ecc28bd..0000000 --- a/pyacoustid-1.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07394a8ae84625a0a6fef2d891d19687ff59cd955caaf48097da2826043356fd -size 14990 diff --git a/pyacoustid-1.2.2.tar.gz b/pyacoustid-1.2.2.tar.gz new file mode 100644 index 0000000..0b47e76 --- /dev/null +++ b/pyacoustid-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c279d9c30a7f481f1420fc37db65833b5f9816cd364dc2acaa93a11c482d4141 +size 15869 diff --git a/python-pyacoustid.changes b/python-pyacoustid.changes index 8b8ed12..df0e309 100644 --- a/python-pyacoustid.changes +++ b/python-pyacoustid.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 4 23:44:14 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pyacoustid.spec b/python-pyacoustid.spec index b27725f..0055c19 100644 --- a/python-pyacoustid.spec +++ b/python-pyacoustid.spec @@ -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