~spvkgn/deemix/+git/spotipy:v3

Last commit made on 2022-12-26
Get this branch:
git clone -b v3 https://git.launchpad.net/~spvkgn/deemix/+git/spotipy

Branch merges

Branch information

Name:
v3
Repository:
lp:~spvkgn/deemix/+git/spotipy

Recent commits

f005732... by "Andrew J. Hesford" <email address hidden>

Make redis dependency optional (#869)

4918305... by =?utf-8?q?St=C3=A9phane_Bruckert?= <email address hidden>

Sync branches (#920)

d7e8dd1... by =?utf-8?q?St=C3=A9phane_Bruckert?= <email address hidden>

Merge pull request #671 from Peter-Schorn/v3

V3

8973fc2... by Peter-Schorn <email address hidden>

Fixed lint issues

bd80181... by Peter-Schorn <email address hidden>

Renamed the `auth` parameter of `Spotify.__init__` to `access_token` for better clarity.
Removed the `client_credentials_manager` and `oauth_manager` parameters because they are redundant.

Replaced the `set_auth` and `auth_manager` properties with standard attributes.

Removed the following deprecated methods from `Spotify`:
* `playlist_tracks`
* `user_playlist`
* `user_playlist_tracks`
* `user_playlist_change_details`
* `user_playlist_unfollow`
* `user_playlist_add_tracks`
* `user_playlist_replace_tracks`
* `user_playlist_reorder_tracks`
* `user_playlist_remove_all_occurrences_of_tracks`
* `user_playlist_remove_specific_occurrences_of_tracks`
* `user_playlist_follow_playlist`
* `user_playlist_is_following`

Removed the deprecated `as_dict` parameter from the `get_access_token` method of `SpotifyOAuth` and `SpotifyPKCE`.

Removed the deprecated `get_cached_token` and `_save_token_info` methods of `SpotifyOAuth` and `SpotifyPKCE`.

Removed `SpotifyImplicitGrant`.

Removed `prompt_for_user_token`.

b6c3961... by Peter Schorn <email address hidden>

Merge pull request #1 from Peter-Schorn/master

merge master into v3.

aa9652f... by Peter Schorn <email address hidden>

Merge branch 'v3' into master

bc7343c... by Peter-Schorn <email address hidden>

Fixed a bug in `CacheFileHandler.__init__`: The documentation says that the username will be retrieved from the environment, but it wasn't.

0b6ede6... by Peter-Schorn <email address hidden>

Added `MemoryCacheHandler`, a cache handler that simply stores the token info in memory as an instance attribute of this class.

36bdeb0... by Stephane Bruckert <email address hidden>

Bump to 2.18.0