diff --git a/streamlink-7.0.0.tar.gz b/streamlink-7.0.0.tar.gz deleted file mode 100644 index 6b46d94..0000000 --- a/streamlink-7.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2 -size 765957 diff --git a/streamlink-7.0.0.tar.gz.asc b/streamlink-7.0.0.tar.gz.asc deleted file mode 100644 index 089819c..0000000 --- a/streamlink-7.0.0.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZyj3bAAKCRAa62QA7aJ9 -qXaTAQDxVE2kUzyPd4nxgiqGOz7G5T+3IqpQ1zGwhhWdqvD1ggD9EBIXkk2F3S0e -gIOE0qcZmw+GckpFlOHt2tF1Y3sJHAU= -=ITji ------END PGP SIGNATURE----- diff --git a/streamlink-7.1.2.tar.gz b/streamlink-7.1.2.tar.gz new file mode 100644 index 0000000..ea25bd5 --- /dev/null +++ b/streamlink-7.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c08e452b3a0d32a65f636b308fa6403a477282387e9f2333cfce3c38456fd7 +size 772724 diff --git a/streamlink-7.1.2.tar.gz.asc b/streamlink-7.1.2.tar.gz.asc new file mode 100644 index 0000000..c5dda31 --- /dev/null +++ b/streamlink-7.1.2.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZ37GSAAKCRAa62QA7aJ9 +qUgkAQC4BHymUX2vg4BDfDwI946y7j5SmJOK1DmiCLjYqEEZNAEA+3V87S/kUTzR +JnFb7WnYPQ10/SBFwkqpQbZQ70QYXQs= +=HsXa +-----END PGP SIGNATURE----- diff --git a/streamlink.changes b/streamlink.changes index 5f36a97..79c1c43 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Jan 27 04:18:43 UTC 2025 - Tejas Guruswamy + +- Update to 7.1.2: + * Updated plugins: + + various: fixed access of URL matcher regex capture groups, affecting abematv, ard_mediathek, bbiplayer, dailymotion, picarto, streann (#6364, #6368) + + chzzk: added support for clips (#6389) + + dailymotion: added support for lequipe.fr (#6372) + + kick: fixed 403 HTTP errors, fixed VOD URL matcher (#6384) + + nicolive: fixed authentication (#6378) + + tiktok: rewritten plugin, fixed live streams, added VODs (#6381) + * Fixed: --show-matchers=pluginname not working when plugins are loaded lazily (#6361) + * Added: --show-matchers=pluginname CLI argument (#6287) + * Updated: Streamlink and Plugin constructors to allow both Mapping and Options as options types (#6311) + * Fixed: uncaught DASH errors if FFmpeg is unavailable (#6306) + * As a side effect, if FFmpeg is unavailable, DASH streams will only return one sub-stream of the video and/or audio streams that would be muxed otherwise. + * Fixed: incorrect DASH segment duration in timeline manifests (#6323) + * Fixed: dynamic DASH streams incorrectly requiring the publishTime and availabilityStartTime attributes (#6324) + * Fixed: incorrect DASH segment and manifest base-URL joining (#6328, #6338) + * Fixed: matchers and arguments objects being shared in inherited Plugin classes (#6297, #6298) + * Updated plugins: + + various: replaced verbose URL matcher regexes of most plugins with multiple simple ones (#6285) + + bilibili: updated schema to include MPEG-TS HLS streams (#6332) + + bilibili: added back high-res HTTPStream streams from the v1 API with higher priority (#5782) + + mangomolo: replaced media.gov.kw with 51.com.kw (#6353) + + soop: rewritten authentication (#6321) + + vkplay: renamed to vkvideo and updated matcher (#6319) + + welt: fixed schema (#6301) + * Build: removed typing-extensions from runtime dependencies (#6314) + ------------------------------------------------------------------- Mon Nov 4 17:52:10 UTC 2024 - Richard Rahl diff --git a/streamlink.spec b/streamlink.spec index 4351b93..6ffed53 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -1,7 +1,7 @@ # # spec file for package streamlink # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define psuffix %nil %endif Name: streamlink%{psuffix} -Version: 7.0.0 +Version: 7.1.2 Release: 0 Summary: Program to pipe streams from services into a video player License: Apache-2.0 AND BSD-2-Clause @@ -47,7 +47,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-trio >= 0.25.0 BuildRequires: python3-trio-typing BuildRequires: python3-trio-websocket >= 0.9.0 -BuildRequires: python3-typing_extensions >= 4.0.0 BuildRequires: python3-urllib3 >= 1.26.0 BuildRequires: python3-versioningit >= 2.0.0 BuildRequires: python3-websocket-client >= 1.2.1 @@ -70,7 +69,6 @@ Requires: python3-pycryptodome >= 3.4.3 Requires: python3-requests >= 2.26 Requires: python3-trio >= 0.22.0 Requires: python3-trio-websocket >= 0.9.0 -Requires: python3-typing-extensions >= 4.0.0 Requires: python3-urllib3 >= 1.26.0 Requires: python3-websocket-client >= 1.2.1 Conflicts: python3-PySocks = 1.5.7