diff --git a/streamlink-2.1.1.tar.gz b/streamlink-2.1.1.tar.gz deleted file mode 100644 index aa9bd05..0000000 --- a/streamlink-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fe3dc899f200ada9b58f7ad2e08f6d40c6ea312906ad1e340c009c72c12be8f -size 484633 diff --git a/streamlink-2.1.2.tar.gz b/streamlink-2.1.2.tar.gz new file mode 100644 index 0000000..ab1fd6a --- /dev/null +++ b/streamlink-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ec0b7a914c09fbd2c341167c6aafbb0425a13f0baa01a3caefe5f2ea5ba4bb +size 482542 diff --git a/streamlink-fix_removed_plugin_test.patch b/streamlink-fix_removed_plugin_test.patch deleted file mode 100644 index af39173..0000000 --- a/streamlink-fix_removed_plugin_test.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 05c3daad638073efb520ca3c27201cb41c341bc3 Mon Sep 17 00:00:00 2001 -From: Alexis Murzeau -Date: Fri, 26 Mar 2021 22:58:52 +0100 -Subject: [PATCH] build: include .removed file in build - -This file is required by tests when executing them with the build dir. ---- - setup.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/setup.py b/setup.py -index ac1bc9294a..9db3a46a50 100644 ---- a/setup.py -+++ b/setup.py -@@ -98,6 +98,7 @@ def is_wheel_for_windows(): - license="Simplified BSD", - packages=find_packages("src"), - package_dir={"": "src"}, -+ package_data={"streamlink.plugins": [".removed"]}, - entry_points=entry_points, - data_files=data_files, - install_requires=deps, diff --git a/streamlink.changes b/streamlink.changes index c1f9ceb..5b2d614 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 31 20:54:10 UTC 2021 - Tejas Guruswamy + +- Update to 2.1.2 + * Fixed: youtube 404 errors (#3732), consent dialog (#3672) and added short URLs (#3677) + * Fixed: picarto plugin (#3661) + * Fixed: euronews plugin (#3698) + * Fixed: bbciplayer plugin (#3725) + * Fixed: missing removed-plugins-file in setup.py build (#3653) + * Changed: HLS streams to use rounded bandwidth names (#3721) + * Removed: plugin for hitbox.tv / smashcast.tv (#3686), tvplayer.com (#3673) +- Remove streamlink-fix_removed_plugin_test.patch + ------------------------------------------------------------------- Wed May 19 22:13:33 UTC 2021 - Tejas Guruswamy diff --git a/streamlink.spec b/streamlink.spec index bd5b745..024143c 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -18,7 +18,7 @@ %define pythons python3 Name: streamlink -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: Program to pipe streams from services into a video player License: BSD-2-Clause @@ -26,9 +26,6 @@ Group: Development/Languages/Python URL: https://streamlink.github.io/ Source: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM streamlink-fix_removed_plugin_test.patch https://github.com/streamlink/streamlink/pull/3653 -Patch0: streamlink-fix_removed_plugin_test.patch - BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx @@ -68,7 +65,6 @@ Streamlink is a fork of the livestreamer project. %prep %setup -q -%patch0 -p1 %build %python3_build