Accepting request 1273939 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1273939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=23
This commit is contained in:
2025-05-02 13:00:50 +00:00
committed by Git OBS Bridge
7 changed files with 25 additions and 13 deletions

View File

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

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZ/AmRQAKCRAa62QA7aJ9
qQSqAPsEEj44z51DN61hO1U3Vx5zBvpnvdz/55nssDLEEv1A0AD+IJPP7DtNB3Hy
QNE+5VLwc+zxaV6Pck3XeKwEjC4f9Qk=
=73RY
-----END PGP SIGNATURE-----

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

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

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCaA0vZwAKCRAa62QA7aJ9
qbgcAQCZKPwzr1R5K9NK6M+Xb7q9FC7wePMNL+lLqrkbCOoalQD+I7lSAFdhQm/W
+n4wGFEBy1yfNVYPXPm060RJSHGJQgU=
=vwnG
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 29 03:20:45 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 7.3.0:
* Changed: download progress to use the console output stream rather than always stderr, which previously caused log and progress messages to be interweaved
* Changed: download progress output to be a status message line at the bottom
of the console output, unless --progress=force is set in non-interactive or
unsupported environments, in which case less frequent regular progress
messages are written
* Fixed: potential division by zero error when formatting progress output
* Build: bumped setuptools requirement from >=65.6 to >=77 and switched to PEP 639 project license metadata format
-------------------------------------------------------------------
Fri Apr 4 20:12:39 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,6 +1,6 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: Hostname:
Version: Hockeypuck 2.2
Comment: Hostname:
xjMEZLWhshYJKwYBBAHaRw8BAQdAu0sD5Ez8mfroVXpEohGHAeH1H2xduEHsYHkG
IciKHdzNMlN0cmVhbWxpbmsgc2lnbmluZyBrZXkgPHN0cmVhbWxpbmtAcHJvdG9u

View File

@@ -23,7 +23,7 @@
%define psuffix %nil
%endif
Name: streamlink%{psuffix}
Version: 7.2.0
Version: 7.3.0
Release: 0
Summary: Program to pipe streams from services into a video player
License: Apache-2.0 AND BSD-2-Clause
@@ -43,7 +43,7 @@ BuildRequires: python3-pip >= 9
BuildRequires: python3-pycountry
BuildRequires: python3-pycryptodome >= 3.4.3
BuildRequires: python3-requests >= 2.26
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools >= 77.0
BuildRequires: python3-trio >= 0.25.0
BuildRequires: python3-trio-typing
BuildRequires: python3-trio-websocket >= 0.9.0