14
0
forked from pool/python-pylast

Accepting request 698127 from home:pgajdos

- version update to 3.1.0
  * Extract username from session via new
    SessionKeyGenerator.get_web_auth_session_key_username (#290)
  * User.get_track_scrobbles (#298)
  * User.get_artist_tracks. Use User.get_track_scrobbles as a
    partial replacement. (#298)
- python3 only package

OBS-URL: https://build.opensuse.org/request/show/698127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-04-29 07:21:22 +00:00
committed by Git OBS Bridge
parent c3ccd62a9a
commit 0fed771a90
4 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 26 08:55:22 UTC 2019 - pgajdos@suse.com
- version update to 3.1.0
* Extract username from session via new
SessionKeyGenerator.get_web_auth_session_key_username (#290)
* User.get_track_scrobbles (#298)
* User.get_artist_tracks. Use User.get_track_scrobbles as a
partial replacement. (#298)
- python3 only package
-------------------------------------------------------------------
Tue Dec 4 12:52:25 UTC 2018 - Matej Cepl <mcepl@suse.com>