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,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>