Accepting request 1141965 from home:dirkmueller:Factory

- update to 6.5.1:
  * Fixed: file output path log message on py38/py39
  * Improved: warning message when using quoted player paths (in
    config files)
  * artetv: updated API response validation schema
  * atresplayer: updated API response validation schema
  * bigo: reimplemented plugin
  * bilibili: fixed stream resolving issues on channels with
    custom layouts
  * huya: added stream CDN availability check
  * twitch: disabled Chromium headless mode on client-integrity
    token acquirement
  * vidio: fixed missing API request cookies
  * zattoo: fixed audio/video sync issues
- add keyring for gpg validation

OBS-URL: https://build.opensuse.org/request/show/1141965
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=36
This commit is contained in:
Tejas Guruswamy 2024-01-29 06:30:20 +00:00 committed by Git OBS Bridge
parent 2c10bbe0a5
commit a16f955ea7
7 changed files with 52 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed
size 715983

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZX1BbQAKCRAa62QA7aJ9
qTDrAQC0Vaqhy9OB7/GOadsXCH+SuSdZ27Izm5uOcmC+okq5QAD9HQpBEeiQNmSi
z9W6X4VNnfBWi9VJy5Wm1c1717s+BgQ=
=F78s
-----END PGP SIGNATURE-----

3
streamlink-6.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:207fb4ce99c35bfeb1b8f7c76b96cfcb4076ad6881c61eaea553c2ec13d97c57
size 717297

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZaaBCAAKCRAa62QA7aJ9
qZnCAQDz7bEvOGnr3IMFyjLEG4NwbzzDMtCgtp5A/NvQ4JgPPgD6AwCEdMkrqgB0
ZHgqZZ3nA5/lZM17d4U/zqABnohhyAQ=
=FZrW
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Jan 27 13:41:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.5.1:
* Fixed: file output path log message on py38/py39
* Improved: warning message when using quoted player paths (in
config files)
* artetv: updated API response validation schema
* atresplayer: updated API response validation schema
* bigo: reimplemented plugin
* bilibili: fixed stream resolving issues on channels with
custom layouts
* huya: added stream CDN availability check
* twitch: disabled Chromium headless mode on client-integrity
token acquirement
* vidio: fixed missing API request cookies
* zattoo: fixed audio/video sync issues
- add keyring for gpg validation
-------------------------------------------------------------------
Wed Jan 10 03:40:38 UTC 2024 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
@ -71,7 +90,7 @@ Mon Oct 23 09:25:38 UTC 2023 - Hakim Zulkufli <hakim.zulkufli@gmail.com>
+ Docs: split up, updated and improved API docs (#5398)
+ Build: moved project metadata to pyproject.toml (PEP621) (#5438)
+ Dependencies: added trio (#5386), trio-websocket and typing-extensions (#5388), and removed importlib_metadata (#5302)
-------------------------------------------------------------------
Mon Jun 5 08:25:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

16
streamlink.keyring Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZLWhshYJKwYBBAHaRw8BAQdAu0sD5Ez8mfroVXpEohGHAeH1H2xduEHsYHkG
IciKHdy0MlN0cmVhbWxpbmsgc2lnbmluZyBrZXkgPHN0cmVhbWxpbmtAcHJvdG9u
bWFpbC5jb20+iJAEExYIADgWIQTNrEG5EiRw+vNXqdNERIopjVw2GAUCZLWhsgIb
AwULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRBERIopjVw2GH2MAQCxW0AG6K8A
P7hUfQHU7eMCBlNxhr1JcCcxl2ajcaOojAD9E+klQNd7VIFH3NcVlw42ADfFGdph
t6uwU8886DclIgO4MwRktaJCFgkrBgEEAdpHDwEBB0CgjJ8c9OXf+00EpqZb6Oxk
hIDDbLJKG04d7eRigLUYt4j1BBgWCAAmFiEEzaxBuRIkcPrzV6nTRESKKY1cNhgF
AmS1okICGwIFCQPCZwAAgQkQRESKKY1cNhh2IAQZFggAHRYhBImk76VlO4meZhF5
mRrrZADton2pBQJktaJCAAoJEBrrZADton2pcMUA/jwTLdeanUFXpaEY1dOkHR3x
skagH/y1TT7r0jIkfRKZAP0dadPIYHcIwm5y8ijs2Th4FRfwTzmKGhLv4hfNRxVD
BK3gAQCl+067glcwcgeWHq0mxhoWTN1oaaMBbQHN423fTs7TjgD/e5Fra1oTLW+I
Acu3T/qLqTiOpSHzlNQOKogPilLU7Q4=
=IEx0
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -16,11 +16,14 @@
#
%define pythons python3
%if 0%{?suse_version} == 1500
%{?sle15_python_module_pythons}
%else
%global pythons python3
%endif
Name: streamlink
Version: 6.5.0
Version: 6.5.1
Release: 0
Summary: Program to pipe streams from services into a video player
License: BSD-2-Clause
@ -28,7 +31,7 @@ Group: Development/Languages/Python
URL: https://streamlink.github.io/
Source: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
Source2: streamlink.keyring
BuildRequires: %{python_module Sphinx >= 4}
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip >= 9}