From 2c10bbe0a5e94b47746db065d6ab59f14da65ee6e1fb6dbf7108f681ed2c9ce5 Mon Sep 17 00:00:00 2001 From: Tejas Guruswamy Date: Wed, 10 Jan 2024 04:38:01 +0000 Subject: [PATCH] Accepting request 1137856 from home:MasterPatricko - Update to version 6.5.0 * Fixed: UserWarning being emitted by recent pycountry releases when parsing certain language codes (#5722) * Fixed: trace logging setup in WebsocketClient implementation (#5705) * Updated plugins: * btv: switched to HLS multivariant playlists (#5698) * gulli: rewritten plugin (#5725) * twitch: removed/disabled --twitch-disable-reruns (#5704) * twitch: enabled check_streams HLS option, to ensure early stream availability without querying the delayed Twitch API (#5708) * twitch: removed unnecessary Twitch API error messages for offline channels (#5709) * wasd: removed plugin (#5711) * Build: added support for versioningit >=3.0.0, with backward compatibility (#5721) OBS-URL: https://build.opensuse.org/request/show/1137856 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=35 --- streamlink-6.4.2.tar.gz | 3 --- streamlink-6.4.2.tar.gz.asc | 7 ------- streamlink-6.5.0.tar.gz | 3 +++ streamlink-6.5.0.tar.gz.asc | 7 +++++++ streamlink.changes | 15 +++++++++++++++ streamlink.spec | 4 ++-- 6 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 streamlink-6.4.2.tar.gz delete mode 100644 streamlink-6.4.2.tar.gz.asc create mode 100644 streamlink-6.5.0.tar.gz create mode 100644 streamlink-6.5.0.tar.gz.asc diff --git a/streamlink-6.4.2.tar.gz b/streamlink-6.4.2.tar.gz deleted file mode 100644 index 29ea89d..0000000 --- a/streamlink-6.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76 -size 716194 diff --git a/streamlink-6.4.2.tar.gz.asc b/streamlink-6.4.2.tar.gz.asc deleted file mode 100644 index bd1d739..0000000 --- a/streamlink-6.4.2.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZWZDiwAKCRAa62QA7aJ9 -qSbJAP495YUlpC/ZrLX5GfRMSzw/V7i/BCO3yXSLV42owWYgQAEAw7cFhOCuNurG -R6i6PSPyOvgzIA+xKe+lCVdJOYwgrQM= -=B7x4 ------END PGP SIGNATURE----- diff --git a/streamlink-6.5.0.tar.gz b/streamlink-6.5.0.tar.gz new file mode 100644 index 0000000..bb3cf79 --- /dev/null +++ b/streamlink-6.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed +size 715983 diff --git a/streamlink-6.5.0.tar.gz.asc b/streamlink-6.5.0.tar.gz.asc new file mode 100644 index 0000000..c8bbdf7 --- /dev/null +++ b/streamlink-6.5.0.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZX1BbQAKCRAa62QA7aJ9 +qTDrAQC0Vaqhy9OB7/GOadsXCH+SuSdZ27Izm5uOcmC+okq5QAD9HQpBEeiQNmSi +z9W6X4VNnfBWi9VJy5Wm1c1717s+BgQ= +=F78s +-----END PGP SIGNATURE----- diff --git a/streamlink.changes b/streamlink.changes index 589eee2..bcf34a2 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 10 03:40:38 UTC 2024 - Tejas Guruswamy + +- Update to version 6.5.0 + * Fixed: UserWarning being emitted by recent pycountry releases when parsing certain language codes (#5722) + * Fixed: trace logging setup in WebsocketClient implementation (#5705) + * Updated plugins: + * btv: switched to HLS multivariant playlists (#5698) + * gulli: rewritten plugin (#5725) + * twitch: removed/disabled --twitch-disable-reruns (#5704) + * twitch: enabled check_streams HLS option, to ensure early stream availability without querying the delayed Twitch API (#5708) + * twitch: removed unnecessary Twitch API error messages for offline channels (#5709) + * wasd: removed plugin (#5711) + * Build: added support for versioningit >=3.0.0, with backward compatibility (#5721) + ------------------------------------------------------------------- Sun Dec 3 02:09:01 UTC 2023 - Tejas Guruswamy diff --git a/streamlink.spec b/streamlink.spec index 8c1356f..69b67d0 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -1,7 +1,7 @@ # # spec file for package streamlink # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?sle15_python_module_pythons} Name: streamlink -Version: 6.4.2 +Version: 6.5.0 Release: 0 Summary: Program to pipe streams from services into a video player License: BSD-2-Clause