From ccdfa1d4790b195c7fd37936045c7e542fc7cf9f62dfb444b2e4a59cd0714dab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 18:49:53 +0000 Subject: [PATCH] - 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 --- pylast-4.1.0.tar.gz | 3 --- pylast-4.5.0.tar.gz | 3 +++ python-pylast.changes | 17 +++++++++++++++++ python-pylast.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 pylast-4.1.0.tar.gz create mode 100644 pylast-4.5.0.tar.gz diff --git a/pylast-4.1.0.tar.gz b/pylast-4.1.0.tar.gz deleted file mode 100644 index 753a490..0000000 --- a/pylast-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad084aec1bf7e307bc42d7cc1a003851f5bee1ad24fb697a9fdc300bbfe63932 -size 44135 diff --git a/pylast-4.5.0.tar.gz b/pylast-4.5.0.tar.gz new file mode 100644 index 0000000..49de7f0 --- /dev/null +++ b/pylast-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62800b72e971dadac40c3d6f538c6188219d6f53853ddc48d69d9fc25659018f +size 44070 diff --git a/python-pylast.changes b/python-pylast.changes index 35fa308..500c22a 100644 --- a/python-pylast.changes +++ b/python-pylast.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Mar 26 18:47:58 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-pylast.spec b/python-pylast.spec index d20b95e..c944e1c 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -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