From 62e754952ff6283faa331a4bbe903d7212c8fb90af1640dc79aabf7b252e80b9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Jun 2024 09:23:24 +0000 Subject: [PATCH] - update to 2.24.0: * Added `MemcacheCacheHandler`, a cache handler that stores the token info using pymemcache. * Added support for audiobook endpoints: `get_audiobook`, `get_audiobooks`, and `get_audiobook_chapters`. * Added integration tests for audiobook endpoints. * Added `update` field to `current_user_follow_playlist`. * Fixed error obfuscation when Spotify class is being inherited and an error is raised in the Child's `__init__` * Replaced `artist_albums(album_type=...)` with `artist_albums(include_groups=...)` due to an API change. * Updated `_regex_spotify_url` to ignore `/intl-` in Spotify links OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spotipy?expand=0&rev=26 --- 2.23.0.tar.gz | 3 --- 2.24.0.tar.gz | 3 +++ python-spotipy.changes | 17 +++++++++++++++++ python-spotipy.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 2.23.0.tar.gz create mode 100644 2.24.0.tar.gz diff --git a/2.23.0.tar.gz b/2.23.0.tar.gz deleted file mode 100644 index 3a93768..0000000 --- a/2.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d0b28eef68a7829bf78a3ace96d6eabc66943d8355328e15a1a0769ec15f202 -size 112399 diff --git a/2.24.0.tar.gz b/2.24.0.tar.gz new file mode 100644 index 0000000..972455a --- /dev/null +++ b/2.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dfd2f891f76923847f052c65ec689cd7482ab1e3200aebeffa39661c51d137 +size 114822 diff --git a/python-spotipy.changes b/python-spotipy.changes index 87f284e..80f37a1 100644 --- a/python-spotipy.changes +++ b/python-spotipy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jun 10 09:22:32 UTC 2024 - Dirk Müller + +- update to 2.24.0: + * Added `MemcacheCacheHandler`, a cache handler that stores the + token info using pymemcache. + * Added support for audiobook endpoints: `get_audiobook`, + `get_audiobooks`, and `get_audiobook_chapters`. + * Added integration tests for audiobook endpoints. + * Added `update` field to `current_user_follow_playlist`. + * Fixed error obfuscation when Spotify class is being inherited + and an error is raised in the Child's `__init__` + * Replaced `artist_albums(album_type=...)` with + `artist_albums(include_groups=...)` due to an API change. + * Updated `_regex_spotify_url` to ignore `/intl-` + in Spotify links + ------------------------------------------------------------------- Fri Dec 8 13:45:17 UTC 2023 - Dirk Müller diff --git a/python-spotipy.spec b/python-spotipy.spec index 01b542e..e39a444 100644 --- a/python-spotipy.spec +++ b/python-spotipy.spec @@ -1,7 +1,7 @@ # # spec file for package python-spotipy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-spotipy -Version: 2.23.0 +Version: 2.24.0 Release: 0 Summary: Client for the Spotify Web API License: MIT URL: https://spotipy.readthedocs.org/ # https://github.com/plamere/spotipy/issues/454 Source: https://github.com/plamere/spotipy/archive/%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module redis} BuildRequires: %{python_module setuptools} BuildRequires: fdupes