pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/streamlink streamlink: update to 0.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87f8d8c7414d
branches:  trunk
changeset: 373197:87f8d8c7414d
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Dec 30 05:59:35 2017 +0000

description:
streamlink: update to 0.9.0

This release is mostly code refactoring as well as module inclusion.

Features:

    Updates to multiple plugins (electrecetv, tvplayer, Teve2, cnnturk, kanald)
    SOCKS module being included in the Streamlink installer (PySocks)

Many thanks to those who've contributed in this release!

If you think that this application is helpful, please consider supporting the maintainers by donating via the Open collective. Not only becoming a backer, but also a sponsor for the (open source) 
project.

Alexis Murzeau <amubtdx%outlook.fr@localhost> (2):
      docs: add new line before codeblock to fix them
      Fix sphinx warning on Directive class

Charlie Drage <charlie%charliedrage.com@localhost> (1):
      Update the release script

Emrah Er <emraher%users.noreply.github.com@localhost> (1):
      plugins.canlitv: fix URLs (#1281)

Jake Robertson <jake%faltro.com@localhost> (3):
      exit with code 130 after a KeyboardInterrupt
      refactor error code determination
      unify sys.exit() calls

RosadinTV <rosadintv%outlook.com@localhost> (5):
      Update eltrecetv.py
      Update eltrecetv.py
      Update plugin_matrix.rst
      Add webcast_india_gov.py
      Add test_webcast_india_gov.py

back-to <back-to%users.noreply.github.com@localhost> (3):
      [zattoo] It won't work with None in Python 3.6, set always a default date instead of None.
      [liveme] API update (#1298)
      Ignore WinError 10053 / WSAECONNABORTED

beardypig <beardypig%users.noreply.github.com@localhost> (10):
      plugins.tvplayer: extract the channel id when logged in as a subscriber
      installer: include the socks proxy modules
      plugins.kanal7: update for page layout change and referrer check
      plugins.turkuvaz: fix some turkuvaz sites and add support for anews
      plugins.cinergroup: support for different showtv url
      plugins.dogus/startv: fix dogus sites
      plugins.dogan: fix for teve2 and cnnturk
      plugins.dogan: fix for kanald
      plugins.tvcatchup: HLS source extraction update
      setup: fix PySocks module dependency

ficofabrid <31028711+ficofabrid%users.noreply.github.com@localhost> (1):
      Add a single newline at the end of the file. (#1235)

fozzy <fozzy%fozzy.co@localhost> (1):
      fix huya.com plugin

steven7851 <steven7851%msn.com@localhost> (1):
      plugins.pandatv: fix APIv3 (#1286)

wlerin <wlerin%gmail.com@localhost> (1):
      plugin.showroom: update to new api (#1311)

diffstat:

 multimedia/streamlink/Makefile |   4 ++--
 multimedia/streamlink/PLIST    |   8 +++++++-
 multimedia/streamlink/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r d3bce2d8b394 -r 87f8d8c7414d multimedia/streamlink/Makefile
--- a/multimedia/streamlink/Makefile    Sat Dec 30 05:36:11 2017 +0000
+++ b/multimedia/streamlink/Makefile    Sat Dec 30 05:59:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/11/13 19:36:26 maya Exp $
+# $NetBSD: Makefile,v 1.14 2017/12/30 05:59:35 maya Exp $
 
-DISTNAME=      streamlink-0.8.1
+DISTNAME=      streamlink-0.9.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=streamlink/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
diff -r d3bce2d8b394 -r 87f8d8c7414d multimedia/streamlink/PLIST
--- a/multimedia/streamlink/PLIST       Sat Dec 30 05:36:11 2017 +0000
+++ b/multimedia/streamlink/PLIST       Sat Dec 30 05:59:35 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/10/07 17:27:41 maya Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/12/30 05:59:35 maya Exp $
 bin/streamlink
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -364,6 +364,8 @@
 ${PYSITELIB}/streamlink/plugins/srgssr.pyc
 ${PYSITELIB}/streamlink/plugins/ssh101.pyo
 ${PYSITELIB}/streamlink/plugins/ssh101.pyc
+${PYSITELIB}/streamlink/plugins/startv.pyo
+${PYSITELIB}/streamlink/plugins/startv.pyc
 ${PYSITELIB}/streamlink/plugins/streamable.pyo
 ${PYSITELIB}/streamlink/plugins/streamable.pyc
 ${PYSITELIB}/streamlink/plugins/streamboat.pyo
@@ -446,6 +448,8 @@
 ${PYSITELIB}/streamlink/plugins/vrtbe.pyc
 ${PYSITELIB}/streamlink/plugins/wattv.pyo
 ${PYSITELIB}/streamlink/plugins/wattv.pyc
+${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyo
+${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyc
 ${PYSITELIB}/streamlink/plugins/webtv.pyo
 ${PYSITELIB}/streamlink/plugins/webtv.pyc
 ${PYSITELIB}/streamlink/plugins/weeb.pyo
@@ -592,6 +596,7 @@
 ${PYSITELIB}/streamlink/plugins/sportschau.py
 ${PYSITELIB}/streamlink/plugins/srgssr.py
 ${PYSITELIB}/streamlink/plugins/ssh101.py
+${PYSITELIB}/streamlink/plugins/startv.py
 ${PYSITELIB}/streamlink/plugins/streamable.py
 ${PYSITELIB}/streamlink/plugins/streamboat.py
 ${PYSITELIB}/streamlink/plugins/streamingvideoprovider.py
@@ -633,6 +638,7 @@
 ${PYSITELIB}/streamlink/plugins/vk.py
 ${PYSITELIB}/streamlink/plugins/vrtbe.py
 ${PYSITELIB}/streamlink/plugins/wattv.py
+${PYSITELIB}/streamlink/plugins/webcast_india_gov.py
 ${PYSITELIB}/streamlink/plugins/webtv.py
 ${PYSITELIB}/streamlink/plugins/weeb.py
 ${PYSITELIB}/streamlink/plugins/wwenetwork.py
diff -r d3bce2d8b394 -r 87f8d8c7414d multimedia/streamlink/distinfo
--- a/multimedia/streamlink/distinfo    Sat Dec 30 05:36:11 2017 +0000
+++ b/multimedia/streamlink/distinfo    Sat Dec 30 05:59:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/10/07 17:27:41 maya Exp $
+$NetBSD: distinfo,v 1.10 2017/12/30 05:59:35 maya Exp $
 
-SHA1 (streamlink-0.8.1.tar.gz) = 2dd0fe64e2a1810d877672f28596fed076618374
-RMD160 (streamlink-0.8.1.tar.gz) = 66101b707b7aa0ae57b943b78547c993a2bf325a
-SHA512 (streamlink-0.8.1.tar.gz) = 0317b29089aa457780bee8b45400c574af50e14f9bf5e890af0f6be14ff945b0fd6683941e7c1ffb212aab8b1639ef04550f8f0d094c345dfdc33b16f839f770
-Size (streamlink-0.8.1.tar.gz) = 30712058 bytes
+SHA1 (streamlink-0.9.0.tar.gz) = 06d812c463da406ab3a1c8bb7929bf8426315abd
+RMD160 (streamlink-0.9.0.tar.gz) = c5c3b1c222148667ba033238c68018112a5addc4
+SHA512 (streamlink-0.9.0.tar.gz) = 3d8aea95cd71968dc8a77eb1ad243abad10db76d6f9729498826876465e10ad2ac6204f26ec528d05ddd352236789ba8f8a86347abd50ed2d558b7ffc41349cd
+Size (streamlink-0.9.0.tar.gz) = 30720281 bytes



Home | Main Index | Thread Index | Old Index