Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package streamlink for openSUSE:Factory checked in at 2023-03-10 22:07:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/streamlink (Old) and /work/SRC/openSUSE:Factory/.streamlink.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "streamlink" Fri Mar 10 22:07:12 2023 rev:10 rq:1070530 version:5.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/streamlink/streamlink.changes 2022-08-04 13:24:19.804646177 +0200 +++ /work/SRC/openSUSE:Factory/.streamlink.new.31432/streamlink.changes 2023-03-10 22:07:17.793109727 +0100 @@ -1,0 +2,12 @@ +Sat Mar 4 04:52:38 UTC 2023 - Tejas Guruswamy <tejas.gurusw...@opensuse.org> + +- Update to version 5.3.1. Breaking changes: + + BREAKING: removed avconv (libav) from FFmpeg fallback list (#4826) + + BREAKING/API: removed Plugin.bind() and changed the signature of the Plugin class constructor (#4768) + A compatibility wrapper for these interface changes has temporarily been added in order to keep third-party plugin implementations working. + Please see the deprecation docs for more details. + + BREAKING/API: changed the return value of Session.resolve_url() (#4768) + Please see the deprecation docs for more details. + + BREAKING/API: removed HTTPSession.parse_*() methods (#4803) + +------------------------------------------------------------------- Old: ---- streamlink-4.2.0.tar.gz streamlink-4.2.0.tar.gz.asc New: ---- streamlink-5.3.1.tar.gz streamlink-5.3.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ streamlink.spec ++++++ --- /var/tmp/diff_new_pack.JOoQSh/_old 2023-03-10 22:07:18.441112677 +0100 +++ /var/tmp/diff_new_pack.JOoQSh/_new 2023-03-10 22:07:18.449112713 +0100 @@ -1,7 +1,7 @@ # # spec file for package streamlink # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define pythons python3 Name: streamlink -Version: 4.2.0 +Version: 5.3.1 Release: 0 Summary: Program to pipe streams from services into a video player License: BSD-2-Clause @@ -32,29 +32,34 @@ BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx >= 4 BuildRequires: python3-devel >= 3.7 -BuildRequires: python3-pip +BuildRequires: python3-pip >= 9 BuildRequires: python3-requests >= 2.26 BuildRequires: python3-versioningit >= 2.0.0 BuildRequires: python3-wheel # TEST REQUIREMENTS -BuildRequires: python3-pytest +BuildRequires: python3-pytest >= 6.0.0 BuildRequires: python3-PySocks >= 1.5.6 -BuildRequires: python3-freezegun +BuildRequires: python3-certifi +BuildRequires: python3-freezegun >= 1.0.0 BuildRequires: python3-isodate BuildRequires: python3-lxml >= 4.6.4 BuildRequires: python3-pycountry -BuildRequires: python3-pycryptodome +BuildRequires: python3-pycryptodome >= 3.4.3 +BuildRequires: python3-pytest-asyncio BuildRequires: python3-requests-mock +BuildRequires: python3-urllib3 >= 1.26.0 BuildRequires: python3-websocket-client >= 1.2.1 BuildConflicts: python3-PySocks = 1.5.7 Requires: python3-PySocks >= 1.5.6 +Requires: python3-certifi Requires: python3-isodate Requires: python3-lxml >= 4.6.4 Requires: python3-pycountry Requires: python3-pycryptodome >= 3.4.3 Requires: python3-requests >= 2.26 +Requires: python3-urllib3 >= 1.26.0 Requires: python3-websocket-client >= 1.2.1 Conflicts: python3-PySocks = 1.5.7 ++++++ streamlink-4.2.0.tar.gz -> streamlink-5.3.1.tar.gz ++++++ ++++ 48547 lines of diff (skipped)