forked from pool/python-pylast
Accepting request 874245 from home:andythe_great:branches:devel:languages:python
- Update to 4.1.0. * Added * Add support for streaming. * Changed * Update copyright year. * Fixed * Set limit to 50 by default, not 1. - Updates for 4.0.0. * Add support for Python 3.9. * Remove deprecated Artist.get_cover_image, User.get_artist_tracks and STATUS_TOKEN_ERROR. OBS-URL: https://build.opensuse.org/request/show/874245 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d2b6a06e88131f3d923229d879c94cd5bfc0d2251735d59155197b9d6100df3
|
||||
size 44765
|
3
pylast-4.1.0.tar.gz
Normal file
3
pylast-4.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad084aec1bf7e307bc42d7cc1a003851f5bee1ad24fb697a9fdc300bbfe63932
|
||||
size 44135
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 07:20:38 UTC 2021 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Update to 4.1.0.
|
||||
* Added
|
||||
* Add support for streaming (#336) @kvanzuijlen
|
||||
* Changed
|
||||
* Update copyright year (#360) @hugovk
|
||||
* Replace Travis CI with GitHub Actions
|
||||
* Fixed
|
||||
* Set limit to 50 by default, not 1
|
||||
* Updates for 4.0.0.
|
||||
* Added
|
||||
* Add support for Python 3.9.
|
||||
* Removed
|
||||
* Remove deprecated Artist.get_cover_image,
|
||||
User.get_artist_tracks and STATUS_TOKEN_ERROR.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 13:57:07 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pylast
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pylast
|
||||
Version: 3.3.0
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: A python interface to Last.fm
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user