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 +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>