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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0
size 44291

3
pylast-3.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d2b6a06e88131f3d923229d879c94cd5bfc0d2251735d59155197b9d6100df3
size 44765

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>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pylast
Version: 3.2.1
Version: 3.3.0
Release: 0
Summary: A python interface to Last.fm
License: Apache-2.0