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
This commit is contained in:
parent
5bee7f463f
commit
2c10bbe0a5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76
|
||||
size 716194
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZWZDiwAKCRAa62QA7aJ9
|
||||
qSbJAP495YUlpC/ZrLX5GfRMSzw/V7i/BCO3yXSLV42owWYgQAEAw7cFhOCuNurG
|
||||
R6i6PSPyOvgzIA+xKe+lCVdJOYwgrQM=
|
||||
=B7x4
|
||||
-----END PGP SIGNATURE-----
|
3
streamlink-6.5.0.tar.gz
Normal file
3
streamlink-6.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed
|
||||
size 715983
|
7
streamlink-6.5.0.tar.gz.asc
Normal file
7
streamlink-6.5.0.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZX1BbQAKCRAa62QA7aJ9
|
||||
qTDrAQC0Vaqhy9OB7/GOadsXCH+SuSdZ27Izm5uOcmC+okq5QAD9HQpBEeiQNmSi
|
||||
z9W6X4VNnfBWi9VJy5Wm1c1717s+BgQ=
|
||||
=F78s
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 03:40:38 UTC 2024 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||
|
||||
- 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 <tejas.guruswamy@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user