mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #1144] [MERGED] Testing for a potential rebase #1182
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/1144
Author: @dieser-niko
Created: 7/2/2024
Status: ✅ Merged
Merged: 7/5/2024
Merged by: @dieser-niko
Base:
v3_rebase_rebase_test← Head:master📝 Commits (10+)
d0bbe67Add additional video tutorial reference to documentation. (#921)0b90627Create SECURITY.mdf669966Update SECURITY.mdd884ae1Fix typo in start_playback function (#930)262e7a0Rename simple files (#933)b1db0b6Merge pull request from GHSA-q764-g6fm-555vbeec3daFix flake8c53511bBump to 2.22.1b3f308dAdd encoder_cls argument to CacheFileHandler (#941)5721956Fix SpotifyPKCE docstring (#942)📊 Changes
44 files changed (+961 additions, -428 deletions)
View changed files
➕
.github/SECURITY.md(+14 -0)➕
.github/dependabot.yml(+11 -0)📝
.github/workflows/integration_tests.yml(+3 -3)➕
.github/workflows/publish.yml(+39 -0)📝
.github/workflows/pull_request.yml(+3 -3)📝
.github/workflows/pythonapp.yml(+3 -3)➕
.readthedocs.yaml(+16 -0)📝
CHANGELOG.md(+70 -15)📝
CONTRIBUTING.md(+10 -16)📝
FAQ.md(+24 -2)📝
README.md(+39 -8)📝
TUTORIAL.md(+38 -19)📝
docs/conf.py(+47 -43)📝
docs/index.rst(+78 -92)➕
docs/requirements.txt(+3 -0)📝
examples/app.py(+1 -1)📝
examples/audio_analysis_for_track.py(+1 -2)📝
examples/audio_features.py(+1 -3)📝
examples/audio_features_for_track.py(+1 -4)📝
examples/contains_a_saved_track.py(+1 -1)...and 24 more files
📄 Description
We are currently thinking how to continue developing for V3. This PR as well as the branch is a way for me to test how I can perform a rebase.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.