[PR #1144] [MERGED] Testing for a potential rebase #1182

Closed
opened 2026-02-28 00:03:58 +03:00 by kerem · 0 comments
Owner

📋 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_testHead: master


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/1144 **Author:** [@dieser-niko](https://github.com/dieser-niko) **Created:** 7/2/2024 **Status:** ✅ Merged **Merged:** 7/5/2024 **Merged by:** [@dieser-niko](https://github.com/dieser-niko) **Base:** `v3_rebase_rebase_test` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d0bbe67`](https://github.com/spotipy-dev/spotipy/commit/d0bbe67302cb89e0d071e3319fbcdd75d414936b) Add additional video tutorial reference to documentation. (#921) - [`0b90627`](https://github.com/spotipy-dev/spotipy/commit/0b9062726c079958afd5c641ed7175c5c83a7b66) Create SECURITY.md - [`f669966`](https://github.com/spotipy-dev/spotipy/commit/f669966a7221a25051e84d8e9eb5933ac4772aa4) Update SECURITY.md - [`d884ae1`](https://github.com/spotipy-dev/spotipy/commit/d884ae13c24a28ff090576139a6b103bee6d0e8c) Fix typo in start_playback function (#930) - [`262e7a0`](https://github.com/spotipy-dev/spotipy/commit/262e7a0443ece48ce6825f97ad9a3ed205ceb725) Rename simple files (#933) - [`b1db0b6`](https://github.com/spotipy-dev/spotipy/commit/b1db0b63d90eae40af32d7ee4c760c2fd581a1b4) Merge pull request from GHSA-q764-g6fm-555v - [`beec3da`](https://github.com/spotipy-dev/spotipy/commit/beec3dad1f886f1ad68502b619f40329cf766dc9) Fix flake8 - [`c53511b`](https://github.com/spotipy-dev/spotipy/commit/c53511bbbe87f89c2aeaa65bef584539db440f97) Bump to 2.22.1 - [`b3f308d`](https://github.com/spotipy-dev/spotipy/commit/b3f308d2894d0d90538d5dc604a648ad1a9ca849) Add encoder_cls argument to CacheFileHandler (#941) - [`5721956`](https://github.com/spotipy-dev/spotipy/commit/572195617b3d63f05f4083a4067fe6eb0dfe448b) Fix SpotifyPKCE docstring (#942) ### 📊 Changes **44 files changed** (+961 additions, -428 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#1182
No description provided.