Accepting request 1201396 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1201396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=17
This commit is contained in:
commit
bdab30e67c
3
streamlink-6.10.0.tar.gz
Normal file
3
streamlink-6.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:548d5fcbc3a8e1d5d29fa210a05953f85f48cae70b52ac2ebe49f90e85917521
|
||||||
|
size 759416
|
7
streamlink-6.10.0.tar.gz.asc
Normal file
7
streamlink-6.10.0.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZtseiQAKCRAa62QA7aJ9
|
||||||
|
qe5TAQD9xUT1Wr7BUkjy7LYiOBTIpktpXDpR5iJUVriMMgrO3gD+JYmWZk77PrE2
|
||||||
|
twolya6sv/JNaon0qoM2f35hETiFMgo=
|
||||||
|
=sl2F
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ca9b0b17b80bc9d09a8422c390cb38d819af5566493960bf210d8fee221c17f
|
|
||||||
size 758696
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZroMAQAKCRAa62QA7aJ9
|
|
||||||
qSuNAQDMKorp96oZ8MZlTBSm/o3qmeKMwCMHeV0uM1I3m/YnXQEAn2P+bESRg3mm
|
|
||||||
Bv8ClRpViAjRjTQoGluPK3xAYchvvwA=
|
|
||||||
=W8S+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,7 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 13:00:25 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <rrahl0@opensuse.org>
|
Mon Aug 12 23:05:48 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
- updatet o 6.9.0:
|
- update to 6.9.0:
|
||||||
* Added: streamlink.plugin.api.webbrowser subpackage with the aws_waf module
|
* Added: streamlink.plugin.api.webbrowser subpackage with the aws_waf module
|
||||||
* Added: max_buffer_size kwarg to CDPClient.session()
|
* Added: max_buffer_size kwarg to CDPClient.session()
|
||||||
* Added: webbrowser User-Agent header override in headless mode
|
* Added: webbrowser User-Agent header override in headless mode
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
%global flavor @BUILD_FLAVOR@%nil
|
%global flavor @BUILD_FLAVOR@%nil
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -24,7 +23,7 @@
|
|||||||
%define psuffix %nil
|
%define psuffix %nil
|
||||||
%endif
|
%endif
|
||||||
Name: streamlink%{psuffix}
|
Name: streamlink%{psuffix}
|
||||||
Version: 6.9.0
|
Version: 6.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Program to pipe streams from services into a video player
|
Summary: Program to pipe streams from services into a video player
|
||||||
License: Apache-2.0 AND BSD-2-Clause
|
License: Apache-2.0 AND BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user