14
0
forked from pool/python-pylast

- update to 4.5.0:

* Deprecate is_streamable and is_fulltrack_available
  * Strip invalid XML characters from response
  * Speedup: Use faster importlib.metadata for getting version (#377) @hugovk
  * Convert setup.py to static setup.cfg and format with setup-cfg-fmt (#376) @hugovk
  * Rename master to main, use 3.10 final, add workflow_dispatch (#374) @hugovk
  * Set get_top_tracks limit even if it's None, to get unlimited user top_tracks
  * Add support for Python 3.10
  * Fix artist.get_bio_content() when bio is empty + other test fixes (#370) @hugovk
  * Remove artist.shout("<3") in README.md (#369) @tieubinhco
  * Bugfix for get_userloved and get_userplaycount resulting in an empty response from the server
  * Fix unsafe creation of temp file for caching, and improve exception raising (#356) @kvanzuijlen
  * [pre-commit.ci] pre-commit autoupdate (#362) @pre-commit-ci

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=20
This commit is contained in:
2022-03-26 18:49:53 +00:00
committed by Git OBS Bridge
parent 81dfd80825
commit ccdfa1d479
4 changed files with 21 additions and 4 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62800b72e971dadac40c3d6f538c6188219d6f53853ddc48d69d9fc25659018f
size 44070

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 26 18:47:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.5.0:
* Deprecate is_streamable and is_fulltrack_available
* Strip invalid XML characters from response
* Speedup: Use faster importlib.metadata for getting version (#377) @hugovk
* Convert setup.py to static setup.cfg and format with setup-cfg-fmt (#376) @hugovk
* Rename master to main, use 3.10 final, add workflow_dispatch (#374) @hugovk
* Set get_top_tracks limit even if it's None, to get unlimited user top_tracks
* Add support for Python 3.10
* Fix artist.get_bio_content() when bio is empty + other test fixes (#370) @hugovk
* Remove artist.shout("<3") in README.md (#369) @tieubinhco
* Bugfix for get_userloved and get_userplaycount resulting in an empty response from the server
* Fix unsafe creation of temp file for caching, and improve exception raising (#356) @kvanzuijlen
* [pre-commit.ci] pre-commit autoupdate (#362) @pre-commit-ci
-------------------------------------------------------------------
Tue Mar 15 08:50:28 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

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