From 5bee7f463f2df56966c705707b61f3203c1c038e725dceb64d22d81e4ab6c290 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 3 Dec 2023 09:01:16 +0000 Subject: [PATCH] Accepting request 1130532 from home:MasterPatricko - Update to version 6.4.2 + See https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md OBS-URL: https://build.opensuse.org/request/show/1130532 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=33 --- streamlink-6.2.1.tar.gz | 3 -- streamlink-6.2.1.tar.gz.asc | 7 ----- streamlink-6.4.2.tar.gz | 3 ++ streamlink-6.4.2.tar.gz.asc | 7 +++++ streamlink.changes | 6 ++++ streamlink.spec | 55 +++++++++++++++++++------------------ 6 files changed, 45 insertions(+), 36 deletions(-) delete mode 100644 streamlink-6.2.1.tar.gz delete mode 100644 streamlink-6.2.1.tar.gz.asc create mode 100644 streamlink-6.4.2.tar.gz create mode 100644 streamlink-6.4.2.tar.gz.asc diff --git a/streamlink-6.2.1.tar.gz b/streamlink-6.2.1.tar.gz deleted file mode 100644 index 9a495f1..0000000 --- a/streamlink-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb826692f6bb2f4a1a8a4d547024d0954ae270bdaeb3e3b908473aa55b209d12 -size 692446 diff --git a/streamlink-6.2.1.tar.gz.asc b/streamlink-6.2.1.tar.gz.asc deleted file mode 100644 index eed5938..0000000 --- a/streamlink-6.2.1.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZRwseQAKCRAa62QA7aJ9 -qSsdAQDsFRpdPGRyn/4yawf/jYnXTV8xAdCRGE5yXY1kc6/ffAEAltRAIoEEqjxE -1bdXsV6+sHlCbPwY+8vwWyKjZf7yzQw= -=h+pF ------END PGP SIGNATURE----- diff --git a/streamlink-6.4.2.tar.gz b/streamlink-6.4.2.tar.gz new file mode 100644 index 0000000..29ea89d --- /dev/null +++ b/streamlink-6.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76 +size 716194 diff --git a/streamlink-6.4.2.tar.gz.asc b/streamlink-6.4.2.tar.gz.asc new file mode 100644 index 0000000..bd1d739 --- /dev/null +++ b/streamlink-6.4.2.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSJpO+lZTuJnmYReZka62QA7aJ9qQUCZWZDiwAKCRAa62QA7aJ9 +qSbJAP495YUlpC/ZrLX5GfRMSzw/V7i/BCO3yXSLV42owWYgQAEAw7cFhOCuNurG +R6i6PSPyOvgzIA+xKe+lCVdJOYwgrQM= +=B7x4 +-----END PGP SIGNATURE----- diff --git a/streamlink.changes b/streamlink.changes index 8a2b0e1..589eee2 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 3 02:09:01 UTC 2023 - Tejas Guruswamy + +- Update to version 6.4.2 + + See https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md + ------------------------------------------------------------------- Mon Oct 23 09:25:38 UTC 2023 - Hakim Zulkufli diff --git a/streamlink.spec b/streamlink.spec index 7eb7d4a..8c1356f 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -17,9 +17,10 @@ %define pythons python3 +%{?sle15_python_module_pythons} Name: streamlink -Version: 6.2.1 +Version: 6.4.2 Release: 0 Summary: Program to pipe streams from services into a video player License: BSD-2-Clause @@ -28,34 +29,36 @@ 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 +BuildRequires: %{python_module Sphinx >= 4} +BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module pip >= 9} +BuildRequires: %{python_module requests >= 2.26} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-Sphinx >= 4 -BuildRequires: python3-devel >= 3.8 -BuildRequires: python3-pip >= 9 -BuildRequires: python3-requests >= 2.26 -BuildRequires: python3-versioningit >= 2.0.0 -BuildRequires: python3-wheel +#BuildRequires: %#{python_module versioningit >= 2.0.0} +BuildRequires: %{python_module wheel} -# TEST REQUIREMENTS -BuildRequires: python3-pytest >= 6.0.0 -BuildRequires: python3-PySocks >= 1.5.6 -BuildRequires: python3-certifi -BuildRequires: python3-freezegun >= 1.0.0 -BuildRequires: python3-isodate -BuildRequires: python3-lxml >= 4.6.4 -BuildRequires: python3-pycountry -BuildRequires: python3-pycryptodome >= 3.4.3 -BuildRequires: python3-pytest >= 6.0.0 -BuildRequires: python3-pytest-asyncio -BuildRequires: python3-pytest-trio -BuildRequires: python3-requests-mock -BuildRequires: python3-trio >= 0.22.0 -BuildRequires: python3-trio-websocket >= 0.9.0 -BuildRequires: python3-typing-extensions >= 4.0.0 -BuildRequires: python3-urllib3 >= 1.26.0 -BuildRequires: python3-websocket-client >= 1.2.1 -BuildConflicts: python3-PySocks = 1.5.7 +# SECTION TEST REQUIREMENTS +BuildRequires: %{python_module pytest >= 6.0.0} +BuildRequires: %{python_module freezegun >= 1.0.0} +BuildRequires: %{python_module pytest >= 6.0.0} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-trio} +BuildRequires: %{python_module requests-mock} +# /SECTION + +BuildRequires: %{python_module PySocks >= 1.5.6} +BuildRequires: %{python_module certifi} +BuildRequires: %{python_module isodate} +BuildRequires: %{python_module lxml >= 4.6.4} +BuildRequires: %{python_module pycountry} +BuildRequires: %{python_module pycryptodome >= 3.4.3} +BuildRequires: %{python_module trio >= 0.22.0} +BuildRequires: %{python_module trio-websocket >= 0.9.0} +BuildRequires: %{python_module typing-extensions >= 4.0.0} +BuildRequires: %{python_module urllib3 >= 1.26.0} +BuildRequires: %{python_module websocket-client >= 1.2.1} +BuildConflicts: %{python_module PySocks = 1.5.7} Requires: python3-PySocks >= 1.5.6 Requires: python3-certifi