Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9dee6820b8 | |||
| e649388e4d | |||
| 2e73445bbc | |||
| e0dd32f8c4 | |||
| 2d34a766f8 | |||
| 22543db719 |
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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0878ae8a71a13f8956bb1d42ea845e092822de205de11be685b371895e430fdc
|
|
||||||
size 108288
|
|
||||||
@@ -1,23 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Nov 27 07:15:05 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
||||||
|
|
||||||
- Update to 2.25.2 (bsc#1254285):
|
|
||||||
* Security
|
|
||||||
+ CVE-2025-66040 – HTML for OAuth flow now sanitized: prevents
|
|
||||||
potential XSS attacks (by @yueyueL) Upgrade if you run spotipy
|
|
||||||
with the default OAuth flow (uses a local HTTP server as a
|
|
||||||
callback method) (bsc#1254285)
|
|
||||||
* Added
|
|
||||||
+ Adds additional_types parameter to retrieve currently playing episode
|
|
||||||
+ Add deprecation warnings to documentation
|
|
||||||
* Fixed
|
|
||||||
+ Fixed dead link in README.md
|
|
||||||
+ Corrected Spotify/Spotipy typo in documentation
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 05:07:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Feb 28 05:07:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
- Update to 2.25.1 (bsc#1238059):
|
- Update to 2.25.1:
|
||||||
* Security
|
* Security
|
||||||
+ CVE-2025-27154 – Cache file permissions tightened: now 600 (user
|
+ CVE-2025-27154 – Cache file permissions tightened: now 600 (user
|
||||||
read/write only) instead of 644, preventing unauthorized local access
|
read/write only) instead of 644, preventing unauthorized local access
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-spotipy
|
# spec file for package python-spotipy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-spotipy
|
Name: python-spotipy
|
||||||
Version: 2.25.2
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user