14
0

- 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/package/show/devel:languages:python/python-pyacoustid?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-05-25 09:53:32 +00:00
committed by Git OBS Bridge
parent a46d087eca
commit ada9298abb
4 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>