Received: by mail.netbsd.org (Postfix, from userid 605) id 3D52E84D86; Sat, 30 Dec 2017 05:59:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAD8E84D82 for ; Sat, 30 Dec 2017 05:59:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ptVsIzhut5QG for ; Sat, 30 Dec 2017 05:59:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0919284D03 for ; Sat, 30 Dec 2017 05:59:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFF7FFB40; Sat, 30 Dec 2017 05:59:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151461357544470" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 05:59:35 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/multimedia/streamlink To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20171230055935.EFF7FFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151461357544470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Dec 30 05:59:35 UTC 2017 Modified Files: pkgsrc/multimedia/streamlink: Makefile PLIST distinfo Log Message: 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 (2): docs: add new line before codeblock to fix them Fix sphinx warning on Directive class Charlie Drage (1): Update the release script Emrah Er (1): plugins.canlitv: fix URLs (#1281) Jake Robertson (3): exit with code 130 after a KeyboardInterrupt refactor error code determination unify sys.exit() calls RosadinTV (5): Update eltrecetv.py Update eltrecetv.py Update plugin_matrix.rst Add webcast_india_gov.py Add test_webcast_india_gov.py back-to (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 (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> (1): Add a single newline at the end of the file. (#1235) fozzy (1): fix huya.com plugin steven7851 (1): plugins.pandatv: fix APIv3 (#1286) wlerin (1): plugin.showroom: update to new api (#1311) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/streamlink/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/streamlink/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/streamlink/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151461357544470 Content-Disposition: inline Content-Length: 3842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/streamlink/Makefile diff -u pkgsrc/multimedia/streamlink/Makefile:1.13 pkgsrc/multimedia/streamlink/Makefile:1.14 --- pkgsrc/multimedia/streamlink/Makefile:1.13 Mon Nov 13 19:36:26 2017 +++ pkgsrc/multimedia/streamlink/Makefile Sat Dec 30 05:59:35 2017 @@ -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} Index: pkgsrc/multimedia/streamlink/PLIST diff -u pkgsrc/multimedia/streamlink/PLIST:1.8 pkgsrc/multimedia/streamlink/PLIST:1.9 --- pkgsrc/multimedia/streamlink/PLIST:1.8 Sat Oct 7 17:27:41 2017 +++ pkgsrc/multimedia/streamlink/PLIST Sat Dec 30 05:59:35 2017 @@ -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.p ${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.py ${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/sportal. ${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/vidio.py ${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 Index: pkgsrc/multimedia/streamlink/distinfo diff -u pkgsrc/multimedia/streamlink/distinfo:1.9 pkgsrc/multimedia/streamlink/distinfo:1.10 --- pkgsrc/multimedia/streamlink/distinfo:1.9 Sat Oct 7 17:27:41 2017 +++ pkgsrc/multimedia/streamlink/distinfo Sat Dec 30 05:59:35 2017 @@ -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 --_----------=_151461357544470--