Accepting request 897662 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/897662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-06-05 21:31:39 +00:00 committed by Git OBS Bridge
commit 92ba309641
5 changed files with 17 additions and 30 deletions

View File

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

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

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

View File

@ -1,22 +0,0 @@
From 05c3daad638073efb520ca3c27201cb41c341bc3 Mon Sep 17 00:00:00 2001
From: Alexis Murzeau <amubtdx@gmail.com>
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,

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 31 20:54:10 UTC 2021 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- 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 <tejas.guruswamy@opensuse.org>

View File

@ -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