Accepting request 1292415 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1292415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=25
This commit is contained in:
2025-07-14 08:51:37 +00:00
committed by Git OBS Bridge
6 changed files with 37 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cc90e5a978800c9e5b113d0b26db1079451f43441a0476255c2e99fd65e60bb
size 792377

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCaEXNhQAKCRAa62QA7aJ9
qf8IAP0W8xZNdcjQS6gLISIIlQ7XxOcms44Rm2gTD+QaAAMcoQD8CrBnjoycvNBN
iH4rJU9z1I81JvqBpQAmdDP1NPRSAAk=
=C2ox
-----END PGP SIGNATURE-----

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

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

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCaG1wDAAKCRAa62QA7aJ9
qdR9APwOzET3YqALskVc06edwojab0ZyHW+tRr0QFRR4NBhABwD8Cn8NmQWLc/4+
oe3hF6CeuiCObwz0iRni7ofSyNYYkgI=
=K6sb
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jul 10 17:48:55 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 7.5.0:
* Added: --no-plugin-sideloading for disabling plugin sideloading from the default location
* Added: --no-plugin-cache for disabling cache file I/O of the plugin key-value store
* Improved: cache file I/O of the plugin key-value store
* Changed: default log format on the trace/all log level, with included thread name
* Fixed: missing thread names for various segmented and muxed streams
* Fixed: pipe write error log messages when muxing streams
* Updated plugins:
- aloula: updated plugin matchers to support new URLs
- goodgame: fixed HLS stream URLs
- mitele: removed plugin
- nowtvtr: restored plugin
- twitcasting: updated plugin to filter out preroll ads
- twitch: changed plugin to always filter out ads, deprecated --twitch-disable-ads
- twitch: forced default User-Agent on access token API request
- twitch: fixed clips validation schema
* Docs: rearranged CLI arguments that are related to the plugin system
* Build: removed {dev,docs}-requirements.txt in favor of PEP 735
* Build: bumped lxml requirement to >=4.6.4,<7 (lxml>=6 now supports free-threaded mode)
* Tests: fixed test failures on Python 3.14.0b3
* Tests: fixed test failures in free-threaded mode
-------------------------------------------------------------------
Sun Jun 8 11:42:15 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -24,7 +24,7 @@
%endif
%{?sle15_python_module_pythons}%{!?sle15_python_module_pythons:%define pythons python3}
Name: streamlink%{psuffix}
Version: 7.4.0
Version: 7.5.0
Release: 0
Summary: Program to pipe streams from services into a video player
License: Apache-2.0 AND BSD-2-Clause