From 3f63aa8e765cef60bb35cfeb034615edebc85df1b36f15f5b8cc5ae00e97962d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Aug 2020 11:35:37 +0000 Subject: [PATCH] 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 --- pylast-3.2.1.tar.gz | 3 --- pylast-3.3.0.tar.gz | 3 +++ python-pylast.changes | 9 +++++++++ python-pylast.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pylast-3.2.1.tar.gz create mode 100644 pylast-3.3.0.tar.gz diff --git a/pylast-3.2.1.tar.gz b/pylast-3.2.1.tar.gz deleted file mode 100644 index 71a6c70..0000000 --- a/pylast-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0 -size 44291 diff --git a/pylast-3.3.0.tar.gz b/pylast-3.3.0.tar.gz new file mode 100644 index 0000000..1eb1857 --- /dev/null +++ b/pylast-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2b6a06e88131f3d923229d879c94cd5bfc0d2251735d59155197b9d6100df3 +size 44765 diff --git a/python-pylast.changes b/python-pylast.changes index f7b0907..f060769 100644 --- a/python-pylast.changes +++ b/python-pylast.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 7 13:57:07 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-pylast.spec b/python-pylast.spec index 2c85c3b..7303e70 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -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