forked from pool/python-spotipy
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spotipy?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0d10b7e46a491d49970bddde36dcdd3d60c4fa0232e3a6f9366d8682678d464
|
|
||||||
size 117172
|
|
3
2.25.1.tar.gz
Normal file
3
2.25.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d525c070567a3aa36efda82dbde59e0a2ac7f395e5a88ea4f31da47fda07ff9
|
||||||
|
size 107750
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 05:07:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Tue Jan 7 14:28:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-spotipy
|
Name: python-spotipy
|
||||||
Version: 2.25.0
|
Version: 2.25.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client for the Spotify Web API
|
Summary: Client for the Spotify Web API
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -67,6 +67,6 @@ https://spotipy.readthedocs.io/
|
|||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc CHANGELOG.md
|
%doc CHANGELOG.md
|
||||||
%{python_sitelib}/spotipy
|
%{python_sitelib}/spotipy
|
||||||
%{python_sitelib}/spotipy-*-info
|
%{python_sitelib}/spotipy-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user