14
0
forked from pool/python-pylast

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

- Update to version 3.2.1
  * Fix regression calling `get_recent_tracks` with `limit=None` (#320) @hugovk
  * Support for Python 3.8
  * Store album art URLs when you call `GetTopAlbums` ([#307])
  * Retry paging through results on exception ([#297])
  * Respect `get_recent_tracks`' limit when there's a now playing track ([#310])
  * Remove Python 2 warnings, `python_requires` should be enough ([#312])
  * Use setuptools_scm to simplify versioning during release ([#316])
  * Extract username from session via new
  * Drop support for Python 2.7 ([#265])

OBS-URL: https://build.opensuse.org/request/show/786866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-03-20 12:36:11 +00:00
committed by Git OBS Bridge
parent c46338d109
commit a3960bfb1d
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 20 11:07:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 3.2.1
* Fix regression calling `get_recent_tracks` with `limit=None` (#320) @hugovk
* Support for Python 3.8
* Store album art URLs when you call `GetTopAlbums` ([#307])
* Retry paging through results on exception ([#297])
* Respect `get_recent_tracks`' limit when there's a now playing track ([#310])
* Remove Python 2 warnings, `python_requires` should be enough ([#312])
* Use setuptools_scm to simplify versioning during release ([#316])
* Extract username from session via new
* Drop support for Python 2.7 ([#265])
-------------------------------------------------------------------
Mon Oct 14 14:15:02 UTC 2019 - Matej Cepl <mcepl@suse.com>