[multimedia/audiotube/release/26.04] /: Update tested ytmusicapi version
Jonah Brüchert <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit aa94244c8e329ead0517fc58c5f03cf59bff2e96 by Jonah Brüchert.
Committed on 06/08/2026 at 01:07.
Pushed by jbbgameich into branch 'release/26.04'.
Update tested ytmusicapi version
M +4 -4 flatpak/python3-ytmusicapi.json
M +1 -1 requirements.txt
M +1 -1 src/ytmusic.h
https://invent.kde.org/multimedia/audiotube/-/commit/aa94244c8e329ead0517fc58c5f03cf59bff2e96
diff --git a/flatpak/python3-ytmusicapi.json b/flatpak/python3-ytmusicapi.json
index 144c5d5c..29436e77 100644
--- a/flatpak/python3-ytmusicapi.json
+++ b/flatpak/python3-ytmusicapi.json
@@ -17,8 +17,8 @@
},
{
"type": "file",
- "url": "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl",
- "sha256": "771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"
+ "url": "https://files.pythonhosted.org/packages/1e/5e/d4e9f1a599fb8e573b7b87160658329fbf28d19eac2718f51fc3def3aa5a/idna-3.18-py3-none-any.whl",
+ "sha256": "7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2"
},
{
"type": "file",
@@ -32,8 +32,8 @@
},
{
"type": "file",
- "url": "https://files.pythonhosted.org/packages/30/1e/1e462a98c99923757166b7dd703b04b53bb6d7787d2dbdd69e46fda6899d/ytmusicapi-1.11.4-py3-none-any.whl",
- "sha256": "5c2c0ecce6a8c2350688922f014b220459a73568e06a0cff90416070a3268fd9"
+ "url": "https://files.pythonhosted.org/packages/53/6d/f7156e7ab9953d09e14ef538de4e92c484169fac19d207b19b9d9eb9c845/ytmusicapi-1.12.1-py3-none-any.whl",
+ "sha256": "2a53f6df504b97b93a4d41c804b699b46190207cb9d864fcf4edeb338b1f15d9"
}
]
}
diff --git a/requirements.txt b/requirements.txt
index 3c669904..8c61d50e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,5 +3,5 @@
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
-ytmusicapi==1.11.4
+ytmusicapi==v1.12.1
yt-dlp
diff --git a/src/ytmusic.h b/src/ytmusic.h
index f1c15b55..cfd91b3b 100644
--- a/src/ytmusic.h
+++ b/src/ytmusic.h
@@ -12,7 +12,7 @@
#include <vector>
#include <memory>
-constexpr auto TESTED_YTMUSICAPI_VERSION = "1.11.4";
+constexpr auto TESTED_YTMUSICAPI_VERSION = "1.12.1";
struct YTMusicPrivate;