diff --git a/2.25.0.tar.gz b/2.25.0.tar.gz deleted file mode 100644 index 052c84d..0000000 --- a/2.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0d10b7e46a491d49970bddde36dcdd3d60c4fa0232e3a6f9366d8682678d464 -size 117172 diff --git a/2.25.1.tar.gz b/2.25.1.tar.gz new file mode 100644 index 0000000..0856ed3 --- /dev/null +++ b/2.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d525c070567a3aa36efda82dbde59e0a2ac7f395e5a88ea4f31da47fda07ff9 +size 107750 diff --git a/python-spotipy.changes b/python-spotipy.changes index 0dcad36..b6721ec 100644 --- a/python-spotipy.changes +++ b/python-spotipy.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Feb 28 05:07:51 UTC 2025 - Steve Kowalik + +- Update to 2.25.1: + * Security + + CVE-2025-27154 – Cache file permissions tightened: now 600 (user + read/write only) instead of 644, preventing unauthorized local access + to auth tokens (bsc#1238059) + * Added + + Added examples for audiobooks, shows and episodes methods to examples + directory + * Fixed + + Fixed scripts in examples directory that didn't run correctly + + Updated documentation for Client.current_user_top_artists to indicate + maximum number of artists limit + * Changed + + Updated get_cached_token and save_token_to_cache methods to utilize + Python's Context Management Protocol + + Added except clause to get_cached_token method to handle json decode + errors + + Added warnings and updated docs due to Spotify's deprecation of HTTP + and "localhost" redirect URIs + + Use newer string formatters (https://pyformat.info) + + Marked recommendation_genre_seeds as deprecated + ------------------------------------------------------------------- Tue Jan 7 14:28:06 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-spotipy.spec b/python-spotipy.spec index 5e98540..9d63083 100644 --- a/python-spotipy.spec +++ b/python-spotipy.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-spotipy -Version: 2.25.0 +Version: 2.25.1 Release: 0 Summary: Client for the Spotify Web API License: MIT @@ -67,6 +67,6 @@ https://spotipy.readthedocs.io/ %license LICENSE.md %doc CHANGELOG.md %{python_sitelib}/spotipy -%{python_sitelib}/spotipy-*-info +%{python_sitelib}/spotipy-%{version}.dist-info %changelog