diff --git a/streamlink-6.10.0.tar.gz b/streamlink-6.10.0.tar.gz deleted file mode 100644 index 677af29..0000000 --- a/streamlink-6.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:548d5fcbc3a8e1d5d29fa210a05953f85f48cae70b52ac2ebe49f90e85917521 -size 759416 diff --git a/streamlink-6.10.0.tar.gz.asc b/streamlink-6.10.0.tar.gz.asc deleted file mode 100644 index cfd758e..0000000 --- a/streamlink-6.10.0.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZtseiQAKCRAa62QA7aJ9 -qe5TAQD9xUT1Wr7BUkjy7LYiOBTIpktpXDpR5iJUVriMMgrO3gD+JYmWZk77PrE2 -twolya6sv/JNaon0qoM2f35hETiFMgo= -=sl2F ------END PGP SIGNATURE----- diff --git a/streamlink-6.11.0.tar.gz b/streamlink-6.11.0.tar.gz new file mode 100644 index 0000000..629e9c3 --- /dev/null +++ b/streamlink-6.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562e5d753ca109e1956207de4ac27c337ce6b99fbe7ed7203b945105ed5b2f86 +size 763094 diff --git a/streamlink-6.11.0.tar.gz.asc b/streamlink-6.11.0.tar.gz.asc new file mode 100644 index 0000000..826f826 --- /dev/null +++ b/streamlink-6.11.0.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZvwEHAAKCRAa62QA7aJ9 +qQJhAP9bYYs1GduePwu2/ty2/6wcQ6+Jkiz5afZP85VQM24vjwD9GyfyWa/yHqXO +tfiEDrH9sSefAycUnffLPgWlH/wx0gE= +=Gdjx +-----END PGP SIGNATURE----- diff --git a/streamlink.changes b/streamlink.changes index 608e457..5b21564 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Oct 1 14:22:13 UTC 2024 - Richard Rahl + +- update to 6.11.0: + * Deprecated: --record-and-pipe=... in favor of --stdout --record=... + (and explicitly disallowed --stdout --output=...) + * Fixed: error when setting both --http-no-ssl-verify and --http-disable-dh + * Fixed: --player-passthrough without a resolved default --player + * Fixed: error when stdout/stderr file descriptors are missing + * Updated: webbrowser API's Chrome devtools protocol to latest version + * Updated plugins: + - crunchyroll: removed plugin + - dlive: fixed missing stream URL signature + - facebook: removed plugin + - mildom: removed plugin + - tvrby: removed plugin + - tvrplus: removed plugin + - twitch: fixed client-integrity token acquirement + - vk: fixed API params and validation schema + - webtv: removed plugin + - zengatv: removed plugin + - zhanqi: removed plugin + * Tests: removed pytest-asyncio dependency + ------------------------------------------------------------------- Fri Sep 13 13:00:25 UTC 2024 - Richard Rahl diff --git a/streamlink.keyring b/streamlink.keyring index d534cb3..2266afc 100644 --- a/streamlink.keyring +++ b/streamlink.keyring @@ -1,6 +1,6 @@ -----BEGIN PGP PUBLIC KEY BLOCK----- -Comment: Hostname: Version: Hockeypuck 2.2 +Comment: Hostname: xjMEZLWhshYJKwYBBAHaRw8BAQdAu0sD5Ez8mfroVXpEohGHAeH1H2xduEHsYHkG IciKHdzNMlN0cmVhbWxpbmsgc2lnbmluZyBrZXkgPHN0cmVhbWxpbmtAcHJvdG9u diff --git a/streamlink.spec b/streamlink.spec index 00d8328..0cd1a60 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -23,7 +23,7 @@ %define psuffix %nil %endif Name: streamlink%{psuffix} -Version: 6.10.0 +Version: 6.11.0 Release: 0 Summary: Program to pipe streams from services into a video player License: Apache-2.0 AND BSD-2-Clause @@ -56,7 +56,6 @@ BuildRequires: python3-wheel %if "%{flavor}" == "test" BuildRequires: python3-freezegun >= 1.0.0 BuildRequires: python3-pytest >= 8.0.0 -BuildRequires: python3-pytest-asyncio BuildRequires: python3-pytest-trio BuildRequires: python3-requests-mock BuildRequires: streamlink = %{version}