14
0

Accepting request 1179665 from devel:languages:python

- 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-<countrycode>`
    in Spotify links

OBS-URL: https://build.opensuse.org/request/show/1179665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-spotipy?expand=0&rev=12
This commit is contained in:
2024-06-10 15:38:14 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d0b28eef68a7829bf78a3ace96d6eabc66943d8355328e15a1a0769ec15f202
size 112399

3
2.24.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3dfd2f891f76923847f052c65ec689cd7482ab1e3200aebeffa39661c51d137
size 114822

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jun 10 09:22:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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-<countrycode>`
in Spotify links
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 8 13:45:17 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Dec 8 13:45:17 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-spotipy # 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 # 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,14 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-spotipy Name: python-spotipy
Version: 2.23.0 Version: 2.24.0
Release: 0 Release: 0
Summary: Client for the Spotify Web API Summary: Client for the Spotify Web API
License: MIT License: MIT
URL: https://spotipy.readthedocs.org/ URL: https://spotipy.readthedocs.org/
# https://github.com/plamere/spotipy/issues/454 # https://github.com/plamere/spotipy/issues/454
Source: https://github.com/plamere/spotipy/archive/%{version}.tar.gz 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 redis}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes