14
0
forked from pool/python-pylast

Accepting request 824858 from home:mcalabkova:branches:devel:languages:python

- Update to version 3.3.0
  * `User.get_now_playing`: Add album and cover image to info (#330) @hugovk
  * Improve handling of error responses from the API (#327) @spiritualized
  * Deprecate `Artist.get_cover_image`, they're no longer available from Last.fm (#332) @hugovk
  * Fix `artist.get_bio_content()` to return `None` if bio is empty (#326) @hugovk

OBS-URL: https://build.opensuse.org/request/show/824858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2020-08-10 11:35:37 +00:00
committed by Git OBS Bridge
parent a3960bfb1d
commit 3f63aa8e76
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 7 13:57:07 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 3.3.0
* `User.get_now_playing`: Add album and cover image to info (#330) @hugovk
* Improve handling of error responses from the API (#327) @spiritualized
* Deprecate `Artist.get_cover_image`, they're no longer available from Last.fm (#332) @hugovk
* Fix `artist.get_bio_content()` to return `None` if bio is empty (#326) @hugovk
-------------------------------------------------------------------
Fri Mar 20 11:07:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>