Accepting request 1205166 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1205166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=18
This commit is contained in:
commit
977f22d496
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:548d5fcbc3a8e1d5d29fa210a05953f85f48cae70b52ac2ebe49f90e85917521
|
|
||||||
size 759416
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZtseiQAKCRAa62QA7aJ9
|
|
||||||
qe5TAQD9xUT1Wr7BUkjy7LYiOBTIpktpXDpR5iJUVriMMgrO3gD+JYmWZk77PrE2
|
|
||||||
twolya6sv/JNaon0qoM2f35hETiFMgo=
|
|
||||||
=sl2F
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
streamlink-6.11.0.tar.gz
Normal file
3
streamlink-6.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:562e5d753ca109e1956207de4ac27c337ce6b99fbe7ed7203b945105ed5b2f86
|
||||||
|
size 763094
|
7
streamlink-6.11.0.tar.gz.asc
Normal file
7
streamlink-6.11.0.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZvwEHAAKCRAa62QA7aJ9
|
||||||
|
qQJhAP9bYYs1GduePwu2/ty2/6wcQ6+Jkiz5afZP85VQM24vjwD9GyfyWa/yHqXO
|
||||||
|
tfiEDrH9sSefAycUnffLPgWlH/wx0gE=
|
||||||
|
=Gdjx
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 1 14:22:13 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <rrahl0@opensuse.org>
|
Fri Sep 13 13:00:25 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
Comment: Hostname:
|
|
||||||
Version: Hockeypuck 2.2
|
Version: Hockeypuck 2.2
|
||||||
|
Comment: Hostname:
|
||||||
|
|
||||||
xjMEZLWhshYJKwYBBAHaRw8BAQdAu0sD5Ez8mfroVXpEohGHAeH1H2xduEHsYHkG
|
xjMEZLWhshYJKwYBBAHaRw8BAQdAu0sD5Ez8mfroVXpEohGHAeH1H2xduEHsYHkG
|
||||||
IciKHdzNMlN0cmVhbWxpbmsgc2lnbmluZyBrZXkgPHN0cmVhbWxpbmtAcHJvdG9u
|
IciKHdzNMlN0cmVhbWxpbmsgc2lnbmluZyBrZXkgPHN0cmVhbWxpbmtAcHJvdG9u
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define psuffix %nil
|
%define psuffix %nil
|
||||||
%endif
|
%endif
|
||||||
Name: streamlink%{psuffix}
|
Name: streamlink%{psuffix}
|
||||||
Version: 6.10.0
|
Version: 6.11.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
|
||||||
@ -56,7 +56,6 @@ BuildRequires: python3-wheel
|
|||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
BuildRequires: python3-freezegun >= 1.0.0
|
BuildRequires: python3-freezegun >= 1.0.0
|
||||||
BuildRequires: python3-pytest >= 8.0.0
|
BuildRequires: python3-pytest >= 8.0.0
|
||||||
BuildRequires: python3-pytest-asyncio
|
|
||||||
BuildRequires: python3-pytest-trio
|
BuildRequires: python3-pytest-trio
|
||||||
BuildRequires: python3-requests-mock
|
BuildRequires: python3-requests-mock
|
||||||
BuildRequires: streamlink = %{version}
|
BuildRequires: streamlink = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user