Accepting request 477505 from home:seilerphilipp:streamlink
update to version 0.3.2 - adds new dependencies to get it running OBS-URL: https://build.opensuse.org/request/show/477505 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=2
This commit is contained in:
parent
efddd54754
commit
5043c539f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8284d16622e70e3b56e5f43695c418972c37d6073b21d51d79644405e55b1544
|
||||
size 961634
|
3
streamlink-0.3.2.tar.gz
Normal file
3
streamlink-0.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73630ab99151665914544f302574f69a5dadca1441f162173cce9628ab905f9
|
||||
size 495367
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 12:32:20 UTC 2017 - p.seiler@linuxmail.org
|
||||
|
||||
- update to version 0.3.2
|
||||
- Added new Requirements:
|
||||
* python[3]-iso3166
|
||||
* python[3]-iso-639
|
||||
* python[3]-pycryptodome
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 07 17:10:01 UTC 2016 - josipponjavic@gmail.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: streamlink
|
||||
Version: 0.1.0
|
||||
Version: 0.3.2
|
||||
Release: 0
|
||||
Summary: Program to pipe streams from services into a video player
|
||||
License: BSD-2-Clause
|
||||
@ -32,6 +32,9 @@ BuildRequires: python3-devel >= 3.4
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-Sphinx
|
||||
Requires: python3-requests >= 1.0
|
||||
Requires: python3-iso3166
|
||||
Requires: python3-iso-639
|
||||
Requires: python3-pycryptodome
|
||||
%else
|
||||
BuildRequires: python-devel >= 2.7
|
||||
BuildRequires: python-futures
|
||||
@ -39,6 +42,9 @@ BuildRequires: python-setuptools
|
||||
BuildRequires: python-singledispatch
|
||||
BuildRequires: python-Sphinx
|
||||
Requires: python-requests >= 1.0
|
||||
Requires: python-iso3166
|
||||
Requires: python-iso-639
|
||||
Requires: python-pycryptodome
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -79,7 +85,7 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS CHANGELOG.md LICENSE MANIFEST.in README.md
|
||||
%doc AUTHORS CHANGELOG.rst LICENSE MANIFEST.in README.md
|
||||
%{_bindir}/%{name}
|
||||
%if 0%{?suse_version} > 1310
|
||||
%{python3_sitelib}/%{name}*/
|
||||
|
Loading…
Reference in New Issue
Block a user