diff --git a/streamlink-6.10.0.tar.gz b/streamlink-6.10.0.tar.gz new file mode 100644 index 0000000..677af29 --- /dev/null +++ b/streamlink-6.10.0.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..cfd758e --- /dev/null +++ b/streamlink-6.10.0.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZtseiQAKCRAa62QA7aJ9 +qe5TAQD9xUT1Wr7BUkjy7LYiOBTIpktpXDpR5iJUVriMMgrO3gD+JYmWZk77PrE2 +twolya6sv/JNaon0qoM2f35hETiFMgo= +=sl2F +-----END PGP SIGNATURE----- diff --git a/streamlink-6.9.0.tar.gz b/streamlink-6.9.0.tar.gz deleted file mode 100644 index 0f20418..0000000 --- a/streamlink-6.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ca9b0b17b80bc9d09a8422c390cb38d819af5566493960bf210d8fee221c17f -size 758696 diff --git a/streamlink-6.9.0.tar.gz.asc b/streamlink-6.9.0.tar.gz.asc deleted file mode 100644 index 9ecfce8..0000000 --- a/streamlink-6.9.0.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZroMAQAKCRAa62QA7aJ9 -qSuNAQDMKorp96oZ8MZlTBSm/o3qmeKMwCMHeV0uM1I3m/YnXQEAn2P+bESRg3mm -Bv8ClRpViAjRjTQoGluPK3xAYchvvwA= -=W8S+ ------END PGP SIGNATURE----- diff --git a/streamlink.changes b/streamlink.changes index 05ecf0d..608e457 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,7 +1,29 @@ +------------------------------------------------------------------- +Fri Sep 13 13:00:25 UTC 2024 - Richard Rahl + +- update to 6.10.0: + * Added: official support for Python 3.13 + * Added: --logformat and --logdateformat + * Added: --ffmpeg-loglevel + * Fixed: continuous logging errors when stdout stream was closed on the reading end + * Fixed: HTTP proxy config being used when getting webbrowser API's websocket IPC address + * Updated plugins: + - booyah: removed plugin + - douyin: fixed validation schema + - galatasaraytv: removed plugin + - idf1: removed plugin + - linelive: removed plugin + - pandalive: fixed missing HTTP headers + - tiktok: fixed schema of inaccessible streams + - youtube: disabled VODs, as they are currently non-functional + * Docs: bumped sphinx-design >=0.5.0,<=0.6.1, enabling sphinx >=8.0.0 + * Tests: fixed pytest-asyncio warnings +- remove last bits of supporting leap (as dependencies are missing anyway) + ------------------------------------------------------------------- Mon Aug 12 23:05:48 UTC 2024 - Richard Rahl -- updatet o 6.9.0: +- update to 6.9.0: * Added: streamlink.plugin.api.webbrowser subpackage with the aws_waf module * Added: max_buffer_size kwarg to CDPClient.session() * Added: webbrowser User-Agent header override in headless mode diff --git a/streamlink.spec b/streamlink.spec index 429999f..00d8328 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -16,7 +16,6 @@ # -%{?sle15_python_module_pythons} %global flavor @BUILD_FLAVOR@%nil %if "%{flavor}" == "test" %define psuffix -test @@ -24,7 +23,7 @@ %define psuffix %nil %endif Name: streamlink%{psuffix} -Version: 6.9.0 +Version: 6.10.0 Release: 0 Summary: Program to pipe streams from services into a video player License: Apache-2.0 AND BSD-2-Clause